calendar icon
calendar from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- calendar
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
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
More edit icons from IconPark
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M5 19H43V40C43 41.1046 42.1046 42 41 42H7C5.89543 42 5 41.1046 5 40V19Z"/><path stroke="#000" d="M5 9C5 7.89543 5.89543 7 7 7H41C42.1046 7 43 7.89543 43 9V19H5V9Z"/><path stroke="#000" stroke-linecap="round" d="M16 4V12"/><path stroke="#000" stroke-linecap="round" d="M32 4V12"/><path stroke="#fff" stroke-linecap="round" d="M28 34H34"/><path stroke="#fff" stroke-linecap="round" d="M14 34H20"/><path stroke="#fff" stroke-linecap="round" d="M28 26H34"/><path stroke="#fff" stroke-linecap="round" d="M14 26H20"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCalendar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M5 19H43V40C43 41.1046 42.1046 42 41 42H7C5.89543 42 5 41.1046 5 40V19Z"/><path stroke="#000" d="M5 9C5 7.89543 5.89543 7 7 7H41C42.1046 7 43 7.89543 43 9V19H5V9Z"/><path stroke="#000" strokeLinecap="round" d="M16 4V12"/><path stroke="#000" strokeLinecap="round" d="M32 4V12"/><path stroke="#fff" strokeLinecap="round" d="M28 34H34"/><path stroke="#fff" strokeLinecap="round" d="M14 34H20"/><path stroke="#fff" strokeLinecap="round" d="M28 26H34"/><path stroke="#fff" strokeLinecap="round" d="M14 26H20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M5 19H43V40C43 41.1046 42.1046 42 41 42H7C5.89543 42 5 41.1046 5 40V19Z"/><path stroke="#000" d="M5 9C5 7.89543 5.89543 7 7 7H41C42.1046 7 43 7.89543 43 9V19H5V9Z"/><path stroke="#000" stroke-linecap="round" d="M16 4V12"/><path stroke="#000" stroke-linecap="round" d="M32 4V12"/><path stroke="#fff" stroke-linecap="round" d="M28 34H34"/><path stroke="#fff" stroke-linecap="round" d="M14 34H20"/><path stroke="#fff" stroke-linecap="round" d="M28 26H34"/><path stroke="#fff" stroke-linecap="round" d="M14 26H20"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M5%2019H43V40C43%2041.1046%2042.1046%2042%2041%2042H7C5.89543%2042%205%2041.1046%205%2040V19Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M5%209C5%207.89543%205.89543%207%207%207H41C42.1046%207%2043%207.89543%2043%209V19H5V9Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M16%204V12%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M32%204V12%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2034H34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%2034H20%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2026H34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%2026H20%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M5%2019H43V40C43%2041.1046%2042.1046%2042%2041%2042H7C5.89543%2042%205%2041.1046%205%2040V19Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M5%209C5%207.89543%205.89543%207%207%207H41C42.1046%207%2043%207.89543%2043%209V19H5V9Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M16%204V12%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M32%204V12%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2034H34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%2034H20%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2026H34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14%2026H20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/calendar.svg?color=%231a73e8&size=48