Calendar 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Calendar 1 Svg 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/308853.svg" alt="Calendar 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308853.svg" alt="Calendar 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308853.svg" alt="Calendar 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-calendar-1---svg {
background-image: url('https://proicons.com/icon/308853.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16 2C16.5523 2 17 2.44772 17 3H20C20.5523 3 21 3.44772 21 4V8V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V8V4C3 3.44772 3.44772 3 4 3H7C7 2.44772 7.44772 2 8 2C8.55228 2 9 2.44772 9 3H15C15 2.44772 15.4477 2 16 2ZM7 5C7 5.55228 7.44772 6 8 6C8.55228 6 9 5.55228 9 5H15C15 5.55228 15.4477 6 16 6C16.5523 6 17 5.55228 17 5H19V7H5V5H7Z" fill="#292929"/> </svg>
Copied!