calendar checkmark sparkle icon

calendar-checkmark-sparkle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
calendar-checkmark-sparkle-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M30.66 16.91c.201.61.594 1.14 1.12 1.51a3 3 0 0 0 3.47 0c-.144.315-.22.656-.22 1a2.55 2.55 0 0 0 1.7 2.4l1.42.46l.12.06q.109.063.2.15a.9.9 0 0 1 .2.33l.44 1.37a2.54 2.54 0 0 0 .89 1.35a2.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.75V16.5h24.526zm1.978 5.706a1.25 1.25 0 0 0-1.768 0l-9.368 9.366l-4.114-4.113l-.095-.086a1.25 1.25 0 0 0-1.759 1.759l.086.095l4.998 4.999a1.25 1.25 0 0 0 1.769 0l10.25-10.252a1.25 1.25 0 0 0 0-1.768M41.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.05 1.05 0 0 1 33.5 17a1.05 1.05 0 0 1-.97-.686l-.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-.686m-9.09 6a3.1 3.1 0 0 0-.798.77A3 3 0 0 0 25 11.35l2.65.86c.507.151.97.422 1.35.79q.151.15.28.32q.249.316.414.68H6v-1.75A6.25 6.25 0 0 1 12.25 6z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarCheckmarkSparkle48Filled(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="M30.66 16.91c.201.61.594 1.14 1.12 1.51a3 3 0 0 0 3.47 0c-.144.315-.22.656-.22 1a2.55 2.55 0 0 0 1.7 2.4l1.42.46l.12.06q.109.063.2.15a.9.9 0 0 1 .2.33l.44 1.37a2.54 2.54 0 0 0 .89 1.35a2.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.75V16.5h24.526zm1.978 5.706a1.25 1.25 0 0 0-1.768 0l-9.368 9.366l-4.114-4.113l-.095-.086a1.25 1.25 0 0 0-1.759 1.759l.086.095l4.998 4.999a1.25 1.25 0 0 0 1.769 0l10.25-10.252a1.25 1.25 0 0 0 0-1.768M41.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.05 1.05 0 0 1 33.5 17a1.05 1.05 0 0 1-.97-.686l-.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-.686m-9.09 6a3.1 3.1 0 0 0-.798.77A3 3 0 0 0 25 11.35l2.65.86c.507.151.97.422 1.35.79q.151.15.28.32q.249.316.414.68H6v-1.75A6.25 6.25 0 0 1 12.25 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.66 16.91c.201.61.594 1.14 1.12 1.51a3 3 0 0 0 3.47 0c-.144.315-.22.656-.22 1a2.55 2.55 0 0 0 1.7 2.4l1.42.46l.12.06q.109.063.2.15a.9.9 0 0 1 .2.33l.44 1.37a2.54 2.54 0 0 0 .89 1.35a2.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.75V16.5h24.526zm1.978 5.706a1.25 1.25 0 0 0-1.768 0l-9.368 9.366l-4.114-4.113l-.095-.086a1.25 1.25 0 0 0-1.759 1.759l.086.095l4.998 4.999a1.25 1.25 0 0 0 1.769 0l10.25-10.252a1.25 1.25 0 0 0 0-1.768M41.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.05 1.05 0 0 1 33.5 17a1.05 1.05 0 0 1-.97-.686l-.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-.686m-9.09 6a3.1 3.1 0 0 0-.798.77A3 3 0 0 0 25 11.35l2.65.86c.507.151.97.422 1.35.79q.151.15.28.32q.249.316.414.68H6v-1.75A6.25 6.25 0 0 1 12.25 6z"/></svg>
</template>

CSS

.icon-calendar-checkmark-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.66%2016.91c.201.61.594%201.14%201.12%201.51a3%203%200%200%200%203.47%200c-.144.315-.22.656-.22%201a2.55%202.55%200%200%200%201.7%202.4l1.42.46l.12.06q.109.063.2.15a.9.9%200%200%201%20.2.33l.44%201.37a2.54%202.54%200%200%200%20.89%201.35a2.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.75V16.5h24.526zm1.978%205.706a1.25%201.25%200%200%200-1.768%200l-9.368%209.366l-4.114-4.113l-.095-.086a1.25%201.25%200%200%200-1.759%201.759l.086.095l4.998%204.999a1.25%201.25%200%200%200%201.769%200l10.25-10.252a1.25%201.25%200%200%200%200-1.768M41.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.05%201.05%200%200%201%2033.5%2017a1.05%201.05%200%200%201-.97-.686l-.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-.686m-9.09%206a3.1%203.1%200%200%200-.798.77A3%203%200%200%200%2025%2011.35l2.65.86c.507.151.97.422%201.35.79q.151.15.28.32q.249.316.414.68H6v-1.75A6.25%206.25%200%200%201%2012.25%206z%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%22M30.66%2016.91c.201.61.594%201.14%201.12%201.51a3%203%200%200%200%203.47%200c-.144.315-.22.656-.22%201a2.55%202.55%200%200%200%201.7%202.4l1.42.46l.12.06q.109.063.2.15a.9.9%200%200%201%20.2.33l.44%201.37a2.54%202.54%200%200%200%20.89%201.35a2.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.75V16.5h24.526zm1.978%205.706a1.25%201.25%200%200%200-1.768%200l-9.368%209.366l-4.114-4.113l-.095-.086a1.25%201.25%200%200%200-1.759%201.759l.086.095l4.998%204.999a1.25%201.25%200%200%200%201.769%200l10.25-10.252a1.25%201.25%200%200%200%200-1.768M41.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.05%201.05%200%200%201%2033.5%2017a1.05%201.05%200%200%201-.97-.686l-.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-.686m-9.09%206a3.1%203.1%200%200%200-.798.77A3%203%200%200%200%2025%2011.35l2.65.86c.507.151.97.422%201.35.79q.151.15.28.32q.249.316.414.68H6v-1.75A6.25%206.25%200%200%201%2012.25%206z%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-filled.svg?color=%231a73e8&size=48