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

Name
sparkle-off-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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.735 1.735 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.65c-.12.35-.347.653-.649.866c-.29.208-.638.322-.995.325a1.73 1.73 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.56-.914a2.4 2.4 0 0 0-.913-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.649a1.736 1.736 0 0 1 .841-2.645l1.68-.546a2.33 2.33 0 0 0 1.44-1.471l.534-1.65a1.735 1.735 0 0 1 1.91-1.169m-.546 3.448c-.21.63-.56 1.204-1.024 1.678l-.005.005a4.3 4.3 0 0 1-1.644 1.043l-.022.008l-.905.295l.888.287l.01.004a4.4 4.4 0 0 1 1.688 1.044l.003.002c.48.479.838 1.065 1.047 1.71l.002.004l.281.861l.286-.879l.003-.008a4.36 4.36 0 0 1 1.04-1.684a4.3 4.3 0 0 1 1.71-1.053l.864-.283l-.908-.296a4.33 4.33 0 0 1-2.738-2.729l-.003-.008l-.287-.882zM11.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-1.588 1.588l-.618-.2a5.83 5.83 0 0 1-3.7-3.696l-.004-.011l-.781-2.4l-.014-.02a.11.11 0 0 0-.11.002a.1.1 0 0 0-.017.026l-.798 2.451l-.006.015a5.85 5.85 0 0 1-3.586 3.619l-.024.009l-2.421.784a.079.079 0 0 0 .006.143l2.391.779l.01.003a5.85 5.85 0 0 1 2.767 1.963l.002.003a5.8 5.8 0 0 1 .926 1.744l.002.005l.186.57l-1.587 1.586l-.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.141-.416.41-.778.77-1.031a2.1 2.1 0 0 1 1.2-.374"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleOff32Regular(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.735 1.735 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.65c-.12.35-.347.653-.649.866c-.29.208-.638.322-.995.325a1.73 1.73 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.56-.914a2.4 2.4 0 0 0-.913-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.649a1.736 1.736 0 0 1 .841-2.645l1.68-.546a2.33 2.33 0 0 0 1.44-1.471l.534-1.65a1.735 1.735 0 0 1 1.91-1.169m-.546 3.448c-.21.63-.56 1.204-1.024 1.678l-.005.005a4.3 4.3 0 0 1-1.644 1.043l-.022.008l-.905.295l.888.287l.01.004a4.4 4.4 0 0 1 1.688 1.044l.003.002c.48.479.838 1.065 1.047 1.71l.002.004l.281.861l.286-.879l.003-.008a4.36 4.36 0 0 1 1.04-1.684a4.3 4.3 0 0 1 1.71-1.053l.864-.283l-.908-.296a4.33 4.33 0 0 1-2.738-2.729l-.003-.008l-.287-.882zM11.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-1.588 1.588l-.618-.2a5.83 5.83 0 0 1-3.7-3.696l-.004-.011l-.781-2.4l-.014-.02a.11.11 0 0 0-.11.002a.1.1 0 0 0-.017.026l-.798 2.451l-.006.015a5.85 5.85 0 0 1-3.586 3.619l-.024.009l-2.421.784a.079.079 0 0 0 .006.143l2.391.779l.01.003a5.85 5.85 0 0 1 2.767 1.963l.002.003a5.8 5.8 0 0 1 .926 1.744l.002.005l.186.57l-1.587 1.586l-.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.141-.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.735 1.735 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.65c-.12.35-.347.653-.649.866c-.29.208-.638.322-.995.325a1.73 1.73 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.56-.914a2.4 2.4 0 0 0-.913-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.649a1.736 1.736 0 0 1 .841-2.645l1.68-.546a2.33 2.33 0 0 0 1.44-1.471l.534-1.65a1.735 1.735 0 0 1 1.91-1.169m-.546 3.448c-.21.63-.56 1.204-1.024 1.678l-.005.005a4.3 4.3 0 0 1-1.644 1.043l-.022.008l-.905.295l.888.287l.01.004a4.4 4.4 0 0 1 1.688 1.044l.003.002c.48.479.838 1.065 1.047 1.71l.002.004l.281.861l.286-.879l.003-.008a4.36 4.36 0 0 1 1.04-1.684a4.3 4.3 0 0 1 1.71-1.053l.864-.283l-.908-.296a4.33 4.33 0 0 1-2.738-2.729l-.003-.008l-.287-.882zM11.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-1.588 1.588l-.618-.2a5.83 5.83 0 0 1-3.7-3.696l-.004-.011l-.781-2.4l-.014-.02a.11.11 0 0 0-.11.002a.1.1 0 0 0-.017.026l-.798 2.451l-.006.015a5.85 5.85 0 0 1-3.586 3.619l-.024.009l-2.421.784a.079.079 0 0 0 .006.143l2.391.779l.01.003a5.85 5.85 0 0 1 2.767 1.963l.002.003a5.8 5.8 0 0 1 .926 1.744l.002.005l.186.57l-1.587 1.586l-.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.141-.416.41-.778.77-1.031a2.1 2.1 0 0 1 1.2-.374"/></svg>
</template>

