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

Name
sparkle-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M14.147 1.146a.5.5 0 1 1 .707.708l-13 13a.5.5 0 0 1-.708-.707zm-3.045 6.858a.8.8 0 0 1 .637.53l.252.773a1.08 1.08 0 0 0 .68.678l.765.25a.8.8 0 0 1 .022 1.52l-.771.252a1.05 1.05 0 0 0-.42.259a1.1 1.1 0 0 0-.26.42l-.248.763a.8.8 0 0 1-.301.4a.8.8 0 0 1-.459.15a.81.81 0 0 1-.757-.536l-.253-.773a1.06 1.06 0 0 0-.68-.684l-.763-.247a.81.81 0 0 1-.54-.64a.8.8 0 0 1 .528-.88l.777-.254a1.08 1.08 0 0 0 .664-.68l.247-.761a.8.8 0 0 1 .88-.54m-.175 1.614a2.11 2.11 0 0 1-1.301 1.317l-.184.064l.178.059a2.08 2.08 0 0 1 1.321 1.322l.058.18l.06-.18a2.08 2.08 0 0 1 1.316-1.321l.18-.059l-.195-.063a2.08 2.08 0 0 1-1.317-1.316l-.059-.18zM5.979 2.003c.19 0 .377.058.534.166c.155.11.272.265.336.444L7.2 3.697a1.7 1.7 0 0 0 1.08 1.078l.621.2l-.789.79l-.144-.044A2.7 2.7 0 0 1 6.25 4.006l-.28-.862l-.265.859a2.8 2.8 0 0 1-.643 1.056a2.74 2.74 0 0 1-1.045.659l-.865.281l.856.265a2.74 2.74 0 0 1 1.289.912c.188.243.333.517.43.81l.04.125l-.793.793l-.198-.603a1.7 1.7 0 0 0-.412-.668a1.7 1.7 0 0 0-.669-.415L2.63 6.87a.924.924 0 0 1-.014-1.745l1.084-.35a1.71 1.71 0 0 0 1.049-1.06l.356-1.09a.92.92 0 0 1 .875-.623"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.147 1.146a.5.5 0 1 1 .707.708l-13 13a.5.5 0 0 1-.708-.707zm-3.045 6.858a.8.8 0 0 1 .637.53l.252.773a1.08 1.08 0 0 0 .68.678l.765.25a.8.8 0 0 1 .022 1.52l-.771.252a1.05 1.05 0 0 0-.42.259a1.1 1.1 0 0 0-.26.42l-.248.763a.8.8 0 0 1-.301.4a.8.8 0 0 1-.459.15a.81.81 0 0 1-.757-.536l-.253-.773a1.06 1.06 0 0 0-.68-.684l-.763-.247a.81.81 0 0 1-.54-.64a.8.8 0 0 1 .528-.88l.777-.254a1.08 1.08 0 0 0 .664-.68l.247-.761a.8.8 0 0 1 .88-.54m-.175 1.614a2.11 2.11 0 0 1-1.301 1.317l-.184.064l.178.059a2.08 2.08 0 0 1 1.321 1.322l.058.18l.06-.18a2.08 2.08 0 0 1 1.316-1.321l.18-.059l-.195-.063a2.08 2.08 0 0 1-1.317-1.316l-.059-.18zM5.979 2.003c.19 0 .377.058.534.166c.155.11.272.265.336.444L7.2 3.697a1.7 1.7 0 0 0 1.08 1.078l.621.2l-.789.79l-.144-.044A2.7 2.7 0 0 1 6.25 4.006l-.28-.862l-.265.859a2.8 2.8 0 0 1-.643 1.056a2.74 2.74 0 0 1-1.045.659l-.865.281l.856.265a2.74 2.74 0 0 1 1.289.912c.188.243.333.517.43.81l.04.125l-.793.793l-.198-.603a1.7 1.7 0 0 0-.412-.668a1.7 1.7 0 0 0-.669-.415L2.63 6.87a.924.924 0 0 1-.014-1.745l1.084-.35a1.71 1.71 0 0 0 1.049-1.06l.356-1.09a.92.92 0 0 1 .875-.623"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.147 1.146a.5.5 0 1 1 .707.708l-13 13a.5.5 0 0 1-.708-.707zm-3.045 6.858a.8.8 0 0 1 .637.53l.252.773a1.08 1.08 0 0 0 .68.678l.765.25a.8.8 0 0 1 .022 1.52l-.771.252a1.05 1.05 0 0 0-.42.259a1.1 1.1 0 0 0-.26.42l-.248.763a.8.8 0 0 1-.301.4a.8.8 0 0 1-.459.15a.81.81 0 0 1-.757-.536l-.253-.773a1.06 1.06 0 0 0-.68-.684l-.763-.247a.81.81 0 0 1-.54-.64a.8.8 0 0 1 .528-.88l.777-.254a1.08 1.08 0 0 0 .664-.68l.247-.761a.8.8 0 0 1 .88-.54m-.175 1.614a2.11 2.11 0 0 1-1.301 1.317l-.184.064l.178.059a2.08 2.08 0 0 1 1.321 1.322l.058.18l.06-.18a2.08 2.08 0 0 1 1.316-1.321l.18-.059l-.195-.063a2.08 2.08 0 0 1-1.317-1.316l-.059-.18zM5.979 2.003c.19 0 .377.058.534.166c.155.11.272.265.336.444L7.2 3.697a1.7 1.7 0 0 0 1.08 1.078l.621.2l-.789.79l-.144-.044A2.7 2.7 0 0 1 6.25 4.006l-.28-.862l-.265.859a2.8 2.8 0 0 1-.643 1.056a2.74 2.74 0 0 1-1.045.659l-.865.281l.856.265a2.74 2.74 0 0 1 1.289.912c.188.243.333.517.43.81l.04.125l-.793.793l-.198-.603a1.7 1.7 0 0 0-.412-.668a1.7 1.7 0 0 0-.669-.415L2.63 6.87a.924.924 0 0 1-.014-1.745l1.084-.35a1.71 1.71 0 0 0 1.049-1.06l.356-1.09a.92.92 0 0 1 .875-.623"/></svg>
</template>

