11 lines
453 B
XML
11 lines
453 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#0ea5e9"/>
|
|
<stop offset="100%" stop-color="#0369a1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="192" height="192" rx="28" fill="url(#bg)"/>
|
|
<text x="96" y="108" text-anchor="middle" font-size="100" fill="white" font-family="serif">🌊</text>
|
|
</svg>
|