Calendar Month Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Calendar Month icon is commonly used in booking systems, scheduling apps and event listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312039.svg" alt="Calendar Month icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312039.svg" alt="Calendar Month icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312039.svg" alt="Calendar Month icon" :width="24" :height="24" />
CSS background
.icon-calendar-month {
background-image: url('https://proicons.com/icon/312039.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-calendar-month" viewBox="0 0 22 22"><path d="M19 20H3V19H2V3H3V2H5V0H7V2H15V0H17V2H19V3H20V19H19V20M4 4V6H18V4H4M4 8V18H18V8H4M14 14H16V16H14V14M10 14H12V16H10V14M6 14H8V16H6V14M6 10H8V12H6V10M10 10H12V12H10V10M14 10H16V12H14V10Z" /></svg>
Calendar Month in other icon packs
Copied!