calendar icon
calendar from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- calendar
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
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 IonIcons
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 128a64 64 0 0 0-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 48v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 48v16H96a64 64 0 0 0-64 64v12a4 4 0 0 0 4 4h440a4 4 0 0 0 4-4ZM32 416a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V179a3 3 0 0 0-3-3H35a3 3 0 0 0-3 3Zm344-208a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24"/></svg>
React
import type { SVGProps } from "react";
export function IonCalendar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 128a64 64 0 0 0-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 48v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 48v16H96a64 64 0 0 0-64 64v12a4 4 0 0 0 4 4h440a4 4 0 0 0 4-4ZM32 416a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V179a3 3 0 0 0-3-3H35a3 3 0 0 0-3 3Zm344-208a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 128a64 64 0 0 0-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 368 48v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16 16 0 0 0 112 48v16H96a64 64 0 0 0-64 64v12a4 4 0 0 0 4 4h440a4 4 0 0 0 4-4ZM32 416a64 64 0 0 0 64 64h320a64 64 0 0 0 64-64V179a3 3 0 0 0-3-3H35a3 3 0 0 0-3 3Zm344-208a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m-80-80a24 24 0 1 1-24 24a24 24 0 0 1 24-24m0 80a24 24 0 1 1-24 24a24 24 0 0 1 24-24"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20128a64%2064%200%200%200-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20368%2048v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20112%2048v16H96a64%2064%200%200%200-64%2064v12a4%204%200%200%200%204%204h440a4%204%200%200%200%204-4ZM32%20416a64%2064%200%200%200%2064%2064h320a64%2064%200%200%200%2064-64V179a3%203%200%200%200-3-3H35a3%203%200%200%200-3%203Zm344-208a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m-80-80a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m-80-80a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m-80-80a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20128a64%2064%200%200%200-64-64h-16V48.45c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20368%2048v16H144V48.45c0-8.61-6.62-16-15.23-16.43A16%2016%200%200%200%20112%2048v16H96a64%2064%200%200%200-64%2064v12a4%204%200%200%200%204%204h440a4%204%200%200%200%204-4ZM32%20416a64%2064%200%200%200%2064%2064h320a64%2064%200%200%200%2064-64V179a3%203%200%200%200-3-3H35a3%203%200%200%200-3%203Zm344-208a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m-80-80a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m-80-80a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m-80-80a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m0%2080a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/calendar.svg?color=%231a73e8&size=48