Files
MelodyMuse/public/cursor-default.svg
T

19 lines
732 B
XML

<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#e879f9" />
<stop offset="100%" stop-color="#8b5cf6" />
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1.5" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
</defs>
<path d="M4 2 L19 14 L12.5 15.5 L15.5 22.5 L12 24 L8.5 17.5 L3 21 Z"
fill="#070710"
stroke="url(#grad)"
stroke-width="1.5"
stroke-linejoin="round"
filter="url(#glow)"/>
</svg>