calendar icon
calendar-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- calendar-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 Phosphor
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 36h-28V24a4 4 0 0 0-8 0v12H84V24a4 4 0 0 0-8 0v12H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12M48 44h28v12a4 4 0 0 0 8 0V44h88v12a4 4 0 0 0 8 0V44h28a4 4 0 0 1 4 4v36H44V48a4 4 0 0 1 4-4m160 168H48a4 4 0 0 1-4-4V92h168v116a4 4 0 0 1-4 4m-100-92v64a4 4 0 0 1-8 0v-57.53l-10.21 5.11a4 4 0 0 1-3.58-7.16l16-8A4 4 0 0 1 108 120m60 28l-24 32h24a4 4 0 0 1 0 8h-32a4 4 0 0 1-3.2-6.4l28.78-38.37A11.88 11.88 0 0 0 164 136a12 12 0 0 0-22.4-6a4 4 0 0 1-6.92-4A20 20 0 0 1 172 136a19.8 19.8 0 0 1-4 12"/></svg>
React
import type { SVGProps } from "react";
export function PhCalendarThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 36h-28V24a4 4 0 0 0-8 0v12H84V24a4 4 0 0 0-8 0v12H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12M48 44h28v12a4 4 0 0 0 8 0V44h88v12a4 4 0 0 0 8 0V44h28a4 4 0 0 1 4 4v36H44V48a4 4 0 0 1 4-4m160 168H48a4 4 0 0 1-4-4V92h168v116a4 4 0 0 1-4 4m-100-92v64a4 4 0 0 1-8 0v-57.53l-10.21 5.11a4 4 0 0 1-3.58-7.16l16-8A4 4 0 0 1 108 120m60 28l-24 32h24a4 4 0 0 1 0 8h-32a4 4 0 0 1-3.2-6.4l28.78-38.37A11.88 11.88 0 0 0 164 136a12 12 0 0 0-22.4-6a4 4 0 0 1-6.92-4A20 20 0 0 1 172 136a19.8 19.8 0 0 1-4 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 36h-28V24a4 4 0 0 0-8 0v12H84V24a4 4 0 0 0-8 0v12H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12M48 44h28v12a4 4 0 0 0 8 0V44h88v12a4 4 0 0 0 8 0V44h28a4 4 0 0 1 4 4v36H44V48a4 4 0 0 1 4-4m160 168H48a4 4 0 0 1-4-4V92h168v116a4 4 0 0 1-4 4m-100-92v64a4 4 0 0 1-8 0v-57.53l-10.21 5.11a4 4 0 0 1-3.58-7.16l16-8A4 4 0 0 1 108 120m60 28l-24 32h24a4 4 0 0 1 0 8h-32a4 4 0 0 1-3.2-6.4l28.78-38.37A11.88 11.88 0 0 0 164 136a12 12 0 0 0-22.4-6a4 4 0 0 1-6.92-4A20 20 0 0 1 172 136a19.8 19.8 0 0 1-4 12"/></svg> </template>
CSS
.icon-calendar-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2036h-28V24a4%204%200%200%200-8%200v12H84V24a4%204%200%200%200-8%200v12H48a12%2012%200%200%200-12%2012v160a12%2012%200%200%200%2012%2012h160a12%2012%200%200%200%2012-12V48a12%2012%200%200%200-12-12M48%2044h28v12a4%204%200%200%200%208%200V44h88v12a4%204%200%200%200%208%200V44h28a4%204%200%200%201%204%204v36H44V48a4%204%200%200%201%204-4m160%20168H48a4%204%200%200%201-4-4V92h168v116a4%204%200%200%201-4%204m-100-92v64a4%204%200%200%201-8%200v-57.53l-10.21%205.11a4%204%200%200%201-3.58-7.16l16-8A4%204%200%200%201%20108%20120m60%2028l-24%2032h24a4%204%200%200%201%200%208h-32a4%204%200%200%201-3.2-6.4l28.78-38.37A11.88%2011.88%200%200%200%20164%20136a12%2012%200%200%200-22.4-6a4%204%200%200%201-6.92-4A20%2020%200%200%201%20172%20136a19.8%2019.8%200%200%201-4%2012%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2036h-28V24a4%204%200%200%200-8%200v12H84V24a4%204%200%200%200-8%200v12H48a12%2012%200%200%200-12%2012v160a12%2012%200%200%200%2012%2012h160a12%2012%200%200%200%2012-12V48a12%2012%200%200%200-12-12M48%2044h28v12a4%204%200%200%200%208%200V44h88v12a4%204%200%200%200%208%200V44h28a4%204%200%200%201%204%204v36H44V48a4%204%200%200%201%204-4m160%20168H48a4%204%200%200%201-4-4V92h168v116a4%204%200%200%201-4%204m-100-92v64a4%204%200%200%201-8%200v-57.53l-10.21%205.11a4%204%200%200%201-3.58-7.16l16-8A4%204%200%200%201%20108%20120m60%2028l-24%2032h24a4%204%200%200%201%200%208h-32a4%204%200%200%201-3.2-6.4l28.78-38.37A11.88%2011.88%200%200%200%20164%20136a12%2012%200%200%200-22.4-6a4%204%200%200%201-6.92-4A20%2020%200%200%201%20172%20136a19.8%2019.8%200%200%201-4%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/calendar-thin.svg?color=%231a73e8&size=48