I'm looking for a way to modify the color "fill" attribute of an SVG image
<img src="img/icons/main-icons/accounts-icon.svg">
accounts-icon.svg
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../../../build/css/app.wp.css" type="text/css"/>
<g>
<path class="st0" ...>
How can I change the colors now? Is it even possible? webkit mask image not working in windows mobile
Style
.st0 {
fill: $theme2-primaryColor;
}