calendar icon
calendar-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- calendar-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- 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 28 28"><g fill="none"><path fill="url(#SVGtN4pBdhY)" d="M25 21.75A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9l11-1l11 1z"/><path fill="url(#SVGlH4OEXcs)" d="M25 21.75A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9l11-1l11 1z"/><g filter="url(#SVGqRFnndiJ)"><path fill="url(#SVGd0M2kbKm)" d="M8.749 17.502a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.254 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-5.254-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.254 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.255 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></g><path fill="url(#SVGvu0mobrR)" d="M21.75 3A3.25 3.25 0 0 1 25 6.25V9H3V6.25A3.25 3.25 0 0 1 6.25 3z"/><defs><linearGradient id="SVGtN4pBdhY" x1="17.972" x2="11.828" y1="27.088" y2="8.803" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGlH4OEXcs" x1="16.357" x2="19.402" y1="14.954" y2="28.885" gradientUnits="userSpaceOnUse"><stop stop-color="#dcf8ff" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient><linearGradient id="SVGd0M2kbKm" x1="12.821" x2="15.099" y1="11.636" y2="26.649" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGvu0mobrR" x1="3" x2="21.722" y1="3" y2="-3.157" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><filter id="SVGqRFnndiJ" width="15.676" height="10.167" x="6.165" y="11.835" 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_9797"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9797" result="shape"/></filter></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorCalendar28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGtN4pBdhY)" d="M25 21.75A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9l11-1l11 1z"/><path fill="url(#SVGlH4OEXcs)" d="M25 21.75A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9l11-1l11 1z"/><g filter="url(#SVGqRFnndiJ)"><path fill="url(#SVGd0M2kbKm)" d="M8.749 17.502a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.254 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-5.254-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.254 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.255 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></g><path fill="url(#SVGvu0mobrR)" d="M21.75 3A3.25 3.25 0 0 1 25 6.25V9H3V6.25A3.25 3.25 0 0 1 6.25 3z"/><defs><linearGradient id="SVGtN4pBdhY" x1="17.972" x2="11.828" y1="27.088" y2="8.803" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVGlH4OEXcs" x1="16.357" x2="19.402" y1="14.954" y2="28.885" gradientUnits="userSpaceOnUse"><stop stopColor="#dcf8ff" stopOpacity="0"/><stop offset="1" stopColor="#ff6ce8" stopOpacity=".7"/></linearGradient><linearGradient id="SVGd0M2kbKm" x1="12.821" x2="15.099" y1="11.636" y2="26.649" gradientUnits="userSpaceOnUse"><stop stopColor="#0078d4"/><stop offset="1" stopColor="#0067bf"/></linearGradient><linearGradient id="SVGvu0mobrR" x1="3" x2="21.722" y1="3" y2="-3.157" gradientUnits="userSpaceOnUse"><stop stopColor="#0094f0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><filter id="SVGqRFnndiJ" width="15.676" height="10.167" x="6.165" y="11.835" 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_9797"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9797" result="shape"/></filter></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGtN4pBdhY)" d="M25 21.75A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9l11-1l11 1z"/><path fill="url(#SVGlH4OEXcs)" d="M25 21.75A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9l11-1l11 1z"/><g filter="url(#SVGqRFnndiJ)"><path fill="url(#SVGd0M2kbKm)" d="M8.749 17.502a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.254 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-5.254-5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.254 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m5.255 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5"/></g><path fill="url(#SVGvu0mobrR)" d="M21.75 3A3.25 3.25 0 0 1 25 6.25V9H3V6.25A3.25 3.25 0 0 1 6.25 3z"/><defs><linearGradient id="SVGtN4pBdhY" x1="17.972" x2="11.828" y1="27.088" y2="8.803" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGlH4OEXcs" x1="16.357" x2="19.402" y1="14.954" y2="28.885" gradientUnits="userSpaceOnUse"><stop stop-color="#dcf8ff" stop-opacity="0"/><stop offset="1" stop-color="#ff6ce8" stop-opacity=".7"/></linearGradient><linearGradient id="SVGd0M2kbKm" x1="12.821" x2="15.099" y1="11.636" y2="26.649" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#0067bf"/></linearGradient><linearGradient id="SVGvu0mobrR" x1="3" x2="21.722" y1="3" y2="-3.157" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><filter id="SVGqRFnndiJ" width="15.676" height="10.167" x="6.165" y="11.835" 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_9797"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_378174_9797" result="shape"/></filter></defs></g></svg> </template>
CSS
.icon-calendar-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGtN4pBdhY)%22%20d%3D%22M25%2021.75A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9l11-1l11%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlH4OEXcs)%22%20d%3D%22M25%2021.75A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9l11-1l11%201z%22%2F%3E%3Cg%20filter%3D%22url(%23SVGqRFnndiJ)%22%3E%3Cpath%20fill%3D%22url(%23SVGd0M2kbKm)%22%20d%3D%22M8.749%2017.502a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.254%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-5.254-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.254%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.255%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22url(%23SVGvu0mobrR)%22%20d%3D%22M21.75%203A3.25%203.25%200%200%201%2025%206.25V9H3V6.25A3.25%203.25%200%200%201%206.25%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtN4pBdhY%22%20x1%3D%2217.972%22%20x2%3D%2211.828%22%20y1%3D%2227.088%22%20y2%3D%228.803%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%22SVGlH4OEXcs%22%20x1%3D%2216.357%22%20x2%3D%2219.402%22%20y1%3D%2214.954%22%20y2%3D%2228.885%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%22SVGd0M2kbKm%22%20x1%3D%2212.821%22%20x2%3D%2215.099%22%20y1%3D%2211.636%22%20y2%3D%2226.649%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%22SVGvu0mobrR%22%20x1%3D%223%22%20x2%3D%2221.722%22%20y1%3D%223%22%20y2%3D%22-3.157%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%22SVGqRFnndiJ%22%20width%3D%2215.676%22%20height%3D%2210.167%22%20x%3D%226.165%22%20y%3D%2211.835%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_9797%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_378174_9797%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGtN4pBdhY)%22%20d%3D%22M25%2021.75A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9l11-1l11%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGlH4OEXcs)%22%20d%3D%22M25%2021.75A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9l11-1l11%201z%22%2F%3E%3Cg%20filter%3D%22url(%23SVGqRFnndiJ)%22%3E%3Cpath%20fill%3D%22url(%23SVGd0M2kbKm)%22%20d%3D%22M8.749%2017.502a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.254%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-5.254-5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.254%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m5.255%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22url(%23SVGvu0mobrR)%22%20d%3D%22M21.75%203A3.25%203.25%200%200%201%2025%206.25V9H3V6.25A3.25%203.25%200%200%201%206.25%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtN4pBdhY%22%20x1%3D%2217.972%22%20x2%3D%2211.828%22%20y1%3D%2227.088%22%20y2%3D%228.803%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%22SVGlH4OEXcs%22%20x1%3D%2216.357%22%20x2%3D%2219.402%22%20y1%3D%2214.954%22%20y2%3D%2228.885%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%22SVGd0M2kbKm%22%20x1%3D%2212.821%22%20x2%3D%2215.099%22%20y1%3D%2211.636%22%20y2%3D%2226.649%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%22SVGvu0mobrR%22%20x1%3D%223%22%20x2%3D%2221.722%22%20y1%3D%223%22%20y2%3D%22-3.157%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%22SVGqRFnndiJ%22%20width%3D%2215.676%22%20height%3D%2210.167%22%20x%3D%226.165%22%20y%3D%2211.835%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_9797%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_378174_9797%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-28.svg?color=%231a73e8&size=48