7 lines
451 B
XML
7 lines
451 B
XML
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="56" height="248" viewBox="0 0 51 248">
|
|
<defs><symbol id="star"><path stroke-width="3" d="m25,1 6,17h18l-14,11 5,17-15-10-15,10 5-17-14-11h18z"></path></symbol></defs>
|
|
<use x="0" y="0" fill="none" stroke="#ff9500" href="#star"></use>
|
|
<use x="0" y="100" fill="#ff9500" stroke="#ff9500" href="#star"></use>
|
|
<use x="0" y="200" fill="#848484" stroke="#848484" href="#star"></use>
|
|
</svg>
|