calendar icon
calendar-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- calendar-bold
- Set
- Phosphor
- Style
- Bold
- 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 28h-20v-4a12 12 0 0 0-24 0v4H92v-4a12 12 0 0 0-24 0v4H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20M68 52a12 12 0 0 0 24 0h72a12 12 0 0 0 24 0h16v24H52V52ZM52 204V100h152v104Zm60-80v56a12 12 0 0 1-24 0v-36.68a12 12 0 0 1-9.37-22l16-8A12 12 0 0 1 112 124m61.49 33.88L163.9 168h4.1a12 12 0 0 1 0 24h-32a12 12 0 0 1-8.71-20.25L155.45 142a4 4 0 0 0 .55-2a4 4 0 0 0-7.47-2a12 12 0 0 1-20.78-12A28 28 0 0 1 180 140a27.77 27.77 0 0 1-5.64 16.86a11 11 0 0 1-.87 1.02"/></svg>
React
import type { SVGProps } from "react";
export function PhCalendarBold(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 28h-20v-4a12 12 0 0 0-24 0v4H92v-4a12 12 0 0 0-24 0v4H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20M68 52a12 12 0 0 0 24 0h72a12 12 0 0 0 24 0h16v24H52V52ZM52 204V100h152v104Zm60-80v56a12 12 0 0 1-24 0v-36.68a12 12 0 0 1-9.37-22l16-8A12 12 0 0 1 112 124m61.49 33.88L163.9 168h4.1a12 12 0 0 1 0 24h-32a12 12 0 0 1-8.71-20.25L155.45 142a4 4 0 0 0 .55-2a4 4 0 0 0-7.47-2a12 12 0 0 1-20.78-12A28 28 0 0 1 180 140a27.77 27.77 0 0 1-5.64 16.86a11 11 0 0 1-.87 1.02"/></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 28h-20v-4a12 12 0 0 0-24 0v4H92v-4a12 12 0 0 0-24 0v4H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20M68 52a12 12 0 0 0 24 0h72a12 12 0 0 0 24 0h16v24H52V52ZM52 204V100h152v104Zm60-80v56a12 12 0 0 1-24 0v-36.68a12 12 0 0 1-9.37-22l16-8A12 12 0 0 1 112 124m61.49 33.88L163.9 168h4.1a12 12 0 0 1 0 24h-32a12 12 0 0 1-8.71-20.25L155.45 142a4 4 0 0 0 .55-2a4 4 0 0 0-7.47-2a12 12 0 0 1-20.78-12A28 28 0 0 1 180 140a27.77 27.77 0 0 1-5.64 16.86a11 11 0 0 1-.87 1.02"/></svg> </template>
CSS
.icon-calendar-bold {
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%2028h-20v-4a12%2012%200%200%200-24%200v4H92v-4a12%2012%200%200%200-24%200v4H48a20%2020%200%200%200-20%2020v160a20%2020%200%200%200%2020%2020h160a20%2020%200%200%200%2020-20V48a20%2020%200%200%200-20-20M68%2052a12%2012%200%200%200%2024%200h72a12%2012%200%200%200%2024%200h16v24H52V52ZM52%20204V100h152v104Zm60-80v56a12%2012%200%200%201-24%200v-36.68a12%2012%200%200%201-9.37-22l16-8A12%2012%200%200%201%20112%20124m61.49%2033.88L163.9%20168h4.1a12%2012%200%200%201%200%2024h-32a12%2012%200%200%201-8.71-20.25L155.45%20142a4%204%200%200%200%20.55-2a4%204%200%200%200-7.47-2a12%2012%200%200%201-20.78-12A28%2028%200%200%201%20180%20140a27.77%2027.77%200%200%201-5.64%2016.86a11%2011%200%200%201-.87%201.02%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%2028h-20v-4a12%2012%200%200%200-24%200v4H92v-4a12%2012%200%200%200-24%200v4H48a20%2020%200%200%200-20%2020v160a20%2020%200%200%200%2020%2020h160a20%2020%200%200%200%2020-20V48a20%2020%200%200%200-20-20M68%2052a12%2012%200%200%200%2024%200h72a12%2012%200%200%200%2024%200h16v24H52V52ZM52%20204V100h152v104Zm60-80v56a12%2012%200%200%201-24%200v-36.68a12%2012%200%200%201-9.37-22l16-8A12%2012%200%200%201%20112%20124m61.49%2033.88L163.9%20168h4.1a12%2012%200%200%201%200%2024h-32a12%2012%200%200%201-8.71-20.25L155.45%20142a4%204%200%200%200%20.55-2a4%204%200%200%200-7.47-2a12%2012%200%200%201-20.78-12A28%2028%200%200%201%20180%20140a27.77%2027.77%200%200%201-5.64%2016.86a11%2011%200%200%201-.87%201.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/calendar-bold.svg?color=%231a73e8&size=48