I made sorting arrows for a table in illustrator and exported it out as an svg. I want to place them in a table head, and use css to style it. I will be using javascript (vannila) to swap classes to change the state of my icon.
What is the best tag to use for svg in my case?
below is sample of what I have now
<thead>
<tr>
<th id="step">Step<img class="sort" src ="assets/sort-up-and-down-arrows-couple.svg"></th>