calendar minus icon
calendar-minus-solid from Iconoir by Luca Burgio · Solid · System · MIT Free for personal and commercial use.
- Name
- calendar-minus-solid
- Set
- Iconoir
- Style
- Solid
- Category
- System
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
The same icon in other sets
calendar-minusBootstrap Iconscalendar-minusBoxIcons v2calendar-minusBoxIcons v2 Solidcalendar-minusFont Awesome 6 Regularcalendar-minusFont Awesome 6 Solidcalendar-minusFont Awesome Regularcalendar-minusFont Awesome Solidcalendar-minusHuge Iconscalendar-minusLine Awesomecalendar-minusLucidecalendar-minusMage Iconscalendar-minusMaterial Design Iconscalendar-minusMyna UI Iconscalendar-minusPhosphorcalendar-minusPixelarticonscalendar-minusPrime Iconscalendar-minusTabler Iconscalendar-minus-outlineTeenyicons
More system icons from Iconoir
Use the calendar minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M15.242 19a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5h-6.008a.75.75 0 0 1-.75-.75"/><path d="M3 9.25a.75.75 0 0 0-.75.75v9A2.75 2.75 0 0 0 5 21.75h11a.75.75 0 0 0 .53-.22l.28-.28h-.818a2.25 2.25 0 1 1 0-4.5h5.319l.22-.22a.75.75 0 0 0 .219-.53v-6a.75.75 0 0 0-.75-.75z"/><path d="M7 1.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V4.75H5c-.69 0-1.25.56-1.25 1.25v4a.75.75 0 0 1-1.5 0V6A2.75 2.75 0 0 1 5 3.25h1.25V2A.75.75 0 0 1 7 1.25m8 0a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V4.75H10.5a.75.75 0 0 1 0-1.5h3.75V2a.75.75 0 0 1 .75-.75M17.75 4a.75.75 0 0 1 .75-.75h.5A2.75 2.75 0 0 1 21.75 6v4a.75.75 0 0 1-1.5 0V6c0-.69-.56-1.25-1.25-1.25h-.5a.75.75 0 0 1-.75-.75"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirCalendarMinusSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" strokeWidth="1.5" clipRule="evenodd"><path d="M15.242 19a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5h-6.008a.75.75 0 0 1-.75-.75"/><path d="M3 9.25a.75.75 0 0 0-.75.75v9A2.75 2.75 0 0 0 5 21.75h11a.75.75 0 0 0 .53-.22l.28-.28h-.818a2.25 2.25 0 1 1 0-4.5h5.319l.22-.22a.75.75 0 0 0 .219-.53v-6a.75.75 0 0 0-.75-.75z"/><path d="M7 1.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V4.75H5c-.69 0-1.25.56-1.25 1.25v4a.75.75 0 0 1-1.5 0V6A2.75 2.75 0 0 1 5 3.25h1.25V2A.75.75 0 0 1 7 1.25m8 0a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V4.75H10.5a.75.75 0 0 1 0-1.5h3.75V2a.75.75 0 0 1 .75-.75M17.75 4a.75.75 0 0 1 .75-.75h.5A2.75 2.75 0 0 1 21.75 6v4a.75.75 0 0 1-1.5 0V6c0-.69-.56-1.25-1.25-1.25h-.5a.75.75 0 0 1-.75-.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M15.242 19a.75.75 0 0 1 .75-.75H22a.75.75 0 0 1 0 1.5h-6.008a.75.75 0 0 1-.75-.75"/><path d="M3 9.25a.75.75 0 0 0-.75.75v9A2.75 2.75 0 0 0 5 21.75h11a.75.75 0 0 0 .53-.22l.28-.28h-.818a2.25 2.25 0 1 1 0-4.5h5.319l.22-.22a.75.75 0 0 0 .219-.53v-6a.75.75 0 0 0-.75-.75z"/><path d="M7 1.25a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V4.75H5c-.69 0-1.25.56-1.25 1.25v4a.75.75 0 0 1-1.5 0V6A2.75 2.75 0 0 1 5 3.25h1.25V2A.75.75 0 0 1 7 1.25m8 0a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V4.75H10.5a.75.75 0 0 1 0-1.5h3.75V2a.75.75 0 0 1 .75-.75M17.75 4a.75.75 0 0 1 .75-.75h.5A2.75 2.75 0 0 1 21.75 6v4a.75.75 0 0 1-1.5 0V6c0-.69-.56-1.25-1.25-1.25h-.5a.75.75 0 0 1-.75-.75"/></g></svg> </template>
CSS
.icon-calendar-minus-solid {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.242%2019a.75.75%200%200%201%20.75-.75H22a.75.75%200%200%201%200%201.5h-6.008a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M3%209.25a.75.75%200%200%200-.75.75v9A2.75%202.75%200%200%200%205%2021.75h11a.75.75%200%200%200%20.53-.22l.28-.28h-.818a2.25%202.25%200%201%201%200-4.5h5.319l.22-.22a.75.75%200%200%200%20.219-.53v-6a.75.75%200%200%200-.75-.75z%22%2F%3E%3Cpath%20d%3D%22M7%201.25a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200V4.75H5c-.69%200-1.25.56-1.25%201.25v4a.75.75%200%200%201-1.5%200V6A2.75%202.75%200%200%201%205%203.25h1.25V2A.75.75%200%200%201%207%201.25m8%200a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200V4.75H10.5a.75.75%200%200%201%200-1.5h3.75V2a.75.75%200%200%201%20.75-.75M17.75%204a.75.75%200%200%201%20.75-.75h.5A2.75%202.75%200%200%201%2021.75%206v4a.75.75%200%200%201-1.5%200V6c0-.69-.56-1.25-1.25-1.25h-.5a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.242%2019a.75.75%200%200%201%20.75-.75H22a.75.75%200%200%201%200%201.5h-6.008a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M3%209.25a.75.75%200%200%200-.75.75v9A2.75%202.75%200%200%200%205%2021.75h11a.75.75%200%200%200%20.53-.22l.28-.28h-.818a2.25%202.25%200%201%201%200-4.5h5.319l.22-.22a.75.75%200%200%200%20.219-.53v-6a.75.75%200%200%200-.75-.75z%22%2F%3E%3Cpath%20d%3D%22M7%201.25a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200V4.75H5c-.69%200-1.25.56-1.25%201.25v4a.75.75%200%200%201-1.5%200V6A2.75%202.75%200%200%201%205%203.25h1.25V2A.75.75%200%200%201%207%201.25m8%200a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-1.5%200V4.75H10.5a.75.75%200%200%201%200-1.5h3.75V2a.75.75%200%200%201%20.75-.75M17.75%204a.75.75%200%200%201%20.75-.75h.5A2.75%202.75%200%200%201%2021.75%206v4a.75.75%200%200%201-1.5%200V6c0-.69-.56-1.25-1.25-1.25h-.5a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/calendar-minus-solid.svg?color=%231a73e8&size=48