sparkle off icon
sparkle-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M17.147 2.146a.5.5 0 0 1 .707.707l-4.891 4.89q.013.047.021.096a1.05 1.05 0 0 1-.68 1.146l-.863.28l-2.176 2.176l-.276.847a1.1 1.1 0 0 1-.386.519a1.03 1.03 0 0 1-.86.157l-4.89 4.89a.5.5 0 0 1-.706-.707zm-3.041 8.863a.8.8 0 0 1 .636.53l.252.773a1.08 1.08 0 0 0 .68.677l.765.25a.8.8 0 0 1 .022 1.52l-.771.253c-.159.051-.303.14-.42.258a1.1 1.1 0 0 0-.26.421l-.248.762a.8.8 0 0 1-1.519.01l-.253-.774a1.06 1.06 0 0 0-.68-.682l-.762-.247a.802.802 0 0 1-.403-1.226a.8.8 0 0 1 .394-.293l.774-.252a1.07 1.07 0 0 0 .665-.679l.247-.761a.8.8 0 0 1 .51-.51a.8.8 0 0 1 .37-.03m-5.98-7.995a1.05 1.05 0 0 1 .827.68l.452 1.387a2.34 2.34 0 0 0 1.48 1.478l.328.106l-4.55 4.55l-.099-.3a2.35 2.35 0 0 0-1.48-1.488L3.71 8.98a1.046 1.046 0 0 1-.018-1.974l1.392-.447a2.34 2.34 0 0 0 1.44-1.45l.457-1.4a1.045 1.045 0 0 1 1.145-.696"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.147 2.146a.5.5 0 0 1 .707.707l-4.891 4.89q.013.047.021.096a1.05 1.05 0 0 1-.68 1.146l-.863.28l-2.176 2.176l-.276.847a1.1 1.1 0 0 1-.386.519a1.03 1.03 0 0 1-.86.157l-4.89 4.89a.5.5 0 0 1-.706-.707zm-3.041 8.863a.8.8 0 0 1 .636.53l.252.773a1.08 1.08 0 0 0 .68.677l.765.25a.8.8 0 0 1 .022 1.52l-.771.253c-.159.051-.303.14-.42.258a1.1 1.1 0 0 0-.26.421l-.248.762a.8.8 0 0 1-1.519.01l-.253-.774a1.06 1.06 0 0 0-.68-.682l-.762-.247a.802.802 0 0 1-.403-1.226a.8.8 0 0 1 .394-.293l.774-.252a1.07 1.07 0 0 0 .665-.679l.247-.761a.8.8 0 0 1 .51-.51a.8.8 0 0 1 .37-.03m-5.98-7.995a1.05 1.05 0 0 1 .827.68l.452 1.387a2.34 2.34 0 0 0 1.48 1.478l.328.106l-4.55 4.55l-.099-.3a2.35 2.35 0 0 0-1.48-1.488L3.71 8.98a1.046 1.046 0 0 1-.018-1.974l1.392-.447a2.34 2.34 0 0 0 1.44-1.45l.457-1.4a1.045 1.045 0 0 1 1.145-.696"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.147 2.146a.5.5 0 0 1 .707.707l-4.891 4.89q.013.047.021.096a1.05 1.05 0 0 1-.68 1.146l-.863.28l-2.176 2.176l-.276.847a1.1 1.1 0 0 1-.386.519a1.03 1.03 0 0 1-.86.157l-4.89 4.89a.5.5 0 0 1-.706-.707zm-3.041 8.863a.8.8 0 0 1 .636.53l.252.773a1.08 1.08 0 0 0 .68.677l.765.25a.8.8 0 0 1 .022 1.52l-.771.253c-.159.051-.303.14-.42.258a1.1 1.1 0 0 0-.26.421l-.248.762a.8.8 0 0 1-1.519.01l-.253-.774a1.06 1.06 0 0 0-.68-.682l-.762-.247a.802.802 0 0 1-.403-1.226a.8.8 0 0 1 .394-.293l.774-.252a1.07 1.07 0 0 0 .665-.679l.247-.761a.8.8 0 0 1 .51-.51a.8.8 0 0 1 .37-.03m-5.98-7.995a1.05 1.05 0 0 1 .827.68l.452 1.387a2.34 2.34 0 0 0 1.48 1.478l.328.106l-4.55 4.55l-.099-.3a2.35 2.35 0 0 0-1.48-1.488L3.71 8.98a1.046 1.046 0 0 1-.018-1.974l1.392-.447a2.34 2.34 0 0 0 1.44-1.45l.457-1.4a1.045 1.045 0 0 1 1.145-.696"/></svg> </template>
CSS
.icon-sparkle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.147%202.146a.5.5%200%200%201%20.707.707l-4.891%204.89q.013.047.021.096a1.05%201.05%200%200%201-.68%201.146l-.863.28l-2.176%202.176l-.276.847a1.1%201.1%200%200%201-.386.519a1.03%201.03%200%200%201-.86.157l-4.89%204.89a.5.5%200%200%201-.706-.707zm-3.041%208.863a.8.8%200%200%201%20.636.53l.252.773a1.08%201.08%200%200%200%20.68.677l.765.25a.8.8%200%200%201%20.022%201.52l-.771.253c-.159.051-.303.14-.42.258a1.1%201.1%200%200%200-.26.421l-.248.762a.8.8%200%200%201-1.519.01l-.253-.774a1.06%201.06%200%200%200-.68-.682l-.762-.247a.802.802%200%200%201-.403-1.226a.8.8%200%200%201%20.394-.293l.774-.252a1.07%201.07%200%200%200%20.665-.679l.247-.761a.8.8%200%200%201%20.51-.51a.8.8%200%200%201%20.37-.03m-5.98-7.995a1.05%201.05%200%200%201%20.827.68l.452%201.387a2.34%202.34%200%200%200%201.48%201.478l.328.106l-4.55%204.55l-.099-.3a2.35%202.35%200%200%200-1.48-1.488L3.71%208.98a1.046%201.046%200%200%201-.018-1.974l1.392-.447a2.34%202.34%200%200%200%201.44-1.45l.457-1.4a1.045%201.045%200%200%201%201.145-.696%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.147%202.146a.5.5%200%200%201%20.707.707l-4.891%204.89q.013.047.021.096a1.05%201.05%200%200%201-.68%201.146l-.863.28l-2.176%202.176l-.276.847a1.1%201.1%200%200%201-.386.519a1.03%201.03%200%200%201-.86.157l-4.89%204.89a.5.5%200%200%201-.706-.707zm-3.041%208.863a.8.8%200%200%201%20.636.53l.252.773a1.08%201.08%200%200%200%20.68.677l.765.25a.8.8%200%200%201%20.022%201.52l-.771.253c-.159.051-.303.14-.42.258a1.1%201.1%200%200%200-.26.421l-.248.762a.8.8%200%200%201-1.519.01l-.253-.774a1.06%201.06%200%200%200-.68-.682l-.762-.247a.802.802%200%200%201-.403-1.226a.8.8%200%200%201%20.394-.293l.774-.252a1.07%201.07%200%200%200%20.665-.679l.247-.761a.8.8%200%200%201%20.51-.51a.8.8%200%200%201%20.37-.03m-5.98-7.995a1.05%201.05%200%200%201%20.827.68l.452%201.387a2.34%202.34%200%200%200%201.48%201.478l.328.106l-4.55%204.55l-.099-.3a2.35%202.35%200%200%200-1.48-1.488L3.71%208.98a1.046%201.046%200%200%201-.018-1.974l1.392-.447a2.34%202.34%200%200%200%201.44-1.45l.457-1.4a1.045%201.045%200%200%201%201.145-.696%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-off-20-filled.svg?color=%231a73e8&size=48