logo-4-calendar.svg 1.3 KB

12345678910111213141516171819
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" role="img" aria-label="Sprint Planner — Planner Calendar">
  2. <style>
  3. svg:root { color: #0f172a; }
  4. @media (prefers-color-scheme: dark) { svg:root { color: #e2e8f0; } }
  5. </style>
  6. <rect x="8" y="12" width="48" height="44" rx="4" stroke="currentColor" stroke-width="2.5"/>
  7. <path d="M8 24 H56" stroke="currentColor" stroke-width="2.5"/>
  8. <line x1="20" y1="8" x2="20" y2="18" stroke="currentColor" stroke-width="3" stroke-linecap="round"/>
  9. <line x1="44" y1="8" x2="44" y2="18" stroke="currentColor" stroke-width="3" stroke-linecap="round"/>
  10. <rect x="14" y="30" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
  11. <rect x="23" y="30" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
  12. <rect x="32" y="30" width="6" height="6" rx="1" fill="#6366f1"/>
  13. <rect x="41" y="30" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
  14. <rect x="14" y="40" width="6" height="6" rx="1" fill="currentColor" opacity="0.35"/>
  15. <rect x="23" y="40" width="6" height="6" rx="1" fill="#6366f1"/>
  16. <rect x="32" y="40" width="6" height="6" rx="1" fill="#6366f1"/>
  17. <rect x="41" y="40" width="6" height="6" rx="1" fill="#10b981"/>
  18. <path d="M33 43.5 L36 46.5 L41 41" stroke="#fff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
  19. </svg>