16 lines
465 B
XML
16 lines
465 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<rect width="64" height="64" fill="#0B3D6B" rx="10"/>
|
|
<text
|
|
font-family="'Segoe UI', system-ui, sans-serif"
|
|
font-weight="900"
|
|
font-size="30"
|
|
text-anchor="middle"
|
|
dominant-baseline="central"
|
|
x="32"
|
|
y="33"
|
|
letter-spacing="-0.5"
|
|
>
|
|
<tspan fill="#FFFFFF">O</tspan><tspan fill="#A6CE39">2</tspan><tspan fill="#FFFFFF">S</tspan>
|
|
</text>
|
|
</svg>
|