12 lines
521 B
XML
12 lines
521 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0ea5e9"/>
|
|
<stop offset="100%" style="stop-color:#0369a1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="14" fill="url(#bg)"/>
|
|
<path d="M16 44 L26 28 L36 36 L48 20" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<circle cx="48" cy="20" r="4" fill="#22c55e"/>
|
|
</svg>
|