calendar month icon
calendar-month-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- calendar-month-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
calendar-boltcalendar-cancelcalendar-checkcalendar-clockcalendar-codecalendar-cogcalendar-dollarcalendar-dotcalendar-downcalendar-duecalendar-eventcalendar-exclamationcalendar-heartcalendar-minuscalendar-offcalendar-pausecalendar-pincalendar-pluscalendar-questioncalendar-repeatcalendar-sadcalendar-searchcalendar-sharecalendar-smile
Use the calendar month icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 12a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1"/><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"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerCalendarMonthFilled(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="M8 12a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1"/><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"/></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="M8 12a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1"/><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"/></g></svg> </template>
CSS
.icon-calendar-month-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%22M8%2012a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200v-4a1%201%200%200%201%201-1m4%200a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200v-4a1%201%200%200%201%201-1m4%200a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200v-4a1%201%200%200%201%201-1%22%2F%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%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%22M8%2012a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200v-4a1%201%200%200%201%201-1m4%200a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200v-4a1%201%200%200%201%201-1m4%200a1%201%200%200%201%201%201v4a1%201%200%200%201-2%200v-4a1%201%200%200%201%201-1%22%2F%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/calendar-month-filled.svg?color=%231a73e8&size=48