calendar sparkle icon
calendar-sparkle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- calendar-sparkle-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
calendar-sparkle-16-filledcalendar-sparkle-16-regularcalendar-sparkle-20-filledcalendar-sparkle-20-regularcalendar-sparkle-24-filledcalendar-sparkle-24-regularcalendar-sparkle-28-regularcalendar-sparkle-32-filledcalendar-sparkle-32-lightcalendar-sparkle-32-regularcalendar-sparkle-48-filledcalendar-sparkle-48-regular
Related icons in Fluent UI System Icons
calendar-3-day-16-filledcalendar-add-16-filledcalendar-agenda-16-filledcalendar-agenda-clock-16-filledcalendar-arrow-counterclockwise-16-filledcalendar-arrow-down-20-filledcalendar-arrow-repeat-all-16-filledcalendar-arrow-right-16-filledcalendar-assistant-16-filledcalendar-cancel-16-filledcalendar-chat-16-filledcalendar-checkmark-16-filledcalendar-checkmark-center-16-filledcalendar-checkmark-sparkle-16-filledcalendar-clock-16-filledcalendar-data-bar-16-filledcalendar-date-20-filledcalendar-day-16-filledcalendar-edit-16-filledcalendar-empty-16-filledcalendar-error-16-filledcalendar-eye-16-filledcalendar-info-16-filledcalendar-later-24-filled
Use the calendar sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L19.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M15.608 3H6.25A3.25 3.25 0 0 0 3 6.25V8h13.803a2 2 0 0 0-.164-.24a2 2 0 0 0-.18-.21a2.25 2.25 0 0 0-.83-.52l-1.56-.5a1.55 1.55 0 0 1-.77-.59a1.58 1.58 0 0 1 0-1.85a1.57 1.57 0 0 1 .79-.59zm1.73 6.5H3v12.25A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75v-7.185a1.37 1.37 0 0 1-1.79.184a1.34 1.34 0 0 1-.5-.68l-.3-.92a.9.9 0 0 0-.22-.35a.85.85 0 0 0-.34-.21l-.94-.31a1.3 1.3 0 0 1-.66-.49A1.4 1.4 0 0 1 20 11q0-.193.06-.38l-.13.11a1.64 1.64 0 0 1-1.86 0a1.7 1.7 0 0 1-.59-.8z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalendarSparkle28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L19.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M15.608 3H6.25A3.25 3.25 0 0 0 3 6.25V8h13.803a2 2 0 0 0-.164-.24a2 2 0 0 0-.18-.21a2.25 2.25 0 0 0-.83-.52l-1.56-.5a1.55 1.55 0 0 1-.77-.59a1.58 1.58 0 0 1 0-1.85a1.57 1.57 0 0 1 .79-.59zm1.73 6.5H3v12.25A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75v-7.185a1.37 1.37 0 0 1-1.79.184a1.34 1.34 0 0 1-.5-.68l-.3-.92a.9.9 0 0 0-.22-.35a.85.85 0 0 0-.34-.21l-.94-.31a1.3 1.3 0 0 1-.66-.49A1.4 1.4 0 0 1 20 11q0-.193.06-.38l-.13.11a1.64 1.64 0 0 1-1.86 0a1.7 1.7 0 0 1-.59-.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L19.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M15.608 3H6.25A3.25 3.25 0 0 0 3 6.25V8h13.803a2 2 0 0 0-.164-.24a2 2 0 0 0-.18-.21a2.25 2.25 0 0 0-.83-.52l-1.56-.5a1.55 1.55 0 0 1-.77-.59a1.58 1.58 0 0 1 0-1.85a1.57 1.57 0 0 1 .79-.59zm1.73 6.5H3v12.25A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75v-7.185a1.37 1.37 0 0 1-1.79.184a1.34 1.34 0 0 1-.5-.68l-.3-.92a.9.9 0 0 0-.22-.35a.85.85 0 0 0-.34-.21l-.94-.31a1.3 1.3 0 0 1-.66-.49A1.4 1.4 0 0 1 20 11q0-.193.06-.38l-.13.11a1.64 1.64 0 0 1-1.86 0a1.7 1.7 0 0 1-.59-.8z"/></svg> </template>
CSS
.icon-calendar-sparkle-28-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L19.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M15.608%203H6.25A3.25%203.25%200%200%200%203%206.25V8h13.803a2%202%200%200%200-.164-.24a2%202%200%200%200-.18-.21a2.25%202.25%200%200%200-.83-.52l-1.56-.5a1.55%201.55%200%200%201-.77-.59a1.58%201.58%200%200%201%200-1.85a1.57%201.57%200%200%201%20.79-.59zm1.73%206.5H3v12.25A3.25%203.25%200%200%200%206.25%2025h15.5A3.25%203.25%200%200%200%2025%2021.75v-7.185a1.37%201.37%200%200%201-1.79.184a1.34%201.34%200%200%201-.5-.68l-.3-.92a.9.9%200%200%200-.22-.35a.85.85%200%200%200-.34-.21l-.94-.31a1.3%201.3%200%200%201-.66-.49A1.4%201.4%200%200%201%2020%2011q0-.193.06-.38l-.13.11a1.64%201.64%200%200%201-1.86%200a1.7%201.7%200%200%201-.59-.8z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L19.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M15.608%203H6.25A3.25%203.25%200%200%200%203%206.25V8h13.803a2%202%200%200%200-.164-.24a2%202%200%200%200-.18-.21a2.25%202.25%200%200%200-.83-.52l-1.56-.5a1.55%201.55%200%200%201-.77-.59a1.58%201.58%200%200%201%200-1.85a1.57%201.57%200%200%201%20.79-.59zm1.73%206.5H3v12.25A3.25%203.25%200%200%200%206.25%2025h15.5A3.25%203.25%200%200%200%2025%2021.75v-7.185a1.37%201.37%200%200%201-1.79.184a1.34%201.34%200%200%201-.5-.68l-.3-.92a.9.9%200%200%200-.22-.35a.85.85%200%200%200-.34-.21l-.94-.31a1.3%201.3%200%200%201-.66-.49A1.4%201.4%200%200%201%2020%2011q0-.193.06-.38l-.13.11a1.64%201.64%200%200%201-1.86%200a1.7%201.7%200%200%201-.59-.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calendar-sparkle-28-filled.svg?color=%231a73e8&size=48