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

Name
sparkle-off-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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.62 1.62 0 0 1-.212 1.462a1.6 1.6 0 0 1-.787.595l-2.065.671l-2.648 2.647l-.71 2.168a1.63 1.63 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.2 1.2 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-9.514-12.99c.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-7.136 7.136l-.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.6-.8c.277-.19.605-.293.94-.293"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleOff28Filled(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.62 1.62 0 0 1-.212 1.462a1.6 1.6 0 0 1-.787.595l-2.065.671l-2.648 2.647l-.71 2.168a1.63 1.63 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.2 1.2 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-9.514-12.99c.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-7.136 7.136l-.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.6-.8c.277-.19.605-.293.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.62 1.62 0 0 1-.212 1.462a1.6 1.6 0 0 1-.787.595l-2.065.671l-2.648 2.647l-.71 2.168a1.63 1.63 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.2 1.2 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-9.514-12.99c.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-7.136 7.136l-.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.6-.8c.277-.19.605-.293.94-.293"/></svg>
</template>

CSS

.icon-sparkle-off-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%22M24.72%202.22a.75.75%200%200%201%201.06%201.06l-6.971%206.971q.062.112.104.232a1.62%201.62%200%200%201-.212%201.462a1.6%201.6%200%200%201-.787.595l-2.065.671l-2.648%202.647l-.71%202.168a1.63%201.63%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.2%201.2%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-9.514-12.99c.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-7.136%207.136l-.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.6-.8c.277-.19.605-.293.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.62%201.62%200%200%201-.212%201.462a1.6%201.6%200%200%201-.787.595l-2.065.671l-2.648%202.647l-.71%202.168a1.63%201.63%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.2%201.2%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-9.514-12.99c.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-7.136%207.136l-.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.6-.8c.277-.19.605-.293.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-filled.svg?color=%231a73e8&size=48