9 lines
576 B
XML
9 lines
576 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" fill="none">
|
||
|
|
<rect width="80" height="80" rx="8" fill="#F0F4FF"/>
|
||
|
|
<rect x="14" y="22" width="52" height="36" rx="4" fill="#3B5BDB" opacity="0.15"/>
|
||
|
|
<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>
|