Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md calendar month
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdCalendarMonthIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<g></g><g><path d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4z M19,20 H5V10h14V20z M19,8H5V6h14V8z M9,14H7v-2h2V14z M13,14h-2v-2h2V14z M17,14h-2v-2h2V14z M9,18H7v-2h2V18z M13,18h-2v-2h2V18z M17,18 h-2v-2h2V18z"/></g>
</svg>
);SVG Optimizer
Before
0.46 KB
↓
After
0.46 KB
Tags
agendaappointmentbuttoncalendarclockdatedaydurationelementeventiconinterfacelinesmonthnavigationorganiseperiodplanrecordrectangleschedulesquaresymboltimetodaywidget
Compare Alternatives
See how other libraries approach this concept.