8 lines
494 B
XML
8 lines
494 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 80" fill="none">
|
|
<rect width="200" height="80" rx="12" fill="#0a0a0a"/>
|
|
<rect x="2" y="2" width="196" height="76" rx="10" stroke="#d95c41" stroke-width="1" opacity="0.3"/>
|
|
<text x="14" y="52" fill="#e4e4e4" font-family="system-ui" font-weight="800" font-size="32" letter-spacing="-1">FDSA</text>
|
|
<circle cx="170" cy="28" r="6" fill="#d95c41" opacity="0.8"/>
|
|
<circle cx="170" cy="52" r="6" fill="#e87d2f" opacity="0.8"/>
|
|
</svg>
|