15 lines
644 B
XML
15 lines
644 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||
|
|
<stop offset="0" stop-color="#13D873"/>
|
||
|
|
<stop offset="1" stop-color="#05A852"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="100" height="100" rx="23" fill="url(#bg)"/>
|
||
|
|
<rect x="3.5" y="3.5" width="93" height="93" rx="20" fill="none" stroke="#ffffff" stroke-opacity="0.18" stroke-width="2"/>
|
||
|
|
<g fill="none" stroke="#ffffff" stroke-width="7.5" stroke-linecap="round" stroke-linejoin="round">
|
||
|
|
<path d="M28 24 L42 38 L28 52"/>
|
||
|
|
<path d="M50 54 L66 54"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|