7 lines
437 B
XML
7 lines
437 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" fill="none">
|
||
|
|
<rect x="14" y="22" width="52" height="36" rx="4" stroke="#3B5BDB" stroke-width="2.5"/>
|
||
|
|
<ellipse cx="40" cy="22" rx="26" ry="7" fill="#3B5BDB"/>
|
||
|
|
<ellipse cx="40" cy="22" rx="26" ry="7" fill="white" opacity="0.25"/>
|
||
|
|
<text x="40" y="50" font-family="monospace,sans-serif" font-size="13" font-weight="700" fill="#3B5BDB" text-anchor="middle">S3</text>
|
||
|
|
</svg>
|