15 lines
770 B
XML
15 lines
770 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" fill="none">
|
|
<rect width="192" height="192" rx="32" fill="#0a0a0a"/>
|
|
<path d="M32 144L64 104L96 128L144 72L160 96" stroke="url(#grad)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M144 72H160V88" stroke="url(#grad)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="64" cy="104" r="8" fill="#00ff88"/>
|
|
<circle cx="96" cy="128" r="8" fill="#00ff88"/>
|
|
<circle cx="144" cy="72" r="8" fill="#00ff88"/>
|
|
<defs>
|
|
<linearGradient id="grad" x1="32" y1="72" x2="160" y2="144" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="#00ff88"/>
|
|
<stop offset="100%" stop-color="#00ccff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|