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

Name
sparkle-circle-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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 1m0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2m1.464 6.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-.447zm-3.72-4.115c.252-.713 1.26-.713 1.512 0l.236.665a.92.92 0 0 0 .559.558l.665.236c.712.253.712 1.26 0 1.512l-.665.235a.92.92 0 0 0-.559.559l-.235.666c-.253.713-1.26.712-1.513-.001L5.51 8.05a.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 FluentSparkleCircle16Regular(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 1m0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2m1.464 6.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-.447zm-3.72-4.115c.252-.713 1.26-.713 1.512 0l.236.665a.92.92 0 0 0 .559.558l.665.236c.712.253.712 1.26 0 1.512l-.665.235a.92.92 0 0 0-.559.559l-.235.666c-.253.713-1.26.712-1.513-.001L5.51 8.05a.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="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2m1.464 6.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-.447zm-3.72-4.115c.252-.713 1.26-.713 1.512 0l.236.665a.92.92 0 0 0 .559.558l.665.236c.712.253.712 1.26 0 1.512l-.665.235a.92.92 0 0 0-.559.559l-.235.666c-.253.713-1.26.712-1.513-.001L5.51 8.05a.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-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%22M8%201a7%207%200%201%201%200%2014A7%207%200%200%201%208%201m0%201a6%206%200%201%200%200%2012A6%206%200%200%200%208%202m1.464%206.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-.447zm-3.72-4.115c.252-.713%201.26-.713%201.512%200l.236.665a.92.92%200%200%200%20.559.558l.665.236c.712.253.712%201.26%200%201.512l-.665.235a.92.92%200%200%200-.559.559l-.235.666c-.253.713-1.26.712-1.513-.001L5.51%208.05a.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%22M8%201a7%207%200%201%201%200%2014A7%207%200%200%201%208%201m0%201a6%206%200%201%200%200%2012A6%206%200%200%200%208%202m1.464%206.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-.447zm-3.72-4.115c.252-.713%201.26-.713%201.512%200l.236.665a.92.92%200%200%200%20.559.558l.665.236c.712.253.712%201.26%200%201.512l-.665.235a.92.92%200%200%200-.559.559l-.235.666c-.253.713-1.26.712-1.513-.001L5.51%208.05a.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-16-regular.svg?color=%231a73e8&size=48