13 lines
589 B
XML
13 lines
589 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="luma" x1="14" y1="10" x2="51" y2="53" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#9EA5FF"/>
|
|
<stop offset="0.52" stop-color="#6570FF"/>
|
|
<stop offset="1" stop-color="#36D9B6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="15" fill="#0B1020"/>
|
|
<path d="M19 15v29c0 3.3 2.7 6 6 6h25" fill="none" stroke="url(#luma)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="47" cy="19" r="5" fill="#36D9B6"/>
|
|
</svg>
|