SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/calendar.svg (1023B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Calendar: hanger stubs over a solid page panel, with the month
3 header crease and date dots in the dark treatment (mail.svg's
4 flap). Panel corners are squircle (continuous-curvature) cubics,
5 r=4.5, as in folder.svg: the curve spans 1.5r from each corner
6 with control points at 0.5r. -->
7 <g fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round">
8 <path d="M13 5 L13 11" />
9 <path d="M27 5 L27 11" />
10 </g>
11 <path fill="#ffffff" d="M4 15.75 C4 11.25 6.25 9 10.75 9 L29.25 9 C33.75 9 36 11.25 36 15.75 L36 28.25 C36 32.75 33.75 35 29.25 35 L10.75 35 C6.25 35 4 32.75 4 28.25 Z"/>
12 <g fill="#282a36" opacity="0.35">
13 <path d="M8 15.5 L32 15.5 L32 18.5 L8 18.5 Z"/>
14 <circle cx="12.5" cy="24.5" r="2" />
15 <circle cx="20" cy="24.5" r="2" />
16 <circle cx="27.5" cy="24.5" r="2" />
17 <circle cx="12.5" cy="30.5" r="2" />
18 <circle cx="20" cy="30.5" r="2" />
19 </g>
20 </svg>