calendar minus icon
calendar-minus from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- calendar-minus
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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-minusIconoircalendar-minusLine Awesomecalendar-minusLucidecalendar-minusMage Iconscalendar-minusMaterial Design Iconscalendar-minusPhosphorcalendar-minusPixelarticonscalendar-minusPrime Iconscalendar-minusTabler Iconscalendar-minus-outlineTeenyicons
Related icons in Myna UI Icons
Use the calendar minus 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="M16.5 5V3m-9 2V3M3.25 8h17.5M10 14h4M3 10.044c0-2.115 0-3.173.436-3.981a3.9 3.9 0 0 1 1.748-1.651C6.04 4 7.16 4 9.4 4h5.2c2.24 0 3.36 0 4.216.412c.753.362 1.364.94 1.748 1.65c.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-.412a3.9 3.9 0 0 1-1.748-1.65C3 18.128 3 17.07 3 14.955z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCalendarMinus(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="M16.5 5V3m-9 2V3M3.25 8h17.5M10 14h4M3 10.044c0-2.115 0-3.173.436-3.981a3.9 3.9 0 0 1 1.748-1.651C6.04 4 7.16 4 9.4 4h5.2c2.24 0 3.36 0 4.216.412c.753.362 1.364.94 1.748 1.65c.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-.412a3.9 3.9 0 0 1-1.748-1.65C3 18.128 3 17.07 3 14.955z"/></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="M16.5 5V3m-9 2V3M3.25 8h17.5M10 14h4M3 10.044c0-2.115 0-3.173.436-3.981a3.9 3.9 0 0 1 1.748-1.651C6.04 4 7.16 4 9.4 4h5.2c2.24 0 3.36 0 4.216.412c.753.362 1.364.94 1.748 1.65c.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-.412a3.9 3.9 0 0 1-1.748-1.65C3 18.128 3 17.07 3 14.955z"/></svg> </template>
CSS
.icon-calendar-minus {
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%22M16.5%205V3m-9%202V3M3.25%208h17.5M10%2014h4M3%2010.044c0-2.115%200-3.173.436-3.981a3.9%203.9%200%200%201%201.748-1.651C6.04%204%207.16%204%209.4%204h5.2c2.24%200%203.36%200%204.216.412c.753.362%201.364.94%201.748%201.65c.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-.412a3.9%203.9%200%200%201-1.748-1.65C3%2018.128%203%2017.07%203%2014.955z%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%22M16.5%205V3m-9%202V3M3.25%208h17.5M10%2014h4M3%2010.044c0-2.115%200-3.173.436-3.981a3.9%203.9%200%200%201%201.748-1.651C6.04%204%207.16%204%209.4%204h5.2c2.24%200%203.36%200%204.216.412c.753.362%201.364.94%201.748%201.65c.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-.412a3.9%203.9%200%200%201-1.748-1.65C3%2018.128%203%2017.07%203%2014.955z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/calendar-minus.svg?color=%231a73e8&size=48