Calendar Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Calendar 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/311388.svg" alt="Calendar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311388.svg" alt="Calendar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311388.svg" alt="Calendar icon" :width="24" :height="24" />
CSS background
.icon-calendar {
background-image: url('https://proicons.com/icon/311388.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" viewBox="0 0 22 22"><path d="M19 20H3V19H2V3H3V2H5V0H7V2H15V0H17V2H19V3H20V19H19V20M4 4V6H18V4H4M4 8V18H18V8H4M12 12H16V16H12V12Z"/></svg>
Calendar in other icon packs
Copied!