22 lines
689 B
XML
22 lines
689 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 48" fill="none">
|
|
<!-- W icon: left pill -->
|
|
<rect x="2" y="2" width="13" height="34" rx="6.5" fill="white"
|
|
transform="rotate(18, 8.5, 19)"/>
|
|
<!-- W icon: center pill (slightly shorter) -->
|
|
<rect x="24" y="7" width="11" height="26" rx="5.5" fill="white"/>
|
|
<!-- W icon: right pill -->
|
|
<rect x="41" y="2" width="13" height="34" rx="6.5" fill="white"
|
|
transform="rotate(-18, 47.5, 19)"/>
|
|
|
|
<!-- websopy text -->
|
|
<text
|
|
x="64"
|
|
y="35"
|
|
font-family="'Helvetica Neue', Helvetica, Arial, sans-serif"
|
|
font-size="23"
|
|
font-weight="800"
|
|
fill="white"
|
|
letter-spacing="-0.5"
|
|
>websopy</text>
|
|
</svg>
|