calendar emoji
calendar from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- calendar
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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
More objects icons from OpenMoji
Use the calendar emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m12 28.122l-.003 31.97l31.66-.006l16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16z"/><path fill="#ea5a47" d="m12.194 28.292l47.803-.2l.003-16.47h-9.54l.052 5.273c1.727.456 2.15 3.087 2.15 3.087c-.022 2.192-2.678 2.53-2.69 2.527c-1.848-.378-2.489-1.282-2.468-2.802c.014-1.068.046-1.33.808-2.078c.513-.502.634-.608 1.311-.78l-.028-5.226H22.344l.07 5.226c1.728.456 2.293.853 2.276 2.719c-.02 2.193-2.706 3.28-2.719 3.28c-2.205-.02-2.992-1.037-2.971-3.242c.01-1.068.877-1.864 1.64-2.612c.511-.502.698-.822 1.375-.994l-.24-4.377H12z"/><path fill="#d0cfce" d="M59.997 48.038H43.138s-.898 6.104-.97 5.623v5.425l1.488 1z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="22.002" cy="19.849" r="3"/><path d="M26.006 12.122h20.05m7.96 0H60v16H12v-16h6.032m3.983-3.434v10.31"/><circle cx="50.003" cy="19.847" r="3"/><path d="M50.016 8.688v10.31m-15.68 19.094a5.63 5.63 0 0 1 5.513-4.494h0c1.554 0 2.96.63 3.98 1.649c1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8v18.321"/><path d="M11.997 28.092v32l31.659-.006l16.341-12.048V28.092"/><path d="M59.746 48.038H43.138v5.479"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCalendar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m12 28.122l-.003 31.97l31.66-.006l16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16z"/><path fill="#ea5a47" d="m12.194 28.292l47.803-.2l.003-16.47h-9.54l.052 5.273c1.727.456 2.15 3.087 2.15 3.087c-.022 2.192-2.678 2.53-2.69 2.527c-1.848-.378-2.489-1.282-2.468-2.802c.014-1.068.046-1.33.808-2.078c.513-.502.634-.608 1.311-.78l-.028-5.226H22.344l.07 5.226c1.728.456 2.293.853 2.276 2.719c-.02 2.193-2.706 3.28-2.719 3.28c-2.205-.02-2.992-1.037-2.971-3.242c.01-1.068.877-1.864 1.64-2.612c.511-.502.698-.822 1.375-.994l-.24-4.377H12z"/><path fill="#d0cfce" d="M59.997 48.038H43.138s-.898 6.104-.97 5.623v5.425l1.488 1z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="22.002" cy="19.849" r="3"/><path d="M26.006 12.122h20.05m7.96 0H60v16H12v-16h6.032m3.983-3.434v10.31"/><circle cx="50.003" cy="19.847" r="3"/><path d="M50.016 8.688v10.31m-15.68 19.094a5.63 5.63 0 0 1 5.513-4.494h0c1.554 0 2.96.63 3.98 1.649c1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8v18.321"/><path d="M11.997 28.092v32l31.659-.006l16.341-12.048V28.092"/><path d="M59.746 48.038H43.138v5.479"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m12 28.122l-.003 31.97l31.66-.006l16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16z"/><path fill="#ea5a47" d="m12.194 28.292l47.803-.2l.003-16.47h-9.54l.052 5.273c1.727.456 2.15 3.087 2.15 3.087c-.022 2.192-2.678 2.53-2.69 2.527c-1.848-.378-2.489-1.282-2.468-2.802c.014-1.068.046-1.33.808-2.078c.513-.502.634-.608 1.311-.78l-.028-5.226H22.344l.07 5.226c1.728.456 2.293.853 2.276 2.719c-.02 2.193-2.706 3.28-2.719 3.28c-2.205-.02-2.992-1.037-2.971-3.242c.01-1.068.877-1.864 1.64-2.612c.511-.502.698-.822 1.375-.994l-.24-4.377H12z"/><path fill="#d0cfce" d="M59.997 48.038H43.138s-.898 6.104-.97 5.623v5.425l1.488 1z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="22.002" cy="19.849" r="3"/><path d="M26.006 12.122h20.05m7.96 0H60v16H12v-16h6.032m3.983-3.434v10.31"/><circle cx="50.003" cy="19.847" r="3"/><path d="M50.016 8.688v10.31m-15.68 19.094a5.63 5.63 0 0 1 5.513-4.494h0c1.554 0 2.96.63 3.98 1.649c1.584 1.584 1.437 4.217-.05 5.893l-9.558 10.78h4.76M23.276 37.398l5.073-3.8v18.321"/><path d="M11.997 28.092v32l31.659-.006l16.341-12.048V28.092"/><path d="M59.746 48.038H43.138v5.479"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m12%2028.122l-.003%2031.97l31.66-.006l16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m12.194%2028.292l47.803-.2l.003-16.47h-9.54l.052%205.273c1.727.456%202.15%203.087%202.15%203.087c-.022%202.192-2.678%202.53-2.69%202.527c-1.848-.378-2.489-1.282-2.468-2.802c.014-1.068.046-1.33.808-2.078c.513-.502.634-.608%201.311-.78l-.028-5.226H22.344l.07%205.226c1.728.456%202.293.853%202.276%202.719c-.02%202.193-2.706%203.28-2.719%203.28c-2.205-.02-2.992-1.037-2.971-3.242c.01-1.068.877-1.864%201.64-2.612c.511-.502.698-.822%201.375-.994l-.24-4.377H12z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M59.997%2048.038H43.138s-.898%206.104-.97%205.623v5.425l1.488%201z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2222.002%22%20cy%3D%2219.849%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M26.006%2012.122h20.05m7.96%200H60v16H12v-16h6.032m3.983-3.434v10.31%22%2F%3E%3Ccircle%20cx%3D%2250.003%22%20cy%3D%2219.847%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M50.016%208.688v10.31m-15.68%2019.094a5.63%205.63%200%200%201%205.513-4.494h0c1.554%200%202.96.63%203.98%201.649c1.584%201.584%201.437%204.217-.05%205.893l-9.558%2010.78h4.76M23.276%2037.398l5.073-3.8v18.321%22%2F%3E%3Cpath%20d%3D%22M11.997%2028.092v32l31.659-.006l16.341-12.048V28.092%22%2F%3E%3Cpath%20d%3D%22M59.746%2048.038H43.138v5.479%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m12%2028.122l-.003%2031.97l31.66-.006l16.09-12.048c-.008-.049.253-3.946.253-3.946l-.003-16z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m12.194%2028.292l47.803-.2l.003-16.47h-9.54l.052%205.273c1.727.456%202.15%203.087%202.15%203.087c-.022%202.192-2.678%202.53-2.69%202.527c-1.848-.378-2.489-1.282-2.468-2.802c.014-1.068.046-1.33.808-2.078c.513-.502.634-.608%201.311-.78l-.028-5.226H22.344l.07%205.226c1.728.456%202.293.853%202.276%202.719c-.02%202.193-2.706%203.28-2.719%203.28c-2.205-.02-2.992-1.037-2.971-3.242c.01-1.068.877-1.864%201.64-2.612c.511-.502.698-.822%201.375-.994l-.24-4.377H12z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M59.997%2048.038H43.138s-.898%206.104-.97%205.623v5.425l1.488%201z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2222.002%22%20cy%3D%2219.849%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M26.006%2012.122h20.05m7.96%200H60v16H12v-16h6.032m3.983-3.434v10.31%22%2F%3E%3Ccircle%20cx%3D%2250.003%22%20cy%3D%2219.847%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M50.016%208.688v10.31m-15.68%2019.094a5.63%205.63%200%200%201%205.513-4.494h0c1.554%200%202.96.63%203.98%201.649c1.584%201.584%201.437%204.217-.05%205.893l-9.558%2010.78h4.76M23.276%2037.398l5.073-3.8v18.321%22%2F%3E%3Cpath%20d%3D%22M11.997%2028.092v32l31.659-.006l16.341-12.048V28.092%22%2F%3E%3Cpath%20d%3D%22M59.746%2048.038H43.138v5.479%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/calendar.svg?color=%231a73e8&size=48