Calendar Remove Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Calendar Remove 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/308856.svg" alt="Calendar Remove Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308856.svg" alt="Calendar Remove Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308856.svg" alt="Calendar Remove Svg icon" :width="24" :height="24" />
CSS background
.icon-calendar-remove---svg {
background-image: url('https://proicons.com/icon/308856.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 6ZM10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15H14C14.5523 15 15 14.5523 15 14C15 13.4477 14.5523 13 14 13H10Z" fill="#292929"/> </svg>
Copied!