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

Name
sparkle-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M28.293 2.293a1 1 0 0 1 1.414 1.414l-26 26a1 1 0 0 1-1.414-1.414zm-4.565 14.728c.268.04.524.144.745.302c.294.207.517.502.634.842l.546 1.676a2.33 2.33 0 0 0 1.474 1.469l1.654.539a1.734 1.734 0 0 1 1.2 1.907a1.73 1.73 0 0 1-1.15 1.386l-1.672.546a2.3 2.3 0 0 0-.91.56a2.36 2.36 0 0 0-.563.911l-.538 1.65a1.76 1.76 0 0 1-.649.866c-.29.208-.638.322-.995.325a1.735 1.735 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.56-.914a2.36 2.36 0 0 0-.913-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.649a1.734 1.734 0 0 1 .841-2.645l1.68-.546a2.33 2.33 0 0 0 1.44-1.471l.534-1.65a1.74 1.74 0 0 1 1.91-1.169M11.952 3c.429 0 .847.13 1.2.374c.35.247.614.596.756 1l.794 2.44a3.83 3.83 0 0 0 2.43 2.426l1.579.512l-8.964 8.963l-.5-1.537a3.8 3.8 0 0 0-.928-1.504a3.85 3.85 0 0 0-1.505-.935l-2.4-.78a2.08 2.08 0 0 1-.03-3.929l2.44-.79a3.85 3.85 0 0 0 2.36-2.382l.798-2.453c.14-.416.41-.778.77-1.031a2.1 2.1 0 0 1 1.2-.374"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleOff32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.293 2.293a1 1 0 0 1 1.414 1.414l-26 26a1 1 0 0 1-1.414-1.414zm-4.565 14.728c.268.04.524.144.745.302c.294.207.517.502.634.842l.546 1.676a2.33 2.33 0 0 0 1.474 1.469l1.654.539a1.734 1.734 0 0 1 1.2 1.907a1.73 1.73 0 0 1-1.15 1.386l-1.672.546a2.3 2.3 0 0 0-.91.56a2.36 2.36 0 0 0-.563.911l-.538 1.65a1.76 1.76 0 0 1-.649.866c-.29.208-.638.322-.995.325a1.735 1.735 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.56-.914a2.36 2.36 0 0 0-.913-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.649a1.734 1.734 0 0 1 .841-2.645l1.68-.546a2.33 2.33 0 0 0 1.44-1.471l.534-1.65a1.74 1.74 0 0 1 1.91-1.169M11.952 3c.429 0 .847.13 1.2.374c.35.247.614.596.756 1l.794 2.44a3.83 3.83 0 0 0 2.43 2.426l1.579.512l-8.964 8.963l-.5-1.537a3.8 3.8 0 0 0-.928-1.504a3.85 3.85 0 0 0-1.505-.935l-2.4-.78a2.08 2.08 0 0 1-.03-3.929l2.44-.79a3.85 3.85 0 0 0 2.36-2.382l.798-2.453c.14-.416.41-.778.77-1.031a2.1 2.1 0 0 1 1.2-.374"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.293 2.293a1 1 0 0 1 1.414 1.414l-26 26a1 1 0 0 1-1.414-1.414zm-4.565 14.728c.268.04.524.144.745.302c.294.207.517.502.634.842l.546 1.676a2.33 2.33 0 0 0 1.474 1.469l1.654.539a1.734 1.734 0 0 1 1.2 1.907a1.73 1.73 0 0 1-1.15 1.386l-1.672.546a2.3 2.3 0 0 0-.91.56a2.36 2.36 0 0 0-.563.911l-.538 1.65a1.76 1.76 0 0 1-.649.866c-.29.208-.638.322-.995.325a1.735 1.735 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.56-.914a2.36 2.36 0 0 0-.913-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.649a1.734 1.734 0 0 1 .841-2.645l1.68-.546a2.33 2.33 0 0 0 1.44-1.471l.534-1.65a1.74 1.74 0 0 1 1.91-1.169M11.952 3c.429 0 .847.13 1.2.374c.35.247.614.596.756 1l.794 2.44a3.83 3.83 0 0 0 2.43 2.426l1.579.512l-8.964 8.963l-.5-1.537a3.8 3.8 0 0 0-.928-1.504a3.85 3.85 0 0 0-1.505-.935l-2.4-.78a2.08 2.08 0 0 1-.03-3.929l2.44-.79a3.85 3.85 0 0 0 2.36-2.382l.798-2.453c.14-.416.41-.778.77-1.031a2.1 2.1 0 0 1 1.2-.374"/></svg>
</template>

