13 lines
335 B
XML
13 lines
335 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="22" fill="#07040a"/>
|
|
<text
|
|
x="50"
|
|
y="73"
|
|
text-anchor="middle"
|
|
font-family="Inter, 'Segoe UI', system-ui, sans-serif"
|
|
font-size="64"
|
|
font-weight="900"
|
|
fill="#dc143c"
|
|
letter-spacing="-2">A</text>
|
|
</svg>
|