calendar checkmark sparkle icon
calendar-checkmark-sparkle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- calendar-checkmark-sparkle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
calendar-checkmark-sparkle-16-filledcalendar-checkmark-sparkle-16-regularcalendar-checkmark-sparkle-20-filledcalendar-checkmark-sparkle-20-regularcalendar-checkmark-sparkle-24-filledcalendar-checkmark-sparkle-28-filledcalendar-checkmark-sparkle-28-regularcalendar-checkmark-sparkle-32-filledcalendar-checkmark-sparkle-32-regularcalendar-checkmark-sparkle-48-filledcalendar-checkmark-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-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-filledcalendar-link-24-filled
Use the calendar checkmark sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.047 3A1.57 1.57 0 0 0 11 4.469V4.5H6.25A1.75 1.75 0 0 0 4.5 6.25V7h9.754c.15.16.267.344.336.549l.27.951H4.5v9.25c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 0 0 1.75-1.75v-4.163c.214.275.512.463.96.463c.211 0 .389-.042.54-.115v3.815A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3zm3.173 7.72a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.004-1.112l.056.052l1.97 1.97zM20.484 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L20.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 17.46 7.26l-.447 1.376L17 8.67a.545.545 0 0 1-1.014-.034L15.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalendarCheckmarkSparkle24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.047 3A1.57 1.57 0 0 0 11 4.469V4.5H6.25A1.75 1.75 0 0 0 4.5 6.25V7h9.754c.15.16.267.344.336.549l.27.951H4.5v9.25c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 0 0 1.75-1.75v-4.163c.214.275.512.463.96.463c.211 0 .389-.042.54-.115v3.815A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3zm3.173 7.72a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.004-1.112l.056.052l1.97 1.97zM20.484 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L20.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 17.46 7.26l-.447 1.376L17 8.67a.545.545 0 0 1-1.014-.034L15.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.047 3A1.57 1.57 0 0 0 11 4.469V4.5H6.25A1.75 1.75 0 0 0 4.5 6.25V7h9.754c.15.16.267.344.336.549l.27.951H4.5v9.25c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 0 0 1.75-1.75v-4.163c.214.275.512.463.96.463c.211 0 .389-.042.54-.115v3.815A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3zm3.173 7.72a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.004-1.112l.056.052l1.97 1.97zM20.484 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L20.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 17.46 7.26l-.447 1.376L17 8.67a.545.545 0 0 1-1.014-.034L15.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 0"/></svg> </template>
CSS
.icon-calendar-checkmark-sparkle-24-regular {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.047%203A1.57%201.57%200%200%200%2011%204.469V4.5H6.25A1.75%201.75%200%200%200%204.5%206.25V7h9.754c.15.16.267.344.336.549l.27.951H4.5v9.25c0%20.966.784%201.75%201.75%201.75h11.5a1.75%201.75%200%200%200%201.75-1.75v-4.163c.214.275.512.463.96.463c.211%200%20.389-.042.54-.115v3.815A3.25%203.25%200%200%201%2017.75%2021H6.25A3.25%203.25%200%200%201%203%2017.75V6.25A3.25%203.25%200%200%201%206.25%203zm3.173%207.72a.75.75%200%201%201%201.06%201.06l-5%205a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%200%201%201.004-1.112l.056.052l1.97%201.97zM20.484%208a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L20.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2017.46%207.26l-.447%201.376L17%208.67a.545.545%200%200%201-1.014-.034L15.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2012%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2015.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2016.473%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.047%203A1.57%201.57%200%200%200%2011%204.469V4.5H6.25A1.75%201.75%200%200%200%204.5%206.25V7h9.754c.15.16.267.344.336.549l.27.951H4.5v9.25c0%20.966.784%201.75%201.75%201.75h11.5a1.75%201.75%200%200%200%201.75-1.75v-4.163c.214.275.512.463.96.463c.211%200%20.389-.042.54-.115v3.815A3.25%203.25%200%200%201%2017.75%2021H6.25A3.25%203.25%200%200%201%203%2017.75V6.25A3.25%203.25%200%200%201%206.25%203zm3.173%207.72a.75.75%200%201%201%201.06%201.06l-5%205a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%200%201%201.004-1.112l.056.052l1.97%201.97zM20.484%208a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L20.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2017.46%207.26l-.447%201.376L17%208.67a.545.545%200%200%201-1.014-.034L15.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2012%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2015.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2016.473%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calendar-checkmark-sparkle-24-regular.svg?color=%231a73e8&size=48