I used src in my code and when i want to be active , i want to change the color of the svg that i used . HTML:
<img src="../icons/Burgers.svg" class="icon" />
so i used in icon-menu-bar css :
.icon{
fill:red;
}
but the SVG doesn't changed . SO the main problem is change svg color in my html , and the SVG is on different file .