11 lines
514 B
XML
11 lines
514 B
XML
<svg width="192" height="192" xmlns="http://www.w3.org/2000/svg">
|
|
<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 width="192" height="192" rx="38" fill="url(#grad)"/>
|
|
<path d="M 48 96 L 77 125 L 144 58" stroke="white" stroke-width="20" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</svg>
|