https://jsfiddle.net/zfcy13kg/6/
Im calling my svg as the following:
<img width="60px" src="https://www.svgrepo.com/show/80156/down-arrow.svg" />
css:
img{
color: red;
fill: red;
stroke: red;
}
I want to change the color to red.
Possible?
Thanks