11 lines
566 B
XML
11 lines
566 B
XML
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="40" height="40" rx="12" fill="url(#paint0_linear)"/>
|
|
<path d="M10 28L10 12L20 22L30 12L30 28" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="20" cy="10" r="2.5" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#00f2ff"/>
|
|
<stop offset="1" stop-color="#8a2be2"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg> |