sparkle-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
sparkle-off-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the sparkle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.72 2.22a.75.75 0 0 1 1.06 1.06l-6.971 6.971q.062.112.104.232a1.624 1.624 0 0 1-.998 2.057l-2.066.671l-2.648 2.647l-.71 2.168a1.627 1.627 0 0 1-2.245.788L3.281 25.78a.75.75 0 0 1-1.061-1.06zm-4.25 13.778a1.2 1.2 0 0 1 1.144.81l.379 1.164a1.61 1.61 0 0 0 1.02 1.016l1.144.372a1.202 1.202 0 0 1 .621 1.842a1.2 1.2 0 0 1-.584.442l-1.166.378a1.61 1.61 0 0 0-1.018 1.02l-.372 1.143a1.2 1.2 0 0 1-.445.6A1.2 1.2 0 0 1 20.5 25a1.2 1.2 0 0 1-1.135-.8l-.378-1.163a1.61 1.61 0 0 0-1.022-1.022l-1.143-.372a1.2 1.2 0 0 1-.6-1.835a1.2 1.2 0 0 1 .583-.443l1.166-.378a1.61 1.61 0 0 0 .993-1.016l.374-1.147a1.2 1.2 0 0 1 1.132-.826m-.08 2.433a3.12 3.12 0 0 1-1.943 1.973l-.282.096l.268.088a3.12 3.12 0 0 1 1.98 1.982l.087.272l.088-.27a3.13 3.13 0 0 1 1.974-1.977l.271-.087l-.293-.1a3.12 3.12 0 0 1-1.974-1.975l-.089-.274zM10.955 3.008c.336 0 .664.102.94.293c.274.194.482.468.594.784l.726 2.237a3.82 3.82 0 0 0 2.42 2.414l.336.109l-1.176 1.176a5.32 5.32 0 0 1-3.005-3.232l-.722-2.223s-.043-.083-.114-.084c-.07 0-.112.082-.114.084l-.72 2.22A5.4 5.4 0 0 1 8.856 8.86a5.34 5.34 0 0 1-2.056 1.3l-2.233.726a.14.14 0 0 0-.058.046a.14.14 0 0 0-.026.068c0 .07.084.107.084.107l2.22.721a5.37 5.37 0 0 1 2.532 1.794c.28.364.513.762.691 1.185L8.836 15.98l-.097-.3a3.8 3.8 0 0 0-.922-1.5a3.86 3.86 0 0 0-1.5-.928L4.1 12.534a1.627 1.627 0 0 1-.81-2.474c.195-.277.47-.486.79-.599l2.24-.727a3.82 3.82 0 0 0 2.36-2.369l.736-2.264c.111-.323.322-.603.601-.8a1.66 1.66 0 0 1 .94-.293"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleOff28Regular(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="M24.72 2.22a.75.75 0 0 1 1.06 1.06l-6.971 6.971q.062.112.104.232a1.624 1.624 0 0 1-.998 2.057l-2.066.671l-2.648 2.647l-.71 2.168a1.627 1.627 0 0 1-2.245.788L3.281 25.78a.75.75 0 0 1-1.061-1.06zm-4.25 13.778a1.2 1.2 0 0 1 1.144.81l.379 1.164a1.61 1.61 0 0 0 1.02 1.016l1.144.372a1.202 1.202 0 0 1 .621 1.842a1.2 1.2 0 0 1-.584.442l-1.166.378a1.61 1.61 0 0 0-1.018 1.02l-.372 1.143a1.2 1.2 0 0 1-.445.6A1.2 1.2 0 0 1 20.5 25a1.2 1.2 0 0 1-1.135-.8l-.378-1.163a1.61 1.61 0 0 0-1.022-1.022l-1.143-.372a1.2 1.2 0 0 1-.6-1.835a1.2 1.2 0 0 1 .583-.443l1.166-.378a1.61 1.61 0 0 0 .993-1.016l.374-1.147a1.2 1.2 0 0 1 1.132-.826m-.08 2.433a3.12 3.12 0 0 1-1.943 1.973l-.282.096l.268.088a3.12 3.12 0 0 1 1.98 1.982l.087.272l.088-.27a3.13 3.13 0 0 1 1.974-1.977l.271-.087l-.293-.1a3.12 3.12 0 0 1-1.974-1.975l-.089-.274zM10.955 3.008c.336 0 .664.102.94.293c.274.194.482.468.594.784l.726 2.237a3.82 3.82 0 0 0 2.42 2.414l.336.109l-1.176 1.176a5.32 5.32 0 0 1-3.005-3.232l-.722-2.223s-.043-.083-.114-.084c-.07 0-.112.082-.114.084l-.72 2.22A5.4 5.4 0 0 1 8.856 8.86a5.34 5.34 0 0 1-2.056 1.3l-2.233.726a.14.14 0 0 0-.058.046a.14.14 0 0 0-.026.068c0 .07.084.107.084.107l2.22.721a5.37 5.37 0 0 1 2.532 1.794c.28.364.513.762.691 1.185L8.836 15.98l-.097-.3a3.8 3.8 0 0 0-.922-1.5a3.86 3.86 0 0 0-1.5-.928L4.1 12.534a1.627 1.627 0 0 1-.81-2.474c.195-.277.47-.486.79-.599l2.24-.727a3.82 3.82 0 0 0 2.36-2.369l.736-2.264c.111-.323.322-.603.601-.8a1.66 1.66 0 0 1 .94-.293"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.72 2.22a.75.75 0 0 1 1.06 1.06l-6.971 6.971q.062.112.104.232a1.624 1.624 0 0 1-.998 2.057l-2.066.671l-2.648 2.647l-.71 2.168a1.627 1.627 0 0 1-2.245.788L3.281 25.78a.75.75 0 0 1-1.061-1.06zm-4.25 13.778a1.2 1.2 0 0 1 1.144.81l.379 1.164a1.61 1.61 0 0 0 1.02 1.016l1.144.372a1.202 1.202 0 0 1 .621 1.842a1.2 1.2 0 0 1-.584.442l-1.166.378a1.61 1.61 0 0 0-1.018 1.02l-.372 1.143a1.2 1.2 0 0 1-.445.6A1.2 1.2 0 0 1 20.5 25a1.2 1.2 0 0 1-1.135-.8l-.378-1.163a1.61 1.61 0 0 0-1.022-1.022l-1.143-.372a1.2 1.2 0 0 1-.6-1.835a1.2 1.2 0 0 1 .583-.443l1.166-.378a1.61 1.61 0 0 0 .993-1.016l.374-1.147a1.2 1.2 0 0 1 1.132-.826m-.08 2.433a3.12 3.12 0 0 1-1.943 1.973l-.282.096l.268.088a3.12 3.12 0 0 1 1.98 1.982l.087.272l.088-.27a3.13 3.13 0 0 1 1.974-1.977l.271-.087l-.293-.1a3.12 3.12 0 0 1-1.974-1.975l-.089-.274zM10.955 3.008c.336 0 .664.102.94.293c.274.194.482.468.594.784l.726 2.237a3.82 3.82 0 0 0 2.42 2.414l.336.109l-1.176 1.176a5.32 5.32 0 0 1-3.005-3.232l-.722-2.223s-.043-.083-.114-.084c-.07 0-.112.082-.114.084l-.72 2.22A5.4 5.4 0 0 1 8.856 8.86a5.34 5.34 0 0 1-2.056 1.3l-2.233.726a.14.14 0 0 0-.058.046a.14.14 0 0 0-.026.068c0 .07.084.107.084.107l2.22.721a5.37 5.37 0 0 1 2.532 1.794c.28.364.513.762.691 1.185L8.836 15.98l-.097-.3a3.8 3.8 0 0 0-.922-1.5a3.86 3.86 0 0 0-1.5-.928L4.1 12.534a1.627 1.627 0 0 1-.81-2.474c.195-.277.47-.486.79-.599l2.24-.727a3.82 3.82 0 0 0 2.36-2.369l.736-2.264c.111-.323.322-.603.601-.8a1.66 1.66 0 0 1 .94-.293"/></svg>
</template>

