我正在寻找一种方法来修改颜色"填充" SVG图像的属性
<img src="img/icons/main-icons/accounts-icon.svg">
帐户-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" ...>
如何更改颜色?它甚至可能吗? webkit掩码图像无法在Windows Mobile中运行
风格
.st0 {
fill: $theme2-primaryColor;
}