calendar checkmark sparkle icon
calendar-checkmark-sparkle-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- calendar-checkmark-sparkle-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
calendar-checkmark-sparkle-16-filledcalendar-checkmark-sparkle-16-regularcalendar-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-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 20 20"><path fill="currentColor" d="M12.153 7.052c.09.25.25.48.52.691q.21.15.451.21a1.3 1.3 0 0 0-.018 1.059a.5.5 0 0 0-.46.134L9 12.793l-1.646-1.646l-.079-.065a.5.5 0 0 0-.629.771l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 .144-.336q.175.136.397.22l.76.25c.08.03.16.08.22.14c.07.06.11.14.14.22l.26.801c.1.25.26.461.48.622c.22.149.478.229.747.23c.173 0 .341-.022.498-.08v2.58a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5V7h9.136zM16.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L16.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396L13.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L13.08.282a.42.42 0 0 1 .4-.282M9.09 3a1.4 1.4 0 0 0-.09.496c0 .3.09.581.26.821s.41.431.71.532l1.062.35c.15.05.29.13.47.29c.11.11.2.24.291.471l.013.04H3v-.5A2.5 2.5 0 0 1 5.5 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalendarCheckmarkSparkle20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.153 7.052c.09.25.25.48.52.691q.21.15.451.21a1.3 1.3 0 0 0-.018 1.059a.5.5 0 0 0-.46.134L9 12.793l-1.646-1.646l-.079-.065a.5.5 0 0 0-.629.771l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 .144-.336q.175.136.397.22l.76.25c.08.03.16.08.22.14c.07.06.11.14.14.22l.26.801c.1.25.26.461.48.622c.22.149.478.229.747.23c.173 0 .341-.022.498-.08v2.58a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5V7h9.136zM16.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L16.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396L13.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L13.08.282a.42.42 0 0 1 .4-.282M9.09 3a1.4 1.4 0 0 0-.09.496c0 .3.09.581.26.821s.41.431.71.532l1.062.35c.15.05.29.13.47.29c.11.11.2.24.291.471l.013.04H3v-.5A2.5 2.5 0 0 1 5.5 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.153 7.052c.09.25.25.48.52.691q.21.15.451.21a1.3 1.3 0 0 0-.018 1.059a.5.5 0 0 0-.46.134L9 12.793l-1.646-1.646l-.079-.065a.5.5 0 0 0-.629.771l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 .144-.336q.175.136.397.22l.76.25c.08.03.16.08.22.14c.07.06.11.14.14.22l.26.801c.1.25.26.461.48.622c.22.149.478.229.747.23c.173 0 .341-.022.498-.08v2.58a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5V7h9.136zM16.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L16.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396L13.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L13.08.282a.42.42 0 0 1 .4-.282M9.09 3a1.4 1.4 0 0 0-.09.496c0 .3.09.581.26.821s.41.431.71.532l1.062.35c.15.05.29.13.47.29c.11.11.2.24.291.471l.013.04H3v-.5A2.5 2.5 0 0 1 5.5 3z"/></svg> </template>
CSS
.icon-calendar-checkmark-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.153%207.052c.09.25.25.48.52.691q.21.15.451.21a1.3%201.3%200%200%200-.018%201.059a.5.5%200%200%200-.46.134L9%2012.793l-1.646-1.646l-.079-.065a.5.5%200%200%200-.629.771l2%202a.5.5%200%200%200%20.708%200l4-4a.5.5%200%200%200%20.144-.336q.175.136.397.22l.76.25c.08.03.16.08.22.14c.07.06.11.14.14.22l.26.801c.1.25.26.461.48.622c.22.149.478.229.747.23c.173%200%20.341-.022.498-.08v2.58a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2014.5V7h9.136zM16.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%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.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L16.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.21%202.21%200%200%200-1.399%201.396L13.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L13.08.282a.42.42%200%200%201%20.4-.282M9.09%203a1.4%201.4%200%200%200-.09.496c0%20.3.09.581.26.821s.41.431.71.532l1.062.35c.15.05.29.13.47.29c.11.11.2.24.291.471l.013.04H3v-.5A2.5%202.5%200%200%201%205.5%203z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.153%207.052c.09.25.25.48.52.691q.21.15.451.21a1.3%201.3%200%200%200-.018%201.059a.5.5%200%200%200-.46.134L9%2012.793l-1.646-1.646l-.079-.065a.5.5%200%200%200-.629.771l2%202a.5.5%200%200%200%20.708%200l4-4a.5.5%200%200%200%20.144-.336q.175.136.397.22l.76.25c.08.03.16.08.22.14c.07.06.11.14.14.22l.26.801c.1.25.26.461.48.622c.22.149.478.229.747.23c.173%200%20.341-.022.498-.08v2.58a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2014.5V7h9.136zM16.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%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.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L16.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.21%202.21%200%200%200-1.399%201.396L13.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L13.08.282a.42.42%200%200%201%20.4-.282M9.09%203a1.4%201.4%200%200%200-.09.496c0%20.3.09.581.26.821s.41.431.71.532l1.062.35c.15.05.29.13.47.29c.11.11.2.24.291.471l.013.04H3v-.5A2.5%202.5%200%200%201%205.5%203z%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-20-filled.svg?color=%231a73e8&size=48