22 lines
639 B
XML
22 lines
639 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
|
<defs>
|
|
<linearGradient id="bg-grad" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#4a3b69"/>
|
|
<stop offset="100%" stop-color="#352654"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="80" ry="80" fill="url(#bg-grad)"/>
|
|
<text
|
|
x="256"
|
|
y="296"
|
|
text-anchor="middle"
|
|
dominant-baseline="central"
|
|
font-family="Georgia, 'Times New Roman', Times, serif"
|
|
font-size="220"
|
|
font-weight="bold"
|
|
font-style="italic"
|
|
fill="#debfff"
|
|
letter-spacing="-8"
|
|
>kewt</text>
|
|
</svg>
|