public/favicon.svg (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" role="img" aria-label="Snow Editor">
<circle cx="36" cy="36" r="36" fill="#00BFFF" />
<g
fill="none"
stroke="#FFFFFF"
stroke-width="3.25"
stroke-linecap="round"
stroke-linejoin="round"
transform="translate(36 36)"
>
<g>
<line x1="0" y1="0" x2="0" y2="-21.5" />
<line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" />
<line x1="0" y1="-13.5" x2="5.2" y2="-18.7" />
</g>
<g transform="rotate(60)">
<line x1="0" y1="0" x2="0" y2="-21.5" />
<line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" />
<line x1="0" y1="-13.5" x2="5.2" y2="-18.7" />
</g>
<g transform="rotate(120)">
<line x1="0" y1="0" x2="0" y2="-21.5" />
<line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" />
<line x1="0" y1="-13.5" x2="5.2" y2="-18.7" />
</g>
<g transform="rotate(180)">
<line x1="0" y1="0" x2="0" y2="-21.5" />
<line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" />
<line x1="0" y1="-13.5" x2="5.2" y2="-18.7" />
</g>
<g transform="rotate(240)">
<line x1="0" y1="0" x2="0" y2="-21.5" />
<line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" />
<line x1="0" y1="-13.5" x2="5.2" y2="-18.7" />
</g>
<g transform="rotate(300)">
<line x1="0" y1="0" x2="0" y2="-21.5" />
<line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" />
<line x1="0" y1="-13.5" x2="5.2" y2="-18.7" />
</g>
</g>
</svg>
|