CSS

.icon-sparkle-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.147%201.146a.5.5%200%201%201%20.707.708l-13%2013a.5.5%200%200%201-.708-.707zm-3.045%206.858a.8.8%200%200%201%20.637.53l.252.773a1.08%201.08%200%200%200%20.68.678l.765.25a.8.8%200%200%201%20.022%201.52l-.771.252a1.05%201.05%200%200%200-.42.259a1.1%201.1%200%200%200-.26.42l-.248.763a.8.8%200%200%201-.301.4a.8.8%200%200%201-.459.15a.81.81%200%200%201-.757-.536l-.253-.773a1.06%201.06%200%200%200-.68-.684l-.763-.247a.81.81%200%200%201-.54-.64a.8.8%200%200%201%20.528-.88l.777-.254a1.08%201.08%200%200%200%20.664-.68l.247-.761a.8.8%200%200%201%20.88-.54m-.175%201.614a2.11%202.11%200%200%201-1.301%201.317l-.184.064l.178.059a2.08%202.08%200%200%201%201.321%201.322l.058.18l.06-.18a2.08%202.08%200%200%201%201.316-1.321l.18-.059l-.195-.063a2.08%202.08%200%200%201-1.317-1.316l-.059-.18zM5.979%202.003c.19%200%20.377.058.534.166c.155.11.272.265.336.444L7.2%203.697a1.7%201.7%200%200%200%201.08%201.078l.621.2l-.789.79l-.144-.044A2.7%202.7%200%200%201%206.25%204.006l-.28-.862l-.265.859a2.8%202.8%200%200%201-.643%201.056a2.74%202.74%200%200%201-1.045.659l-.865.281l.856.265a2.74%202.74%200%200%201%201.289.912c.188.243.333.517.43.81l.04.125l-.793.793l-.198-.603a1.7%201.7%200%200%200-.412-.668a1.7%201.7%200%200%200-.669-.415L2.63%206.87a.924.924%200%200%201-.014-1.745l1.084-.35a1.71%201.71%200%200%200%201.049-1.06l.356-1.09a.92.92%200%200%201%20.875-.623%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.147%201.146a.5.5%200%201%201%20.707.708l-13%2013a.5.5%200%200%201-.708-.707zm-3.045%206.858a.8.8%200%200%201%20.637.53l.252.773a1.08%201.08%200%200%200%20.68.678l.765.25a.8.8%200%200%201%20.022%201.52l-.771.252a1.05%201.05%200%200%200-.42.259a1.1%201.1%200%200%200-.26.42l-.248.763a.8.8%200%200%201-.301.4a.8.8%200%200%201-.459.15a.81.81%200%200%201-.757-.536l-.253-.773a1.06%201.06%200%200%200-.68-.684l-.763-.247a.81.81%200%200%201-.54-.64a.8.8%200%200%201%20.528-.88l.777-.254a1.08%201.08%200%200%200%20.664-.68l.247-.761a.8.8%200%200%201%20.88-.54m-.175%201.614a2.11%202.11%200%200%201-1.301%201.317l-.184.064l.178.059a2.08%202.08%200%200%201%201.321%201.322l.058.18l.06-.18a2.08%202.08%200%200%201%201.316-1.321l.18-.059l-.195-.063a2.08%202.08%200%200%201-1.317-1.316l-.059-.18zM5.979%202.003c.19%200%20.377.058.534.166c.155.11.272.265.336.444L7.2%203.697a1.7%201.7%200%200%200%201.08%201.078l.621.2l-.789.79l-.144-.044A2.7%202.7%200%200%201%206.25%204.006l-.28-.862l-.265.859a2.8%202.8%200%200%201-.643%201.056a2.74%202.74%200%200%201-1.045.659l-.865.281l.856.265a2.74%202.74%200%200%201%201.289.912c.188.243.333.517.43.81l.04.125l-.793.793l-.198-.603a1.7%201.7%200%200%200-.412-.668a1.7%201.7%200%200%200-.669-.415L2.63%206.87a.924.924%200%200%201-.014-1.745l1.084-.35a1.71%201.71%200%200%200%201.049-1.06l.356-1.09a.92.92%200%200%201%20.875-.623%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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