CSS

.icon-sparkle-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.293%202.293a1%201%200%200%201%201.414%201.414l-26%2026a1%201%200%200%201-1.414-1.414zm-4.565%2014.728c.268.04.524.144.745.302c.294.207.517.502.634.842l.546%201.676a2.33%202.33%200%200%200%201.474%201.469l1.654.539a1.734%201.734%200%200%201%201.2%201.907a1.73%201.73%200%200%201-1.15%201.386l-1.672.546a2.3%202.3%200%200%200-.91.56a2.36%202.36%200%200%200-.563.911l-.538%201.65a1.76%201.76%200%200%201-.649.866c-.29.208-.638.322-.995.325a1.735%201.735%200%200%201-1.64-1.16l-.548-1.676a2.3%202.3%200%200%200-.56-.914a2.36%202.36%200%200%200-.913-.565l-1.653-.535a1.75%201.75%200%200%201-.867-.649a1.734%201.734%200%200%201%20.841-2.645l1.68-.546a2.33%202.33%200%200%200%201.44-1.471l.534-1.65a1.74%201.74%200%200%201%201.91-1.169M11.952%203c.429%200%20.847.13%201.2.374c.35.247.614.596.756%201l.794%202.44a3.83%203.83%200%200%200%202.43%202.426l1.579.512l-8.964%208.963l-.5-1.537a3.8%203.8%200%200%200-.928-1.504a3.85%203.85%200%200%200-1.505-.935l-2.4-.78a2.08%202.08%200%200%201-.03-3.929l2.44-.79a3.85%203.85%200%200%200%202.36-2.382l.798-2.453c.14-.416.41-.778.77-1.031a2.1%202.1%200%200%201%201.2-.374%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.293%202.293a1%201%200%200%201%201.414%201.414l-26%2026a1%201%200%200%201-1.414-1.414zm-4.565%2014.728c.268.04.524.144.745.302c.294.207.517.502.634.842l.546%201.676a2.33%202.33%200%200%200%201.474%201.469l1.654.539a1.734%201.734%200%200%201%201.2%201.907a1.73%201.73%200%200%201-1.15%201.386l-1.672.546a2.3%202.3%200%200%200-.91.56a2.36%202.36%200%200%200-.563.911l-.538%201.65a1.76%201.76%200%200%201-.649.866c-.29.208-.638.322-.995.325a1.735%201.735%200%200%201-1.64-1.16l-.548-1.676a2.3%202.3%200%200%200-.56-.914a2.36%202.36%200%200%200-.913-.565l-1.653-.535a1.75%201.75%200%200%201-.867-.649a1.734%201.734%200%200%201%20.841-2.645l1.68-.546a2.33%202.33%200%200%200%201.44-1.471l.534-1.65a1.74%201.74%200%200%201%201.91-1.169M11.952%203c.429%200%20.847.13%201.2.374c.35.247.614.596.756%201l.794%202.44a3.83%203.83%200%200%200%202.43%202.426l1.579.512l-8.964%208.963l-.5-1.537a3.8%203.8%200%200%200-.928-1.504a3.85%203.85%200%200%200-1.505-.935l-2.4-.78a2.08%202.08%200%200%201-.03-3.929l2.44-.79a3.85%203.85%200%200%200%202.36-2.382l.798-2.453c.14-.416.41-.778.77-1.031a2.1%202.1%200%200%201%201.2-.374%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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