sparkle circle off icon
sparkle-circle-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- sparkle-circle-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sparkle circle 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-1.565 1.563a7 7 0 0 1-9.872 9.872l-1.563 1.565a.5.5 0 1 1-.708-.707zM4.125 12.58a6 6 0 0 0 8.454-8.454zM9.464 8.4c.16-.533.913-.533 1.072 0l.143.474a.67.67 0 0 0 .447.447l.475.143c.532.16.532.912 0 1.072l-.475.143a.67.67 0 0 0-.447.447l-.143.475c-.16.532-.912.532-1.072 0l-.144-.476a.67.67 0 0 0-.447-.447l-.474-.142c-.532-.16-.532-.912 0-1.072l.475-.143a.67.67 0 0 0 .446-.447zM8 1c1.39 0 2.684.406 3.773 1.104l-.726.727a6 6 0 0 0-8.216 8.216l-.727.726A7 7 0 0 1 8 1M5.744 4.285c.252-.713 1.26-.713 1.512 0l.236.665a.92.92 0 0 0 .559.558l.236.083l-2.695 2.695l-.083-.235a.92.92 0 0 0-.559-.56l-.665-.235c-.713-.252-.713-1.26 0-1.512l.665-.236a.92.92 0 0 0 .559-.559z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircleOff16Regular(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-1.565 1.563a7 7 0 0 1-9.872 9.872l-1.563 1.565a.5.5 0 1 1-.708-.707zM4.125 12.58a6 6 0 0 0 8.454-8.454zM9.464 8.4c.16-.533.913-.533 1.072 0l.143.474a.67.67 0 0 0 .447.447l.475.143c.532.16.532.912 0 1.072l-.475.143a.67.67 0 0 0-.447.447l-.143.475c-.16.532-.912.532-1.072 0l-.144-.476a.67.67 0 0 0-.447-.447l-.474-.142c-.532-.16-.532-.912 0-1.072l.475-.143a.67.67 0 0 0 .446-.447zM8 1c1.39 0 2.684.406 3.773 1.104l-.726.727a6 6 0 0 0-8.216 8.216l-.727.726A7 7 0 0 1 8 1M5.744 4.285c.252-.713 1.26-.713 1.512 0l.236.665a.92.92 0 0 0 .559.558l.236.083l-2.695 2.695l-.083-.235a.92.92 0 0 0-.559-.56l-.665-.235c-.713-.252-.713-1.26 0-1.512l.665-.236a.92.92 0 0 0 .559-.559z"/></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-1.565 1.563a7 7 0 0 1-9.872 9.872l-1.563 1.565a.5.5 0 1 1-.708-.707zM4.125 12.58a6 6 0 0 0 8.454-8.454zM9.464 8.4c.16-.533.913-.533 1.072 0l.143.474a.67.67 0 0 0 .447.447l.475.143c.532.16.532.912 0 1.072l-.475.143a.67.67 0 0 0-.447.447l-.143.475c-.16.532-.912.532-1.072 0l-.144-.476a.67.67 0 0 0-.447-.447l-.474-.142c-.532-.16-.532-.912 0-1.072l.475-.143a.67.67 0 0 0 .446-.447zM8 1c1.39 0 2.684.406 3.773 1.104l-.726.727a6 6 0 0 0-8.216 8.216l-.727.726A7 7 0 0 1 8 1M5.744 4.285c.252-.713 1.26-.713 1.512 0l.236.665a.92.92 0 0 0 .559.558l.236.083l-2.695 2.695l-.083-.235a.92.92 0 0 0-.559-.56l-.665-.235c-.713-.252-.713-1.26 0-1.512l.665-.236a.92.92 0 0 0 .559-.559z"/></svg> </template>
CSS
.icon-sparkle-circle-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-1.565%201.563a7%207%200%200%201-9.872%209.872l-1.563%201.565a.5.5%200%201%201-.708-.707zM4.125%2012.58a6%206%200%200%200%208.454-8.454zM9.464%208.4c.16-.533.913-.533%201.072%200l.143.474a.67.67%200%200%200%20.447.447l.475.143c.532.16.532.912%200%201.072l-.475.143a.67.67%200%200%200-.447.447l-.143.475c-.16.532-.912.532-1.072%200l-.144-.476a.67.67%200%200%200-.447-.447l-.474-.142c-.532-.16-.532-.912%200-1.072l.475-.143a.67.67%200%200%200%20.446-.447zM8%201c1.39%200%202.684.406%203.773%201.104l-.726.727a6%206%200%200%200-8.216%208.216l-.727.726A7%207%200%200%201%208%201M5.744%204.285c.252-.713%201.26-.713%201.512%200l.236.665a.92.92%200%200%200%20.559.558l.236.083l-2.695%202.695l-.083-.235a.92.92%200%200%200-.559-.56l-.665-.235c-.713-.252-.713-1.26%200-1.512l.665-.236a.92.92%200%200%200%20.559-.559z%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-1.565%201.563a7%207%200%200%201-9.872%209.872l-1.563%201.565a.5.5%200%201%201-.708-.707zM4.125%2012.58a6%206%200%200%200%208.454-8.454zM9.464%208.4c.16-.533.913-.533%201.072%200l.143.474a.67.67%200%200%200%20.447.447l.475.143c.532.16.532.912%200%201.072l-.475.143a.67.67%200%200%200-.447.447l-.143.475c-.16.532-.912.532-1.072%200l-.144-.476a.67.67%200%200%200-.447-.447l-.474-.142c-.532-.16-.532-.912%200-1.072l.475-.143a.67.67%200%200%200%20.446-.447zM8%201c1.39%200%202.684.406%203.773%201.104l-.726.727a6%206%200%200%200-8.216%208.216l-.727.726A7%207%200%200%201%208%201M5.744%204.285c.252-.713%201.26-.713%201.512%200l.236.665a.92.92%200%200%200%20.559.558l.236.083l-2.695%202.695l-.083-.235a.92.92%200%200%200-.559-.56l-.665-.235c-.713-.252-.713-1.26%200-1.512l.665-.236a.92.92%200%200%200%20.559-.559z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-circle-off-16-regular.svg?color=%231a73e8&size=48