calendar icon
calendar-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- calendar-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Color Icons
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 IconscalendarFluent EmojicalendarFluent Emoji FlatcalendarFluent Emoji High ContrastcalendarFirefox OS Emojicalendarcss.ggcalendarHealth IconscalendarHeroIcons
Related icons in Fluent UI System Color Icons
Use the calendar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGHsod3b4v)" d="M17 6H3v8.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5z"/><path fill="url(#SVGBQaaD6nJ)" d="M17 6H3v8.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5z"/><g filter="url(#SVGFZR4Hcza)"><path fill="url(#SVG9j5bOdOA)" d="M8 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M8 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M11 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M10 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill="url(#SVG9j5bOdOA)" d="M14 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g><path fill="url(#SVG6uWZGdor)" d="M17 5.5A2.5 2.5 0 0 0 14.5 3h-9A2.5 2.5 0 0 0 3 5.5V7h14z"/><defs><linearGradient id="SVGHsod3b4v" x1="12.528" x2="8.499" y1="18.351" y2="6.56" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGBQaaD6nJ" x1="11.5" x2="13.5" y1="10.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#dcf8ff" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient><linearGradient id="SVG9j5bOdOA" x1="9.273" x2="10.913" y1="8.423" y2="18.392" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVG6uWZGdor" x1="3" x2="15.018" y1="3" y2="-.772" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><filter id="SVGFZR4Hcza" width="10.667" height="7.667" x="4.667" y="8.333" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".667"/><feGaussianBlur stdDeviation=".667"/><feColorMatrix values="0 0 0 0 0.1242 0 0 0 0 0.323337 0 0 0 0 0.7958 0 0 0 0.32 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_378174_9787"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9787" result="shape"/></filter></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorCalendar20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGHsod3b4v)" d="M17 6H3v8.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5z"/><path fill="url(#SVGBQaaD6nJ)" d="M17 6H3v8.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5z"/><g filter="url(#SVGFZR4Hcza)"><path fill="url(#SVG9j5bOdOA)" d="M8 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M8 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M11 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M10 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill="url(#SVG9j5bOdOA)" d="M14 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g><path fill="url(#SVG6uWZGdor)" d="M17 5.5A2.5 2.5 0 0 0 14.5 3h-9A2.5 2.5 0 0 0 3 5.5V7h14z"/><defs><linearGradient id="SVGHsod3b4v" x1="12.528" x2="8.499" y1="18.351" y2="6.56" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVGBQaaD6nJ" x1="11.5" x2="13.5" y1="10.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stopColor="#dcf8ff" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8" stopOpacity=".7"/></linearGradient><linearGradient id="SVG9j5bOdOA" x1="9.273" x2="10.913" y1="8.423" y2="18.392" gradientUnits="userSpaceOnUse"><stop stopColor="#0078d4"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVG6uWZGdor" x1="3" x2="15.018" y1="3" y2="-.772" gradientUnits="userSpaceOnUse"><stop stopColor="#0094f0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><filter id="SVGFZR4Hcza" width="10.667" height="7.667" x="4.667" y="8.333" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".667"/><feGaussianBlur stdDeviation=".667"/><feColorMatrix values="0 0 0 0 0.1242 0 0 0 0 0.323337 0 0 0 0 0.7958 0 0 0 0.32 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_378174_9787"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9787" result="shape"/></filter></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGHsod3b4v)" d="M17 6H3v8.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5z"/><path fill="url(#SVGBQaaD6nJ)" d="M17 6H3v8.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5z"/><g filter="url(#SVGFZR4Hcza)"><path fill="url(#SVG9j5bOdOA)" d="M8 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M8 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M11 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="url(#SVG9j5bOdOA)" d="M10 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill="url(#SVG9j5bOdOA)" d="M14 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g><path fill="url(#SVG6uWZGdor)" d="M17 5.5A2.5 2.5 0 0 0 14.5 3h-9A2.5 2.5 0 0 0 3 5.5V7h14z"/><defs><linearGradient id="SVGHsod3b4v" x1="12.528" x2="8.499" y1="18.351" y2="6.56" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGBQaaD6nJ" x1="11.5" x2="13.5" y1="10.5" y2="19.5" gradientUnits="userSpaceOnUse"><stop stop-color="#dcf8ff" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient><linearGradient id="SVG9j5bOdOA" x1="9.273" x2="10.913" y1="8.423" y2="18.392" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVG6uWZGdor" x1="3" x2="15.018" y1="3" y2="-.772" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><filter id="SVGFZR4Hcza" width="10.667" height="7.667" x="4.667" y="8.333" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".667"/><feGaussianBlur stdDeviation=".667"/><feColorMatrix values="0 0 0 0 0.1242 0 0 0 0 0.323337 0 0 0 0 0.7958 0 0 0 0.32 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_378174_9787"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9787" result="shape"/></filter></defs></g></svg> </template>
CSS
.icon-calendar-20 {
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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGHsod3b4v)%22%20d%3D%22M17%206H3v8.5A2.5%202.5%200%200%200%205.5%2017h9a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBQaaD6nJ)%22%20d%3D%22M17%206H3v8.5A2.5%202.5%200%200%200%205.5%2017h9a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3Cg%20filter%3D%22url(%23SVGFZR4Hcza)%22%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M8%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M8%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M11%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M10%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M14%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22url(%23SVG6uWZGdor)%22%20d%3D%22M17%205.5A2.5%202.5%200%200%200%2014.5%203h-9A2.5%202.5%200%200%200%203%205.5V7h14z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHsod3b4v%22%20x1%3D%2212.528%22%20x2%3D%228.499%22%20y1%3D%2218.351%22%20y2%3D%226.56%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBQaaD6nJ%22%20x1%3D%2211.5%22%20x2%3D%2213.5%22%20y1%3D%2210.5%22%20y2%3D%2219.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23dcf8ff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9j5bOdOA%22%20x1%3D%229.273%22%20x2%3D%2210.913%22%20y1%3D%228.423%22%20y2%3D%2218.392%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG6uWZGdor%22%20x1%3D%223%22%20x2%3D%2215.018%22%20y1%3D%223%22%20y2%3D%22-.772%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230094f0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22SVGFZR4Hcza%22%20width%3D%2210.667%22%20height%3D%227.667%22%20x%3D%224.667%22%20y%3D%228.333%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%22.667%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.667%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.1242%200%200%200%200%200.323337%200%200%200%200%200.7958%200%200%200%200.32%200%22%2F%3E%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_378174_9787%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_378174_9787%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGHsod3b4v)%22%20d%3D%22M17%206H3v8.5A2.5%202.5%200%200%200%205.5%2017h9a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBQaaD6nJ)%22%20d%3D%22M17%206H3v8.5A2.5%202.5%200%200%200%205.5%2017h9a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3Cg%20filter%3D%22url(%23SVGFZR4Hcza)%22%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M8%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M8%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M11%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M10%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9j5bOdOA)%22%20d%3D%22M14%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22url(%23SVG6uWZGdor)%22%20d%3D%22M17%205.5A2.5%202.5%200%200%200%2014.5%203h-9A2.5%202.5%200%200%200%203%205.5V7h14z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHsod3b4v%22%20x1%3D%2212.528%22%20x2%3D%228.499%22%20y1%3D%2218.351%22%20y2%3D%226.56%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBQaaD6nJ%22%20x1%3D%2211.5%22%20x2%3D%2213.5%22%20y1%3D%2210.5%22%20y2%3D%2219.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23dcf8ff%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff6ce8%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG9j5bOdOA%22%20x1%3D%229.273%22%20x2%3D%2210.913%22%20y1%3D%228.423%22%20y2%3D%2218.392%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG6uWZGdor%22%20x1%3D%223%22%20x2%3D%2215.018%22%20y1%3D%223%22%20y2%3D%22-.772%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230094f0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22SVGFZR4Hcza%22%20width%3D%2210.667%22%20height%3D%227.667%22%20x%3D%224.667%22%20y%3D%228.333%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%22.667%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22.667%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200.1242%200%200%200%200%200.323337%200%200%200%200%200.7958%200%200%200%200.32%200%22%2F%3E%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_378174_9787%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_378174_9787%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/calendar-20.svg?color=%231a73e8&size=48