calendar icon
calendar-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- calendar-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path fill="url(#SVG35XZWbcJ6)" d="M14 11.5v-6l-6-1l-6 1v6A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5"/><path fill="url(#SVGiKRiGrgs6)" d="M14 11.5v-6l-6-1l-6 1v6A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5"/><g filter="url(#SVGRDCN86ls6)"><path fill="url(#SVGoPSVtccL6)" d="M5.248 8.997a.748.748 0 1 0 0-1.497a.748.748 0 0 0 0 1.497m.749 1.752a.748.748 0 1 1-1.497 0a.748.748 0 0 1 1.497 0M8 8.997A.748.748 0 1 0 8 7.5a.748.748 0 0 0 0 1.497m.749 1.752a.748.748 0 1 1-1.497 0a.748.748 0 0 1 1.497 0m2-1.752a.748.748 0 1 0 0-1.497a.748.748 0 0 0 0 1.497"/></g><path fill="url(#SVGEzffhbZF6)" d="M14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V6h12z"/><defs><linearGradient id="SVG35XZWbcJ6" x1="10.167" x2="6.667" y1="15.167" y2="5" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGiKRiGrgs6" x1="9.286" x2="11.025" y1="8.386" y2="16.154" gradientUnits="userSpaceOnUse"><stop stop-color="#dcf8ff" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient><linearGradient id="SVGoPSVtccL6" x1="7.362" x2="8.566" y1="7.039" y2="15.043" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGEzffhbZF6" x1="2" x2="12.552" y1="2" y2="-.839" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><filter id="SVGRDCN86ls6" width="9.664" height="6.664" x="3.167" y="6.833" 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_9782"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9782" result="shape"/></filter></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorCalendar16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG35XZWbcJ6)" d="M14 11.5v-6l-6-1l-6 1v6A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5"/><path fill="url(#SVGiKRiGrgs6)" d="M14 11.5v-6l-6-1l-6 1v6A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5"/><g filter="url(#SVGRDCN86ls6)"><path fill="url(#SVGoPSVtccL6)" d="M5.248 8.997a.748.748 0 1 0 0-1.497a.748.748 0 0 0 0 1.497m.749 1.752a.748.748 0 1 1-1.497 0a.748.748 0 0 1 1.497 0M8 8.997A.748.748 0 1 0 8 7.5a.748.748 0 0 0 0 1.497m.749 1.752a.748.748 0 1 1-1.497 0a.748.748 0 0 1 1.497 0m2-1.752a.748.748 0 1 0 0-1.497a.748.748 0 0 0 0 1.497"/></g><path fill="url(#SVGEzffhbZF6)" d="M14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V6h12z"/><defs><linearGradient id="SVG35XZWbcJ6" x1="10.167" x2="6.667" y1="15.167" y2="5" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVGiKRiGrgs6" x1="9.286" x2="11.025" y1="8.386" y2="16.154" gradientUnits="userSpaceOnUse"><stop stopColor="#dcf8ff" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8" stopOpacity=".7"/></linearGradient><linearGradient id="SVGoPSVtccL6" x1="7.362" x2="8.566" y1="7.039" y2="15.043" gradientUnits="userSpaceOnUse"><stop stopColor="#0078d4"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVGEzffhbZF6" x1="2" x2="12.552" y1="2" y2="-.839" gradientUnits="userSpaceOnUse"><stop stopColor="#0094f0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><filter id="SVGRDCN86ls6" width="9.664" height="6.664" x="3.167" y="6.833" 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_9782"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9782" result="shape"/></filter></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVG35XZWbcJ6)" d="M14 11.5v-6l-6-1l-6 1v6A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5"/><path fill="url(#SVGiKRiGrgs6)" d="M14 11.5v-6l-6-1l-6 1v6A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5"/><g filter="url(#SVGRDCN86ls6)"><path fill="url(#SVGoPSVtccL6)" d="M5.248 8.997a.748.748 0 1 0 0-1.497a.748.748 0 0 0 0 1.497m.749 1.752a.748.748 0 1 1-1.497 0a.748.748 0 0 1 1.497 0M8 8.997A.748.748 0 1 0 8 7.5a.748.748 0 0 0 0 1.497m.749 1.752a.748.748 0 1 1-1.497 0a.748.748 0 0 1 1.497 0m2-1.752a.748.748 0 1 0 0-1.497a.748.748 0 0 0 0 1.497"/></g><path fill="url(#SVGEzffhbZF6)" d="M14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V6h12z"/><defs><linearGradient id="SVG35XZWbcJ6" x1="10.167" x2="6.667" y1="15.167" y2="5" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGiKRiGrgs6" x1="9.286" x2="11.025" y1="8.386" y2="16.154" gradientUnits="userSpaceOnUse"><stop stop-color="#dcf8ff" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient><linearGradient id="SVGoPSVtccL6" x1="7.362" x2="8.566" y1="7.039" y2="15.043" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGEzffhbZF6" x1="2" x2="12.552" y1="2" y2="-.839" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><filter id="SVGRDCN86ls6" width="9.664" height="6.664" x="3.167" y="6.833" 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_9782"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9782" result="shape"/></filter></defs></g></svg> </template>
CSS
.icon-calendar-16 {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG35XZWbcJ6)%22%20d%3D%22M14%2011.5v-6l-6-1l-6%201v6A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiKRiGrgs6)%22%20d%3D%22M14%2011.5v-6l-6-1l-6%201v6A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5%22%2F%3E%3Cg%20filter%3D%22url(%23SVGRDCN86ls6)%22%3E%3Cpath%20fill%3D%22url(%23SVGoPSVtccL6)%22%20d%3D%22M5.248%208.997a.748.748%200%201%200%200-1.497a.748.748%200%200%200%200%201.497m.749%201.752a.748.748%200%201%201-1.497%200a.748.748%200%200%201%201.497%200M8%208.997A.748.748%200%201%200%208%207.5a.748.748%200%200%200%200%201.497m.749%201.752a.748.748%200%201%201-1.497%200a.748.748%200%200%201%201.497%200m2-1.752a.748.748%200%201%200%200-1.497a.748.748%200%200%200%200%201.497%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22url(%23SVGEzffhbZF6)%22%20d%3D%22M14%204.5A2.5%202.5%200%200%200%2011.5%202h-7A2.5%202.5%200%200%200%202%204.5V6h12z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG35XZWbcJ6%22%20x1%3D%2210.167%22%20x2%3D%226.667%22%20y1%3D%2215.167%22%20y2%3D%225%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%22SVGiKRiGrgs6%22%20x1%3D%229.286%22%20x2%3D%2211.025%22%20y1%3D%228.386%22%20y2%3D%2216.154%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%22SVGoPSVtccL6%22%20x1%3D%227.362%22%20x2%3D%228.566%22%20y1%3D%227.039%22%20y2%3D%2215.043%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%22SVGEzffhbZF6%22%20x1%3D%222%22%20x2%3D%2212.552%22%20y1%3D%222%22%20y2%3D%22-.839%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%22SVGRDCN86ls6%22%20width%3D%229.664%22%20height%3D%226.664%22%20x%3D%223.167%22%20y%3D%226.833%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_9782%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_378174_9782%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG35XZWbcJ6)%22%20d%3D%22M14%2011.5v-6l-6-1l-6%201v6A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiKRiGrgs6)%22%20d%3D%22M14%2011.5v-6l-6-1l-6%201v6A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5%22%2F%3E%3Cg%20filter%3D%22url(%23SVGRDCN86ls6)%22%3E%3Cpath%20fill%3D%22url(%23SVGoPSVtccL6)%22%20d%3D%22M5.248%208.997a.748.748%200%201%200%200-1.497a.748.748%200%200%200%200%201.497m.749%201.752a.748.748%200%201%201-1.497%200a.748.748%200%200%201%201.497%200M8%208.997A.748.748%200%201%200%208%207.5a.748.748%200%200%200%200%201.497m.749%201.752a.748.748%200%201%201-1.497%200a.748.748%200%200%201%201.497%200m2-1.752a.748.748%200%201%200%200-1.497a.748.748%200%200%200%200%201.497%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22url(%23SVGEzffhbZF6)%22%20d%3D%22M14%204.5A2.5%202.5%200%200%200%2011.5%202h-7A2.5%202.5%200%200%200%202%204.5V6h12z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG35XZWbcJ6%22%20x1%3D%2210.167%22%20x2%3D%226.667%22%20y1%3D%2215.167%22%20y2%3D%225%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%22SVGiKRiGrgs6%22%20x1%3D%229.286%22%20x2%3D%2211.025%22%20y1%3D%228.386%22%20y2%3D%2216.154%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%22SVGoPSVtccL6%22%20x1%3D%227.362%22%20x2%3D%228.566%22%20y1%3D%227.039%22%20y2%3D%2215.043%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%22SVGEzffhbZF6%22%20x1%3D%222%22%20x2%3D%2212.552%22%20y1%3D%222%22%20y2%3D%22-.839%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%22SVGRDCN86ls6%22%20width%3D%229.664%22%20height%3D%226.664%22%20x%3D%223.167%22%20y%3D%226.833%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_9782%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_378174_9782%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-16.svg?color=%231a73e8&size=48