calendar off icon
calendar-off from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- calendar-off
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- calendar-slash
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the calendar off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 5V3M3.25 8H11m9.75 0H16m-1.4-4H9.4c-2.24 0-3.36 0-4.216.412a3.9 3.9 0 0 0-1.748 1.65C3 6.872 3 7.93 3 10.045v4.912c0 .827 0 1.492.026 2.044M3 21l1.138-1.138M21 3l-1.692 1.692m0 0c.528.352.96.822 1.256 1.37c.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.9 3.9 0 0 1-1.748 1.651C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.412a4 4 0 0 1-1.046-.726m0 0L16 8l3.308-3.308"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCalendarOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.5 5V3M3.25 8H11m9.75 0H16m-1.4-4H9.4c-2.24 0-3.36 0-4.216.412a3.9 3.9 0 0 0-1.748 1.65C3 6.872 3 7.93 3 10.045v4.912c0 .827 0 1.492.026 2.044M3 21l1.138-1.138M21 3l-1.692 1.692m0 0c.528.352.96.822 1.256 1.37c.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.9 3.9 0 0 1-1.748 1.651C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.412a4 4 0 0 1-1.046-.726m0 0L16 8l3.308-3.308"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 5V3M3.25 8H11m9.75 0H16m-1.4-4H9.4c-2.24 0-3.36 0-4.216.412a3.9 3.9 0 0 0-1.748 1.65C3 6.872 3 7.93 3 10.045v4.912c0 .827 0 1.492.026 2.044M3 21l1.138-1.138M21 3l-1.692 1.692m0 0c.528.352.96.822 1.256 1.37c.436.81.436 1.868.436 3.983v4.912c0 2.115 0 3.173-.436 3.981a3.9 3.9 0 0 1-1.748 1.651C17.96 21 16.84 21 14.6 21H9.4c-2.24 0-3.36 0-4.216-.412a4 4 0 0 1-1.046-.726m0 0L16 8l3.308-3.308"/></svg> </template>
CSS
.icon-calendar-off {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.5%205V3M3.25%208H11m9.75%200H16m-1.4-4H9.4c-2.24%200-3.36%200-4.216.412a3.9%203.9%200%200%200-1.748%201.65C3%206.872%203%207.93%203%2010.045v4.912c0%20.827%200%201.492.026%202.044M3%2021l1.138-1.138M21%203l-1.692%201.692m0%200c.528.352.96.822%201.256%201.37c.436.81.436%201.868.436%203.983v4.912c0%202.115%200%203.173-.436%203.981a3.9%203.9%200%200%201-1.748%201.651C17.96%2021%2016.84%2021%2014.6%2021H9.4c-2.24%200-3.36%200-4.216-.412a4%204%200%200%201-1.046-.726m0%200L16%208l3.308-3.308%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.5%205V3M3.25%208H11m9.75%200H16m-1.4-4H9.4c-2.24%200-3.36%200-4.216.412a3.9%203.9%200%200%200-1.748%201.65C3%206.872%203%207.93%203%2010.045v4.912c0%20.827%200%201.492.026%202.044M3%2021l1.138-1.138M21%203l-1.692%201.692m0%200c.528.352.96.822%201.256%201.37c.436.81.436%201.868.436%203.983v4.912c0%202.115%200%203.173-.436%203.981a3.9%203.9%200%200%201-1.748%201.651C17.96%2021%2016.84%2021%2014.6%2021H9.4c-2.24%200-3.36%200-4.216-.412a4%204%200%200%201-1.046-.726m0%200L16%208l3.308-3.308%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/calendar-off.svg?color=%231a73e8&size=48