calendar icon
calendar from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- calendar
- Set
- Octicons
- Style
- Regular
- Viewbox
- 14×16
- License
- MIT
2 other variants in Octicons
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
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonCalendar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z" fill="currentColor"/></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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%202h-1v1.5c0%20.28-.22.5-.5.5h-2c-.28%200-.5-.22-.5-.5V2H6v1.5c0%20.28-.22.5-.5.5h-2c-.28%200-.5-.22-.5-.5V2H2c-.55%200-1%20.45-1%201v11c0%20.55.45%201%201%201h11c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm0%2012H2V5h11v9zM5%203H4V1h1v2zm6%200h-1V1h1v2zM6%207H5V6h1v1zm2%200H7V6h1v1zm2%200H9V6h1v1zm2%200h-1V6h1v1zM4%209H3V8h1v1zm2%200H5V8h1v1zm2%200H7V8h1v1zm2%200H9V8h1v1zm2%200h-1V8h1v1zm-8%202H3v-1h1v1zm2%200H5v-1h1v1zm2%200H7v-1h1v1zm2%200H9v-1h1v1zm2%200h-1v-1h1v1zm-8%202H3v-1h1v1zm2%200H5v-1h1v1zm2%200H7v-1h1v1zm2%200H9v-1h1v1z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%202h-1v1.5c0%20.28-.22.5-.5.5h-2c-.28%200-.5-.22-.5-.5V2H6v1.5c0%20.28-.22.5-.5.5h-2c-.28%200-.5-.22-.5-.5V2H2c-.55%200-1%20.45-1%201v11c0%20.55.45%201%201%201h11c.55%200%201-.45%201-1V3c0-.55-.45-1-1-1zm0%2012H2V5h11v9zM5%203H4V1h1v2zm6%200h-1V1h1v2zM6%207H5V6h1v1zm2%200H7V6h1v1zm2%200H9V6h1v1zm2%200h-1V6h1v1zM4%209H3V8h1v1zm2%200H5V8h1v1zm2%200H7V8h1v1zm2%200H9V8h1v1zm2%200h-1V8h1v1zm-8%202H3v-1h1v1zm2%200H5v-1h1v1zm2%200H7v-1h1v1zm2%200H9v-1h1v1zm2%200h-1v-1h1v1zm-8%202H3v-1h1v1zm2%200H5v-1h1v1zm2%200H7v-1h1v1zm2%200H9v-1h1v1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/calendar.svg?color=%231a73e8&size=48