galmuri/files/q.svg

13 lines
461 B
XML
Raw Normal View History

2022-04-03 17:11:03 +03:00
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 80 80">
<style>
#fav { fill: #222; }
@media (prefers-color-scheme: dark) {
#fav { fill: #fff; }
}
</style>
<g id="fav">
<polygon points="70,10 60,10 60,0 20,0 20,10 10,10 10,20 0,20 0,60 10,60 10,70 20,70 20,80 40,80 40,40 80,40 80,20 70,20"/>
<polygon points="70,50 70,60 60,60 60,70 50,70 50,80 60,80 70,80 80,80 80,70 80,60 80,50"/>
</g>
</svg>