10 lines
575 B
XML
10 lines
575 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="104" fill="#ffffff"/>
|
|
<rect x="156" y="70" width="200" height="200" rx="0" fill="#031a49"/>
|
|
<path d="M156 170h200" stroke="#ffffff" stroke-width="16" stroke-linecap="square"/>
|
|
<circle cx="256" cy="170" r="55" fill="#ffffff"/>
|
|
<text x="256" y="430" text-anchor="middle" fill="#031a49" font-family="Arial, Helvetica, sans-serif" font-size="178" font-weight="900" letter-spacing="-14">
|
|
<tspan fill="#031a49">O</tspan><tspan fill="#006c70">S</tspan>
|
|
</text>
|
|
</svg>
|