calendar checkmark sparkle icon

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

Name
calendar-checkmark-sparkle-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M17.48 9.93a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.859 0l.13-.11a1.4 1.4 0 0 0-.06.379c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.275.265.513.5.68A1.37 1.37 0 0 0 25 14.565v7.185A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9.5h14.339zm1.55 3.29a.75.75 0 0 0-1.06 0l-5.47 5.47l-2.47-2.47l-.056-.052A.75.75 0 0 0 8.97 17.28l3 3a.75.75 0 0 0 1.06 0l6-6a.75.75 0 0 0 0-1.06M23.981 8a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.198-1.202l-.919-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.92-.299A1.9 1.9 0 0 0 23.34 9.16l.299-.918A.36.36 0 0 1 23.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.605.605 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 18.97 0m-4.881 3.499c-.32.107-.597.314-.79.59a1.58 1.58 0 0 0 0 1.85c.187.274.457.481.77.59l1.56.5c.311.11.595.289.83.52q.099.099.18.21q.09.115.164.241H3V6.25A3.25 3.25 0 0 1 6.25 3h9.357z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalendarCheckmarkSparkle28Filled(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.48 9.93a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.859 0l.13-.11a1.4 1.4 0 0 0-.06.379c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.275.265.513.5.68A1.37 1.37 0 0 0 25 14.565v7.185A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9.5h14.339zm1.55 3.29a.75.75 0 0 0-1.06 0l-5.47 5.47l-2.47-2.47l-.056-.052A.75.75 0 0 0 8.97 17.28l3 3a.75.75 0 0 0 1.06 0l6-6a.75.75 0 0 0 0-1.06M23.981 8a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.198-1.202l-.919-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.92-.299A1.9 1.9 0 0 0 23.34 9.16l.299-.918A.36.36 0 0 1 23.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.605.605 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 18.97 0m-4.881 3.499c-.32.107-.597.314-.79.59a1.58 1.58 0 0 0 0 1.85c.187.274.457.481.77.59l1.56.5c.311.11.595.289.83.52q.099.099.18.21q.09.115.164.241H3V6.25A3.25 3.25 0 0 1 6.25 3h9.357z"/></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.48 9.93a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.859 0l.13-.11a1.4 1.4 0 0 0-.06.379c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.275.265.513.5.68A1.37 1.37 0 0 0 25 14.565v7.185A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V9.5h14.339zm1.55 3.29a.75.75 0 0 0-1.06 0l-5.47 5.47l-2.47-2.47l-.056-.052A.75.75 0 0 0 8.97 17.28l3 3a.75.75 0 0 0 1.06 0l6-6a.75.75 0 0 0 0-1.06M23.981 8a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.198-1.202l-.919-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.92-.299A1.9 1.9 0 0 0 23.34 9.16l.299-.918A.36.36 0 0 1 23.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.605.605 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 18.97 0m-4.881 3.499c-.32.107-.597.314-.79.59a1.58 1.58 0 0 0 0 1.85c.187.274.457.481.77.59l1.56.5c.311.11.595.289.83.52q.099.099.18.21q.09.115.164.241H3V6.25A3.25 3.25 0 0 1 6.25 3h9.357z"/></svg>
</template>

CSS

.icon-calendar-checkmark-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.48%209.93a1.7%201.7%200%200%200%20.59.8a1.64%201.64%200%200%200%201.859%200l.13-.11a1.4%201.4%200%200%200-.06.379c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.3.92c.089.275.265.513.5.68A1.37%201.37%200%200%200%2025%2014.565v7.185A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9.5h14.339zm1.55%203.29a.75.75%200%200%200-1.06%200l-5.47%205.47l-2.47-2.47l-.056-.052A.75.75%200%200%200%208.97%2017.28l3%203a.75.75%200%200%200%201.06%200l6-6a.75.75%200%200%200%200-1.06M23.981%208a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.683%200l-.299-.918a1.9%201.9%200%200%200-1.198-1.202l-.919-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.92-.299A1.9%201.9%200%200%200%2023.34%209.16l.299-.918A.36.36%200%200%201%2023.98%208m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.605.605%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2018.97%200m-4.881%203.499c-.32.107-.597.314-.79.59a1.58%201.58%200%200%200%200%201.85c.187.274.457.481.77.59l1.56.5c.311.11.595.289.83.52q.099.099.18.21q.09.115.164.241H3V6.25A3.25%203.25%200%200%201%206.25%203h9.357z%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.48%209.93a1.7%201.7%200%200%200%20.59.8a1.64%201.64%200%200%200%201.859%200l.13-.11a1.4%201.4%200%200%200-.06.379c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.3.92c.089.275.265.513.5.68A1.37%201.37%200%200%200%2025%2014.565v7.185A3.25%203.25%200%200%201%2021.75%2025H6.25A3.25%203.25%200%200%201%203%2021.75V9.5h14.339zm1.55%203.29a.75.75%200%200%200-1.06%200l-5.47%205.47l-2.47-2.47l-.056-.052A.75.75%200%200%200%208.97%2017.28l3%203a.75.75%200%200%200%201.06%200l6-6a.75.75%200%200%200%200-1.06M23.981%208a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.683%200l-.299-.918a1.9%201.9%200%200%200-1.198-1.202l-.919-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.92-.299A1.9%201.9%200%200%200%2023.34%209.16l.299-.918A.36.36%200%200%201%2023.98%208m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.605.605%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2018.97%200m-4.881%203.499c-.32.107-.597.314-.79.59a1.58%201.58%200%200%200%200%201.85c.187.274.457.481.77.59l1.56.5c.311.11.595.289.83.52q.099.099.18.21q.09.115.164.241H3V6.25A3.25%203.25%200%200%201%206.25%203h9.357z%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-28-filled.svg?color=%231a73e8&size=48