calendar icon
calendar from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- calendar
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
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 Prime Icons
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9 2.25a.75.75 0 0 1 .75.75v1.25h4.5V3a.75.75 0 0 1 1.5 0v1.25H17A2.75 2.75 0 0 1 19.75 7v11A2.75 2.75 0 0 1 17 20.75H7A2.75 2.75 0 0 1 4.25 18V7A2.75 2.75 0 0 1 7 4.25h1.25V3A.75.75 0 0 1 9 2.25m5.25 3.5V7a.75.75 0 0 0 1.5 0V5.75H17c.69 0 1.25.56 1.25 1.25v2.75H5.75V7c0-.69.56-1.25 1.25-1.25h1.25V7a.75.75 0 0 0 1.5 0V5.75zm-8.5 5.5V18c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25v-6.75z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCalendar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9 2.25a.75.75 0 0 1 .75.75v1.25h4.5V3a.75.75 0 0 1 1.5 0v1.25H17A2.75 2.75 0 0 1 19.75 7v11A2.75 2.75 0 0 1 17 20.75H7A2.75 2.75 0 0 1 4.25 18V7A2.75 2.75 0 0 1 7 4.25h1.25V3A.75.75 0 0 1 9 2.25m5.25 3.5V7a.75.75 0 0 0 1.5 0V5.75H17c.69 0 1.25.56 1.25 1.25v2.75H5.75V7c0-.69.56-1.25 1.25-1.25h1.25V7a.75.75 0 0 0 1.5 0V5.75zm-8.5 5.5V18c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25v-6.75z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9 2.25a.75.75 0 0 1 .75.75v1.25h4.5V3a.75.75 0 0 1 1.5 0v1.25H17A2.75 2.75 0 0 1 19.75 7v11A2.75 2.75 0 0 1 17 20.75H7A2.75 2.75 0 0 1 4.25 18V7A2.75 2.75 0 0 1 7 4.25h1.25V3A.75.75 0 0 1 9 2.25m5.25 3.5V7a.75.75 0 0 0 1.5 0V5.75H17c.69 0 1.25.56 1.25 1.25v2.75H5.75V7c0-.69.56-1.25 1.25-1.25h1.25V7a.75.75 0 0 0 1.5 0V5.75zm-8.5 5.5V18c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25v-6.75z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-calendar {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%202.25a.75.75%200%200%201%20.75.75v1.25h4.5V3a.75.75%200%200%201%201.5%200v1.25H17A2.75%202.75%200%200%201%2019.75%207v11A2.75%202.75%200%200%201%2017%2020.75H7A2.75%202.75%200%200%201%204.25%2018V7A2.75%202.75%200%200%201%207%204.25h1.25V3A.75.75%200%200%201%209%202.25m5.25%203.5V7a.75.75%200%200%200%201.5%200V5.75H17c.69%200%201.25.56%201.25%201.25v2.75H5.75V7c0-.69.56-1.25%201.25-1.25h1.25V7a.75.75%200%200%200%201.5%200V5.75zm-8.5%205.5V18c0%20.69.56%201.25%201.25%201.25h10c.69%200%201.25-.56%201.25-1.25v-6.75z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%202.25a.75.75%200%200%201%20.75.75v1.25h4.5V3a.75.75%200%200%201%201.5%200v1.25H17A2.75%202.75%200%200%201%2019.75%207v11A2.75%202.75%200%200%201%2017%2020.75H7A2.75%202.75%200%200%201%204.25%2018V7A2.75%202.75%200%200%201%207%204.25h1.25V3A.75.75%200%200%201%209%202.25m5.25%203.5V7a.75.75%200%200%200%201.5%200V5.75H17c.69%200%201.25.56%201.25%201.25v2.75H5.75V7c0-.69.56-1.25%201.25-1.25h1.25V7a.75.75%200%200%200%201.5%200V5.75zm-8.5%205.5V18c0%20.69.56%201.25%201.25%201.25h10c.69%200%201.25-.56%201.25-1.25v-6.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/calendar.svg?color=%231a73e8&size=48