CSS

.icon-sparkle-off-32-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%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.735%201.735%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.65c-.12.35-.347.653-.649.866c-.29.208-.638.322-.995.325a1.73%201.73%200%200%201-1.64-1.16l-.548-1.676a2.3%202.3%200%200%200-.56-.914a2.4%202.4%200%200%200-.913-.565l-1.653-.535a1.75%201.75%200%200%201-.867-.649a1.736%201.736%200%200%201%20.841-2.645l1.68-.546a2.33%202.33%200%200%200%201.44-1.471l.534-1.65a1.735%201.735%200%200%201%201.91-1.169m-.546%203.448c-.21.63-.56%201.204-1.024%201.678l-.005.005a4.3%204.3%200%200%201-1.644%201.043l-.022.008l-.905.295l.888.287l.01.004a4.4%204.4%200%200%201%201.688%201.044l.003.002c.48.479.838%201.065%201.047%201.71l.002.004l.281.861l.286-.879l.003-.008a4.36%204.36%200%200%201%201.04-1.684a4.3%204.3%200%200%201%201.71-1.053l.864-.283l-.908-.296a4.33%204.33%200%200%201-2.738-2.729l-.003-.008l-.287-.882zM11.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-1.588%201.588l-.618-.2a5.83%205.83%200%200%201-3.7-3.696l-.004-.011l-.781-2.4l-.014-.02a.11.11%200%200%200-.11.002a.1.1%200%200%200-.017.026l-.798%202.451l-.006.015a5.85%205.85%200%200%201-3.586%203.619l-.024.009l-2.421.784a.079.079%200%200%200%20.006.143l2.391.779l.01.003a5.85%205.85%200%200%201%202.767%201.963l.002.003a5.8%205.8%200%200%201%20.926%201.744l.002.005l.186.57l-1.587%201.586l-.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.141-.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.735%201.735%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.65c-.12.35-.347.653-.649.866c-.29.208-.638.322-.995.325a1.73%201.73%200%200%201-1.64-1.16l-.548-1.676a2.3%202.3%200%200%200-.56-.914a2.4%202.4%200%200%200-.913-.565l-1.653-.535a1.75%201.75%200%200%201-.867-.649a1.736%201.736%200%200%201%20.841-2.645l1.68-.546a2.33%202.33%200%200%200%201.44-1.471l.534-1.65a1.735%201.735%200%200%201%201.91-1.169m-.546%203.448c-.21.63-.56%201.204-1.024%201.678l-.005.005a4.3%204.3%200%200%201-1.644%201.043l-.022.008l-.905.295l.888.287l.01.004a4.4%204.4%200%200%201%201.688%201.044l.003.002c.48.479.838%201.065%201.047%201.71l.002.004l.281.861l.286-.879l.003-.008a4.36%204.36%200%200%201%201.04-1.684a4.3%204.3%200%200%201%201.71-1.053l.864-.283l-.908-.296a4.33%204.33%200%200%201-2.738-2.729l-.003-.008l-.287-.882zM11.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-1.588%201.588l-.618-.2a5.83%205.83%200%200%201-3.7-3.696l-.004-.011l-.781-2.4l-.014-.02a.11.11%200%200%200-.11.002a.1.1%200%200%200-.017.026l-.798%202.451l-.006.015a5.85%205.85%200%200%201-3.586%203.619l-.024.009l-2.421.784a.079.079%200%200%200%20.006.143l2.391.779l.01.003a5.85%205.85%200%200%201%202.767%201.963l.002.003a5.8%205.8%200%200%201%20.926%201.744l.002.005l.186.57l-1.587%201.586l-.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.141-.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-regular.svg?color=%231a73e8&size=48