Calendar 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Calendar 2 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/308854.svg" alt="Calendar 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308854.svg" alt="Calendar 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308854.svg" alt="Calendar 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-calendar-2---svg {
background-image: url('https://proicons.com/icon/308854.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="M17 3C17 2.44772 16.5523 2 16 2C15.4477 2 15 2.44772 15 3H9C9 2.44772 8.55228 2 8 2C7.44772 2 7 2.44772 7 3H4C3.44772 3 3 3.44772 3 4V8V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V8V4C21 3.44772 20.5523 3 20 3H17ZM8 6C7.44772 6 7 5.55228 7 5H5V7H19V5H17C17 5.55228 16.5523 6 16 6C15.4477 6 15 5.55228 15 5H9C9 5.55228 8.55228 6 8 6ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11H8Z" fill="#292929"/> </svg>
Copied!