Answer the question
In order to leave comments, you need to log in
How to manage svg styles?
There are sprites from symbol
<symbol viewBox="0 0 29 20" id="arrow_right" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 10L27.6667 10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 1L28 10L19 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</symbol>
<svg width="24" height="24">
<use xlink:href="#arrow_right"></use>
<svg>
#arrow_right svg path {
stroke:red;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question