20 lines
553 B
Plaintext
20 lines
553 B
Plaintext
|
|
<svg width="192" height="192" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<!-- Background -->
|
||
|
|
<rect width="192" height="192" fill="#6366f1"/>
|
||
|
|
|
||
|
|
<!-- Spotlight effect -->
|
||
|
|
<g transform="translate(96, 96)">
|
||
|
|
<circle r="57" fill="#ffffff" opacity="0.2"/>
|
||
|
|
<circle r="38" fill="#ffffff" opacity="0.3"/>
|
||
|
|
<circle r="19" fill="#ffffff"/>
|
||
|
|
|
||
|
|
<!-- Letter 'S' -->
|
||
|
|
<text
|
||
|
|
x="0"
|
||
|
|
y="29" font-family="Arial, sans-serif"
|
||
|
|
font-size="77"
|
||
|
|
font-weight="bold"
|
||
|
|
fill="#ffffff"
|
||
|
|
text-anchor="middle">S</text>
|
||
|
|
</g>
|
||
|
|
</svg>
|