I've been searching through the site for an answer, and it seems no one has really received a definitive answer for this specific question.
I'm looking to change the color of the stroke on an SVG icon that I made when it is hovered over.
Here is my current code:
<object data="price.svg" type="image/svg+xml" class="icon">
<a href="price.svg" />
</object>
CSS:
.icon {width:100%}