favicon.svg 1.2 KB

12345678910111213141516171819202122
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" role="img" aria-label="Sprint Planner — Sprint Cycle">
  2. <style>
  3. svg:root { color: #0f172a; }
  4. @media (prefers-color-scheme: dark) { svg:root { color: #e2e8f0; } }
  5. </style>
  6. <defs>
  7. <radialGradient id="cycle-glow" cx="32" cy="32" r="20" gradientUnits="userSpaceOnUse">
  8. <stop offset="0" stop-color="#6366f1" stop-opacity="0.55"/>
  9. <stop offset="0.6" stop-color="#6366f1" stop-opacity="0.12"/>
  10. <stop offset="1" stop-color="#6366f1" stop-opacity="0"/>
  11. </radialGradient>
  12. </defs>
  13. <circle cx="32" cy="32" r="20" fill="url(#cycle-glow)"/>
  14. <path d="M52 32 A20 20 0 1 1 32 12" stroke="currentColor" stroke-width="3.5" stroke-linecap="round"/>
  15. <path d="M44 8 L52 12 L48 20" stroke="currentColor" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
  16. <circle cx="32" cy="32" r="5" fill="#6366f1"/>
  17. <circle cx="48" cy="20" r="2.5" fill="currentColor" opacity="0.55"/>
  18. <circle cx="52" cy="40" r="2.5" fill="currentColor" opacity="0.55"/>
  19. <circle cx="40" cy="50" r="2.5" fill="currentColor" opacity="0.55"/>
  20. <circle cx="20" cy="48" r="2.5" fill="currentColor" opacity="0.55"/>
  21. <circle cx="14" cy="32" r="2.5" fill="#10b981"/>
  22. </svg>