calendar checkmark sparkle icon
calendar-checkmark-sparkle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- calendar-checkmark-sparkle-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-24-regularcalendar-checkmark-sparkle-28-filledcalendar-checkmark-sparkle-28-regularcalendar-checkmark-sparkle-32-filledcalendar-checkmark-sparkle-32-regularcalendar-checkmark-sparkle-48-filled
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 48 48"><path fill="currentColor" d="M24.358 6a3.1 3.1 0 0 0-.798.77a3 3 0 0 0-.564 1.73H12.25a3.75 3.75 0 0 0-3.75 3.75V14h21.194q.072.156.125.32l.707 2.18H8.5v19.25a3.75 3.75 0 0 0 3.75 3.75h23.5a3.75 3.75 0 0 0 3.75-3.75V25.02q.211.294.5.52a2.55 2.55 0 0 0 2 .41v9.8A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5A6.25 6.25 0 0 1 12.25 6zm6.512 15.616a1.25 1.25 0 0 1 1.768 1.768L22.387 33.636a1.25 1.25 0 0 1-1.769 0l-4.998-5l-.086-.094a1.25 1.25 0 0 1 1.759-1.759l.095.086l4.114 4.113zM41.473 15a.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-1.798 1.797l-.447 1.376l-.017.04l.001.009a.545.545 0 0 1-1.01-.038l-.449-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M33.448 0a1.03 1.03 0 0 1 .969.686l.847 2.6a5.36 5.36 0 0 0 3.395 3.394l2.603.844l.053.014a1.028 1.028 0 0 1 0 1.938l-2.603.844a5.37 5.37 0 0 0-3.397 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalendarCheckmarkSparkle48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.358 6a3.1 3.1 0 0 0-.798.77a3 3 0 0 0-.564 1.73H12.25a3.75 3.75 0 0 0-3.75 3.75V14h21.194q.072.156.125.32l.707 2.18H8.5v19.25a3.75 3.75 0 0 0 3.75 3.75h23.5a3.75 3.75 0 0 0 3.75-3.75V25.02q.211.294.5.52a2.55 2.55 0 0 0 2 .41v9.8A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5A6.25 6.25 0 0 1 12.25 6zm6.512 15.616a1.25 1.25 0 0 1 1.768 1.768L22.387 33.636a1.25 1.25 0 0 1-1.769 0l-4.998-5l-.086-.094a1.25 1.25 0 0 1 1.759-1.759l.095.086l4.114 4.113zM41.473 15a.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-1.798 1.797l-.447 1.376l-.017.04l.001.009a.545.545 0 0 1-1.01-.038l-.449-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M33.448 0a1.03 1.03 0 0 1 .969.686l.847 2.6a5.36 5.36 0 0 0 3.395 3.394l2.603.844l.053.014a1.028 1.028 0 0 1 0 1.938l-2.603.844a5.37 5.37 0 0 0-3.397 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.358 6a3.1 3.1 0 0 0-.798.77a3 3 0 0 0-.564 1.73H12.25a3.75 3.75 0 0 0-3.75 3.75V14h21.194q.072.156.125.32l.707 2.18H8.5v19.25a3.75 3.75 0 0 0 3.75 3.75h23.5a3.75 3.75 0 0 0 3.75-3.75V25.02q.211.294.5.52a2.55 2.55 0 0 0 2 .41v9.8A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-23.5A6.25 6.25 0 0 1 12.25 6zm6.512 15.616a1.25 1.25 0 0 1 1.768 1.768L22.387 33.636a1.25 1.25 0 0 1-1.769 0l-4.998-5l-.086-.094a1.25 1.25 0 0 1 1.759-1.759l.095.086l4.114 4.113zM41.473 15a.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-1.798 1.797l-.447 1.376l-.017.04l.001.009a.545.545 0 0 1-1.01-.038l-.449-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M33.448 0a1.03 1.03 0 0 1 .969.686l.847 2.6a5.36 5.36 0 0 0 3.395 3.394l2.603.844l.053.014a1.028 1.028 0 0 1 0 1.938l-2.603.844a5.37 5.37 0 0 0-3.397 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg> </template>
CSS
.icon-calendar-checkmark-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.358%206a3.1%203.1%200%200%200-.798.77a3%203%200%200%200-.564%201.73H12.25a3.75%203.75%200%200%200-3.75%203.75V14h21.194q.072.156.125.32l.707%202.18H8.5v19.25a3.75%203.75%200%200%200%203.75%203.75h23.5a3.75%203.75%200%200%200%203.75-3.75V25.02q.211.294.5.52a2.55%202.55%200%200%200%202%20.41v9.8A6.25%206.25%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75v-23.5A6.25%206.25%200%200%201%2012.25%206zm6.512%2015.616a1.25%201.25%200%200%201%201.768%201.768L22.387%2033.636a1.25%201.25%200%200%201-1.769%200l-4.998-5l-.086-.094a1.25%201.25%200%200%201%201.759-1.759l.095.086l4.114%204.113zM41.473%2015a.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-1.798%201.797l-.447%201.376l-.017.04l.001.009a.545.545%200%200%201-1.01-.038l-.449-1.378a2.84%202.84%200%200%200-1.357-1.61l-.003-.015a3%203%200%200%200-.438-.188l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.77-1.797l.448-1.376a.55.55%200%200%201%20.514-.363M33.448%200a1.03%201.03%200%200%201%20.969.686l.847%202.6a5.36%205.36%200%200%200%203.395%203.394l2.603.844l.053.014a1.028%201.028%200%200%201%200%201.938l-2.603.844a5.37%205.37%200%200%200-3.397%203.394l-.845%202.6l-.026.065a1.028%201.028%200%200%201-1.914-.065l-.845-2.6a5.36%205.36%200%200%200-3.397-3.406l-2.602-.846a1.028%201.028%200%200%201%200-1.938l2.602-.844a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.03%201.03%200%200%201%20.97-.686%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.358%206a3.1%203.1%200%200%200-.798.77a3%203%200%200%200-.564%201.73H12.25a3.75%203.75%200%200%200-3.75%203.75V14h21.194q.072.156.125.32l.707%202.18H8.5v19.25a3.75%203.75%200%200%200%203.75%203.75h23.5a3.75%203.75%200%200%200%203.75-3.75V25.02q.211.294.5.52a2.55%202.55%200%200%200%202%20.41v9.8A6.25%206.25%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75v-23.5A6.25%206.25%200%200%201%2012.25%206zm6.512%2015.616a1.25%201.25%200%200%201%201.768%201.768L22.387%2033.636a1.25%201.25%200%200%201-1.769%200l-4.998-5l-.086-.094a1.25%201.25%200%200%201%201.759-1.759l.095.086l4.114%204.113zM41.473%2015a.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-1.798%201.797l-.447%201.376l-.017.04l.001.009a.545.545%200%200%201-1.01-.038l-.449-1.378a2.84%202.84%200%200%200-1.357-1.61l-.003-.015a3%203%200%200%200-.438-.188l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.77-1.797l.448-1.376a.55.55%200%200%201%20.514-.363M33.448%200a1.03%201.03%200%200%201%20.969.686l.847%202.6a5.36%205.36%200%200%200%203.395%203.394l2.603.844l.053.014a1.028%201.028%200%200%201%200%201.938l-2.603.844a5.37%205.37%200%200%200-3.397%203.394l-.845%202.6l-.026.065a1.028%201.028%200%200%201-1.914-.065l-.845-2.6a5.36%205.36%200%200%200-3.397-3.406l-2.602-.846a1.028%201.028%200%200%201%200-1.938l2.602-.844a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.03%201.03%200%200%201%20.97-.686%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-48-regular.svg?color=%231a73e8&size=48