I have a SVG image and I plug it in using the next HTML
<img alt="" src="src/icons/speedometer-outline.svg" />
How to change the styles of this image from CSS or HTML?
When I use <object>
styles aren't changing. I think that I do something incorrectly. What is the correct way?