- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none">
- <defs>
- <linearGradient id="sparkGrad" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" stop-color="#00F2FE"/>
- <stop offset="100%" stop-color="#7F56D9"/>
- </linearGradient>
- <radialGradient id="glow" cx="50%" cy="50%" r="50%">
- <stop offset="0%" stop-color="#00F2FE" stop-opacity="0.6"/>
- <stop offset="100%" stop-color="#0B0E14" stop-opacity="0"/>
- </radialGradient>
- </defs>
- <circle cx="50" cy="50" r="45" fill="url(#glow)" />
- <path d="M50 10 L58 38 L86 38 L63 55 L71 83 L50 66 L29 83 L37 55 L14 38 L42 38 Z" fill="url(#sparkGrad)" />
- </svg>
|