not able to style the SVG

hey folks I'm rendering an SVG using the img tag like this
<img src='download.svg' alt='download SVG' />
<img src='download.svg' alt='download SVG' />
now I want to change the stroke color and fill color of the SVG how do I do it
1 Reply
Mannix
Mannix13mo ago
it needs to be inline svg it won't work on img tag