logo-2-sprint.svg 744 B

1234567891011
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" role="img" aria-label="Sprint Planner — Sprint Arrow">
  2. <style>
  3. svg:root { color: #0f172a; }
  4. @media (prefers-color-scheme: dark) { svg:root { color: #e2e8f0; } }
  5. </style>
  6. <line x1="6" y1="46" x2="22" y2="46" stroke="currentColor" stroke-width="2" stroke-linecap="round" opacity="0.35"/>
  7. <line x1="10" y1="52" x2="28" y2="52" stroke="currentColor" stroke-width="2" stroke-linecap="round" opacity="0.2"/>
  8. <path d="M14 32 L30 16 L34 20 L22 32 L34 44 L30 48 Z" fill="currentColor" opacity="0.45"/>
  9. <path d="M28 32 L44 16 L48 20 L36 32 L48 44 L44 48 Z" fill="currentColor"/>
  10. <path d="M42 32 L58 16 L62 20 L50 32 L62 44 L58 48 Z" fill="#6366f1"/>
  11. </svg>