sparkle circle icon
sparkle-circle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-circle-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sparkle circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m2.536 7.4c-.16-.533-.912-.533-1.072 0l-.144.474a.67.67 0 0 1-.446.447l-.475.143c-.532.16-.532.913 0 1.072l.474.142a.67.67 0 0 1 .447.447l.144.476c.16.532.913.532 1.072 0l.143-.475a.67.67 0 0 1 .447-.447l.475-.143c.532-.16.532-.913 0-1.072l-.475-.143a.67.67 0 0 1-.447-.447zm-3.28-4.116c-.253-.712-1.26-.712-1.512.001l-.235.664a.92.92 0 0 1-.559.559l-.665.236c-.713.252-.713 1.26 0 1.512l.665.235a.92.92 0 0 1 .559.56l.235.664c.252.713 1.26.714 1.513 0l.235-.665a.92.92 0 0 1 .559-.559l.665-.235c.712-.253.712-1.26 0-1.512l-.665-.236a.92.92 0 0 1-.559-.558z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircle16Filled(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="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m2.536 7.4c-.16-.533-.912-.533-1.072 0l-.144.474a.67.67 0 0 1-.446.447l-.475.143c-.532.16-.532.913 0 1.072l.474.142a.67.67 0 0 1 .447.447l.144.476c.16.532.913.532 1.072 0l.143-.475a.67.67 0 0 1 .447-.447l.475-.143c.532-.16.532-.913 0-1.072l-.475-.143a.67.67 0 0 1-.447-.447zm-3.28-4.116c-.253-.712-1.26-.712-1.512.001l-.235.664a.92.92 0 0 1-.559.559l-.665.236c-.713.252-.713 1.26 0 1.512l.665.235a.92.92 0 0 1 .559.56l.235.664c.252.713 1.26.714 1.513 0l.235-.665a.92.92 0 0 1 .559-.559l.665-.235c.712-.253.712-1.26 0-1.512l-.665-.236a.92.92 0 0 1-.559-.558z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m2.536 7.4c-.16-.533-.912-.533-1.072 0l-.144.474a.67.67 0 0 1-.446.447l-.475.143c-.532.16-.532.913 0 1.072l.474.142a.67.67 0 0 1 .447.447l.144.476c.16.532.913.532 1.072 0l.143-.475a.67.67 0 0 1 .447-.447l.475-.143c.532-.16.532-.913 0-1.072l-.475-.143a.67.67 0 0 1-.447-.447zm-3.28-4.116c-.253-.712-1.26-.712-1.512.001l-.235.664a.92.92 0 0 1-.559.559l-.665.236c-.713.252-.713 1.26 0 1.512l.665.235a.92.92 0 0 1 .559.56l.235.664c.252.713 1.26.714 1.513 0l.235-.665a.92.92 0 0 1 .559-.559l.665-.235c.712-.253.712-1.26 0-1.512l-.665-.236a.92.92 0 0 1-.559-.558z"/></svg> </template>
CSS
.icon-sparkle-circle-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%201%201%200%2014A7%207%200%200%201%208%201m2.536%207.4c-.16-.533-.912-.533-1.072%200l-.144.474a.67.67%200%200%201-.446.447l-.475.143c-.532.16-.532.913%200%201.072l.474.142a.67.67%200%200%201%20.447.447l.144.476c.16.532.913.532%201.072%200l.143-.475a.67.67%200%200%201%20.447-.447l.475-.143c.532-.16.532-.913%200-1.072l-.475-.143a.67.67%200%200%201-.447-.447zm-3.28-4.116c-.253-.712-1.26-.712-1.512.001l-.235.664a.92.92%200%200%201-.559.559l-.665.236c-.713.252-.713%201.26%200%201.512l.665.235a.92.92%200%200%201%20.559.56l.235.664c.252.713%201.26.714%201.513%200l.235-.665a.92.92%200%200%201%20.559-.559l.665-.235c.712-.253.712-1.26%200-1.512l-.665-.236a.92.92%200%200%201-.559-.558z%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%22M8%201a7%207%200%201%201%200%2014A7%207%200%200%201%208%201m2.536%207.4c-.16-.533-.912-.533-1.072%200l-.144.474a.67.67%200%200%201-.446.447l-.475.143c-.532.16-.532.913%200%201.072l.474.142a.67.67%200%200%201%20.447.447l.144.476c.16.532.913.532%201.072%200l.143-.475a.67.67%200%200%201%20.447-.447l.475-.143c.532-.16.532-.913%200-1.072l-.475-.143a.67.67%200%200%201-.447-.447zm-3.28-4.116c-.253-.712-1.26-.712-1.512.001l-.235.664a.92.92%200%200%201-.559.559l-.665.236c-.713.252-.713%201.26%200%201.512l.665.235a.92.92%200%200%201%20.559.56l.235.664c.252.713%201.26.714%201.513%200l.235-.665a.92.92%200%200%201%20.559-.559l.665-.235c.712-.253.712-1.26%200-1.512l-.665-.236a.92.92%200%200%201-.559-.558z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-circle-16-filled.svg?color=%231a73e8&size=48