calendar icon
calendar-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- calendar-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
calendarAkar Iconscalendar-filledAnt Design IconscalendarBootstrap IconscalendarBoxIcons v2calendarBoxIcons v2 SolidcalendarCarboncalendarCodiconscalendarEmoji One (Colored)calendarElement Pluscalendar-fillEva IconscalendarFramework7 IconscalendarFont Awesome 6 RegularcalendarFont Awesome 6 SolidcalendarFont Awesome RegularcalendarFont Awesome SolidcalendarFeather Iconscalendar-12-filledFluent UI System Iconscalendar-16Fluent UI System Color IconscalendarFluent EmojicalendarFluent Emoji FlatcalendarFluent Emoji High ContrastcalendarFirefox OS Emojicalendarcss.ggcalendarHealth Icons
Related icons in Tabler Icons
calendar-boltcalendar-cancelcalendar-checkcalendar-clockcalendar-codecalendar-cogcalendar-dollarcalendar-dotcalendar-downcalendar-duecalendar-eventcalendar-exclamationcalendar-heartcalendar-minuscalendar-monthcalendar-offcalendar-pausecalendar-pincalendar-pluscalendar-questioncalendar-repeatcalendar-sadcalendar-searchcalendar-share
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 2a1 1 0 0 1 .993.883L17 3v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 1.993-.117L9 3v1h6V3a1 1 0 0 1 1-1m3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16z"/><path d="M12 12a1 1 0 0 1 .993.883L13 13v3a1 1 0 0 1-1.993.117L11 16v-2a1 1 0 0 1-.117-1.993L11 12z"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerCalendarFilled(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"><path d="M16 2a1 1 0 0 1 .993.883L17 3v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 1.993-.117L9 3v1h6V3a1 1 0 0 1 1-1m3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16z"/><path d="M12 12a1 1 0 0 1 .993.883L13 13v3a1 1 0 0 1-1.993.117L11 16v-2a1 1 0 0 1-.117-1.993L11 12z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 2a1 1 0 0 1 .993.883L17 3v1h1a3 3 0 0 1 2.995 2.824L21 7v12a3 3 0 0 1-2.824 2.995L18 22H6a3 3 0 0 1-2.995-2.824L3 19V7a3 3 0 0 1 2.824-2.995L6 4h1V3a1 1 0 0 1 1.993-.117L9 3v1h6V3a1 1 0 0 1 1-1m3 7H5v9.625c0 .705.386 1.286.883 1.366L6 20h12c.513 0 .936-.53.993-1.215l.007-.16z"/><path d="M12 12a1 1 0 0 1 .993.883L13 13v3a1 1 0 0 1-1.993.117L11 16v-2a1 1 0 0 1-.117-1.993L11 12z"/></g></svg> </template>
CSS
.icon-calendar-filled {
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%3E%3Cpath%20d%3D%22M16%202a1%201%200%200%201%20.993.883L17%203v1h1a3%203%200%200%201%202.995%202.824L21%207v12a3%203%200%200%201-2.824%202.995L18%2022H6a3%203%200%200%201-2.995-2.824L3%2019V7a3%203%200%200%201%202.824-2.995L6%204h1V3a1%201%200%200%201%201.993-.117L9%203v1h6V3a1%201%200%200%201%201-1m3%207H5v9.625c0%20.705.386%201.286.883%201.366L6%2020h12c.513%200%20.936-.53.993-1.215l.007-.16z%22%2F%3E%3Cpath%20d%3D%22M12%2012a1%201%200%200%201%20.993.883L13%2013v3a1%201%200%200%201-1.993.117L11%2016v-2a1%201%200%200%201-.117-1.993L11%2012z%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%3E%3Cpath%20d%3D%22M16%202a1%201%200%200%201%20.993.883L17%203v1h1a3%203%200%200%201%202.995%202.824L21%207v12a3%203%200%200%201-2.824%202.995L18%2022H6a3%203%200%200%201-2.995-2.824L3%2019V7a3%203%200%200%201%202.824-2.995L6%204h1V3a1%201%200%200%201%201.993-.117L9%203v1h6V3a1%201%200%200%201%201-1m3%207H5v9.625c0%20.705.386%201.286.883%201.366L6%2020h12c.513%200%20.936-.53.993-1.215l.007-.16z%22%2F%3E%3Cpath%20d%3D%22M12%2012a1%201%200%200%201%20.993.883L13%2013v3a1%201%200%200%201-1.993.117L11%2016v-2a1%201%200%200%201-.117-1.993L11%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/calendar-filled.svg?color=%231a73e8&size=48