15 lines
408 B
XML
15 lines
408 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="14" fill="#0f8ea1" />
|
|
<rect x="10" y="45" width="44" height="5" rx="2.5" fill="#f47f20" />
|
|
<text
|
|
x="32"
|
|
y="36"
|
|
font-family="Arial Rounded MT Bold, Arial, sans-serif"
|
|
font-weight="700"
|
|
font-size="24"
|
|
fill="#ffffff"
|
|
text-anchor="middle"
|
|
letter-spacing="0.5"
|
|
>SM</text>
|
|
</svg>
|