13 lines
599 B
XML
13 lines
599 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<clipPath id="wv-left"><rect x="0" y="0" width="32" height="64"/></clipPath>
|
|
<clipPath id="wv-right"><rect x="32" y="0" width="32" height="64"/></clipPath>
|
|
</defs>
|
|
<rect width="64" height="64" rx="12" fill="#1a3a5c"/>
|
|
<g font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
|
|
font-weight="900" font-size="56" text-anchor="middle">
|
|
<text x="32" y="50" fill="#fafafa" clip-path="url(#wv-left)">W</text>
|
|
<text x="32" y="50" fill="#f0d000" clip-path="url(#wv-right)">W</text>
|
|
</g>
|
|
</svg>
|