8 lines
489 B
XML
8 lines
489 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" fill="none">
|
||
|
|
<circle cx="40" cy="40" r="38" fill="#3B5BDB"/>
|
||
|
|
<rect x="16" y="26" width="48" height="30" rx="3" fill="white" opacity="0.15"/>
|
||
|
|
<rect x="16" y="26" width="48" height="30" rx="3" stroke="white" stroke-width="2"/>
|
||
|
|
<ellipse cx="40" cy="26" rx="24" ry="6" fill="white"/>
|
||
|
|
<text x="40" y="49" font-family="monospace,sans-serif" font-size="12" font-weight="700" fill="white" text-anchor="middle">S3</text>
|
||
|
|
</svg>
|