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

Name
sparkle-circle-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M12.204 8.917c.432-1.222 2.16-1.223 2.592-.001l.63 1.78c.146.41.47.733.88.878l1.778.63c1.221.432 1.221 2.16 0 2.592l-1.778.63c-.41.144-.734.467-.88.878l-.63 1.78c-.432 1.222-2.16 1.221-2.592 0l-.628-1.779a1.44 1.44 0 0 0-.88-.88l-1.78-.629c-1.221-.432-1.222-2.16 0-2.592l1.78-.63c.411-.145.735-.469.88-.88zm9.121 8.666c-.275-.777-1.375-.777-1.65 0l-.4 1.132a.92.92 0 0 1-.56.56l-1.132.4c-.777.275-.777 1.375 0 1.65l1.133.4a.92.92 0 0 1 .56.56l.4 1.132c.274.777 1.374.777 1.649 0l.401-1.133a.92.92 0 0 1 .56-.559l1.131-.4c.777-.275.777-1.375 0-1.65l-1.132-.4a.92.92 0 0 1-.559-.56zM2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleCircle32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.204 8.917c.432-1.222 2.16-1.223 2.592-.001l.63 1.78c.146.41.47.733.88.878l1.778.63c1.221.432 1.221 2.16 0 2.592l-1.778.63c-.41.144-.734.467-.88.878l-.63 1.78c-.432 1.222-2.16 1.221-2.592 0l-.628-1.779a1.44 1.44 0 0 0-.88-.88l-1.78-.629c-1.221-.432-1.222-2.16 0-2.592l1.78-.63c.411-.145.735-.469.88-.88zm9.121 8.666c-.275-.777-1.375-.777-1.65 0l-.4 1.132a.92.92 0 0 1-.56.56l-1.132.4c-.777.275-.777 1.375 0 1.65l1.133.4a.92.92 0 0 1 .56.56l.4 1.132c.274.777 1.374.777 1.649 0l.401-1.133a.92.92 0 0 1 .56-.559l1.131-.4c.777-.275.777-1.375 0-1.65l-1.132-.4a.92.92 0 0 1-.559-.56zM2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.204 8.917c.432-1.222 2.16-1.223 2.592-.001l.63 1.78c.146.41.47.733.88.878l1.778.63c1.221.432 1.221 2.16 0 2.592l-1.778.63c-.41.144-.734.467-.88.878l-.63 1.78c-.432 1.222-2.16 1.221-2.592 0l-.628-1.779a1.44 1.44 0 0 0-.88-.88l-1.78-.629c-1.221-.432-1.222-2.16 0-2.592l1.78-.63c.411-.145.735-.469.88-.88zm9.121 8.666c-.275-.777-1.375-.777-1.65 0l-.4 1.132a.92.92 0 0 1-.56.56l-1.132.4c-.777.275-.777 1.375 0 1.65l1.133.4a.92.92 0 0 1 .56.56l.4 1.132c.274.777 1.374.777 1.649 0l.401-1.133a.92.92 0 0 1 .56-.559l1.131-.4c.777-.275.777-1.375 0-1.65l-1.132-.4a.92.92 0 0 1-.559-.56zM2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4"/></svg>
</template>

CSS

.icon-sparkle-circle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.204%208.917c.432-1.222%202.16-1.223%202.592-.001l.63%201.78c.146.41.47.733.88.878l1.778.63c1.221.432%201.221%202.16%200%202.592l-1.778.63c-.41.144-.734.467-.88.878l-.63%201.78c-.432%201.222-2.16%201.221-2.592%200l-.628-1.779a1.44%201.44%200%200%200-.88-.88l-1.78-.629c-1.221-.432-1.222-2.16%200-2.592l1.78-.63c.411-.145.735-.469.88-.88zm9.121%208.666c-.275-.777-1.375-.777-1.65%200l-.4%201.132a.92.92%200%200%201-.56.56l-1.132.4c-.777.275-.777%201.375%200%201.65l1.133.4a.92.92%200%200%201%20.56.56l.4%201.132c.274.777%201.374.777%201.649%200l.401-1.133a.92.92%200%200%201%20.56-.559l1.131-.4c.777-.275.777-1.375%200-1.65l-1.132-.4a.92.92%200%200%201-.559-.56zM2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016M16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.204%208.917c.432-1.222%202.16-1.223%202.592-.001l.63%201.78c.146.41.47.733.88.878l1.778.63c1.221.432%201.221%202.16%200%202.592l-1.778.63c-.41.144-.734.467-.88.878l-.63%201.78c-.432%201.222-2.16%201.221-2.592%200l-.628-1.779a1.44%201.44%200%200%200-.88-.88l-1.78-.629c-1.221-.432-1.222-2.16%200-2.592l1.78-.63c.411-.145.735-.469.88-.88zm9.121%208.666c-.275-.777-1.375-.777-1.65%200l-.4%201.132a.92.92%200%200%201-.56.56l-1.132.4c-.777.275-.777%201.375%200%201.65l1.133.4a.92.92%200%200%201%20.56.56l.4%201.132c.274.777%201.374.777%201.649%200l.401-1.133a.92.92%200%200%201%20.56-.559l1.131-.4c.777-.275.777-1.375%200-1.65l-1.132-.4a.92.92%200%200%201-.559-.56zM2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016M16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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