CSS

.icon-sparkle-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.72%202.22a.75.75%200%200%201%201.06%201.06l-6.971%206.971q.062.112.104.232a1.624%201.624%200%200%201-.998%202.057l-2.066.671l-2.648%202.647l-.71%202.168a1.627%201.627%200%200%201-2.245.788L3.281%2025.78a.75.75%200%200%201-1.061-1.06zm-4.25%2013.778a1.2%201.2%200%200%201%201.144.81l.379%201.164a1.61%201.61%200%200%200%201.02%201.016l1.144.372a1.202%201.202%200%200%201%20.621%201.842a1.2%201.2%200%200%201-.584.442l-1.166.378a1.61%201.61%200%200%200-1.018%201.02l-.372%201.143a1.2%201.2%200%200%201-.445.6A1.2%201.2%200%200%201%2020.5%2025a1.2%201.2%200%200%201-1.135-.8l-.378-1.163a1.61%201.61%200%200%200-1.022-1.022l-1.143-.372a1.2%201.2%200%200%201-.6-1.835a1.2%201.2%200%200%201%20.583-.443l1.166-.378a1.61%201.61%200%200%200%20.993-1.016l.374-1.147a1.2%201.2%200%200%201%201.132-.826m-.08%202.433a3.12%203.12%200%200%201-1.943%201.973l-.282.096l.268.088a3.12%203.12%200%200%201%201.98%201.982l.087.272l.088-.27a3.13%203.13%200%200%201%201.974-1.977l.271-.087l-.293-.1a3.12%203.12%200%200%201-1.974-1.975l-.089-.274zM10.955%203.008c.336%200%20.664.102.94.293c.274.194.482.468.594.784l.726%202.237a3.82%203.82%200%200%200%202.42%202.414l.336.109l-1.176%201.176a5.32%205.32%200%200%201-3.005-3.232l-.722-2.223s-.043-.083-.114-.084c-.07%200-.112.082-.114.084l-.72%202.22A5.4%205.4%200%200%201%208.856%208.86a5.34%205.34%200%200%201-2.056%201.3l-2.233.726a.14.14%200%200%200-.058.046a.14.14%200%200%200-.026.068c0%20.07.084.107.084.107l2.22.721a5.37%205.37%200%200%201%202.532%201.794c.28.364.513.762.691%201.185L8.836%2015.98l-.097-.3a3.8%203.8%200%200%200-.922-1.5a3.86%203.86%200%200%200-1.5-.928L4.1%2012.534a1.627%201.627%200%200%201-.81-2.474c.195-.277.47-.486.79-.599l2.24-.727a3.82%203.82%200%200%200%202.36-2.369l.736-2.264c.111-.323.322-.603.601-.8a1.66%201.66%200%200%201%20.94-.293%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%22M24.72%202.22a.75.75%200%200%201%201.06%201.06l-6.971%206.971q.062.112.104.232a1.624%201.624%200%200%201-.998%202.057l-2.066.671l-2.648%202.647l-.71%202.168a1.627%201.627%200%200%201-2.245.788L3.281%2025.78a.75.75%200%200%201-1.061-1.06zm-4.25%2013.778a1.2%201.2%200%200%201%201.144.81l.379%201.164a1.61%201.61%200%200%200%201.02%201.016l1.144.372a1.202%201.202%200%200%201%20.621%201.842a1.2%201.2%200%200%201-.584.442l-1.166.378a1.61%201.61%200%200%200-1.018%201.02l-.372%201.143a1.2%201.2%200%200%201-.445.6A1.2%201.2%200%200%201%2020.5%2025a1.2%201.2%200%200%201-1.135-.8l-.378-1.163a1.61%201.61%200%200%200-1.022-1.022l-1.143-.372a1.2%201.2%200%200%201-.6-1.835a1.2%201.2%200%200%201%20.583-.443l1.166-.378a1.61%201.61%200%200%200%20.993-1.016l.374-1.147a1.2%201.2%200%200%201%201.132-.826m-.08%202.433a3.12%203.12%200%200%201-1.943%201.973l-.282.096l.268.088a3.12%203.12%200%200%201%201.98%201.982l.087.272l.088-.27a3.13%203.13%200%200%201%201.974-1.977l.271-.087l-.293-.1a3.12%203.12%200%200%201-1.974-1.975l-.089-.274zM10.955%203.008c.336%200%20.664.102.94.293c.274.194.482.468.594.784l.726%202.237a3.82%203.82%200%200%200%202.42%202.414l.336.109l-1.176%201.176a5.32%205.32%200%200%201-3.005-3.232l-.722-2.223s-.043-.083-.114-.084c-.07%200-.112.082-.114.084l-.72%202.22A5.4%205.4%200%200%201%208.856%208.86a5.34%205.34%200%200%201-2.056%201.3l-2.233.726a.14.14%200%200%200-.058.046a.14.14%200%200%200-.026.068c0%20.07.084.107.084.107l2.22.721a5.37%205.37%200%200%201%202.532%201.794c.28.364.513.762.691%201.185L8.836%2015.98l-.097-.3a3.8%203.8%200%200%200-.922-1.5a3.86%203.86%200%200%200-1.5-.928L4.1%2012.534a1.627%201.627%200%200%201-.81-2.474c.195-.277.47-.486.79-.599l2.24-.727a3.82%203.82%200%200%200%202.36-2.369l.736-2.264c.111-.323.322-.603.601-.8a1.66%201.66%200%200%201%20.94-.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-off-28-regular.svg?color=%231a73e8&size=48