24 lines
858 B
XML
24 lines
858 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#081226"/>
|
|
<stop offset="1" stop-color="#0b2a66"/>
|
|
</linearGradient>
|
|
<linearGradient id="fg" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#e8f1ff"/>
|
|
<stop offset="1" stop-color="#b7d0ff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<rect x="0" y="0" width="512" height="512" rx="96" fill="url(#bg)"/>
|
|
<circle cx="256" cy="256" r="208" fill="none" stroke="#123a8a" stroke-width="12" opacity="0.55"/>
|
|
|
|
<text x="256" y="330"
|
|
font-family="DejaVu Sans, Noto Sans, Arial, sans-serif"
|
|
font-size="320"
|
|
font-weight="700"
|
|
text-anchor="middle"
|
|
fill="url(#fg)"
|
|
letter-spacing="-10">S</text>
|
|
</svg>
|