In html
<img src="../../Images/newsletter_icons/{{tool.Tool}}.svg" />
In css
svg.icon{
fill:red
}
*Note: I have added class name 'icon' manually in my all svg tag.
In html
<img src="../../Images/newsletter_icons/{{tool.Tool}}.svg" />
In css
svg.icon{
fill:red
}
*Note: I have added class name 'icon' manually in my all svg tag.
You can add a filter to the image to recolor it and call the filter through CSS.