Calendar Add Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Calendar Add 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/308855.svg" alt="Calendar Add Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308855.svg" alt="Calendar Add Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308855.svg" alt="Calendar Add Svg icon" :width="24" :height="24" />
CSS background
.icon-calendar-add---svg {
background-image: url('https://proicons.com/icon/308855.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 6ZM12 11C12.5523 11 13 11.4477 13 12V13H14C14.5523 13 15 13.4477 15 14C15 14.5523 14.5523 15 14 15H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H10C9.44772 15 9 14.5523 9 14C9 13.4477 9.44772 13 10 13H11V12C11 11.4477 11.4477 11 12 11Z" fill="#292929"/> </svg>
Copied!