10 lines
534 B
XML
10 lines
534 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
|
|||
|
|
<defs>
|
||
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect fill="url(#grad)" width="128" height="128" rx="24"/>
|
||
|
|
<text x="64" y="90" text-anchor="middle" fill="white" font-family="Arial, sans-serif" font-size="72" font-weight="bold">W</text>
|
||
|
|
</svg>
|