spark-logo.svg 666 B

1234567891011121314
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none">
  2. <defs>
  3. <linearGradient id="sparkGrad" x1="0%" y1="0%" x2="100%" y2="100%">
  4. <stop offset="0%" stop-color="#00F2FE"/>
  5. <stop offset="100%" stop-color="#7F56D9"/>
  6. </linearGradient>
  7. <radialGradient id="glow" cx="50%" cy="50%" r="50%">
  8. <stop offset="0%" stop-color="#00F2FE" stop-opacity="0.6"/>
  9. <stop offset="100%" stop-color="#0B0E14" stop-opacity="0"/>
  10. </radialGradient>
  11. </defs>
  12. <circle cx="50" cy="50" r="45" fill="url(#glow)" />
  13. <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)" />
  14. </svg>