sparkle circle icon
sparkle-circle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-circle-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m-3.796 6.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.666l.401 1.132a.92.92 0 0 0 .56.56l1.131.4c.777.275.777 1.375 0 1.65l-1.131.4a.92.92 0 0 0-.56.56l-.401 1.132c-.275.777-1.375.777-1.65 0l-.4-1.132a.92.92 0 0 0-.56-.56l-1.132-.4c-.777-.275-.777-1.375 0-1.65l1.133-.4a.92.92 0 0 0 .56-.56l.4-1.132c.274-.777 1.374-.777 1.649 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircle32Filled(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="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m-3.796 6.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.666l.401 1.132a.92.92 0 0 0 .56.56l1.131.4c.777.275.777 1.375 0 1.65l-1.131.4a.92.92 0 0 0-.56.56l-.401 1.132c-.275.777-1.375.777-1.65 0l-.4-1.132a.92.92 0 0 0-.56-.56l-1.132-.4c-.777-.275-.777-1.375 0-1.65l1.133-.4a.92.92 0 0 0 .56-.56l.4-1.132c.274-.777 1.374-.777 1.649 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m-3.796 6.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.666l.401 1.132a.92.92 0 0 0 .56.56l1.131.4c.777.275.777 1.375 0 1.65l-1.131.4a.92.92 0 0 0-.56.56l-.401 1.132c-.275.777-1.375.777-1.65 0l-.4-1.132a.92.92 0 0 0-.56-.56l-1.132-.4c-.777-.275-.777-1.375 0-1.65l1.133-.4a.92.92 0 0 0 .56-.56l.4-1.132c.274-.777 1.374-.777 1.649 0"/></svg> </template>
CSS
.icon-sparkle-circle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m-3.796%206.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.666l.401%201.132a.92.92%200%200%200%20.56.56l1.131.4c.777.275.777%201.375%200%201.65l-1.131.4a.92.92%200%200%200-.56.56l-.401%201.132c-.275.777-1.375.777-1.65%200l-.4-1.132a.92.92%200%200%200-.56-.56l-1.132-.4c-.777-.275-.777-1.375%200-1.65l1.133-.4a.92.92%200%200%200%20.56-.56l.4-1.132c.274-.777%201.374-.777%201.649%200%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%22M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m-3.796%206.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.666l.401%201.132a.92.92%200%200%200%20.56.56l1.131.4c.777.275.777%201.375%200%201.65l-1.131.4a.92.92%200%200%200-.56.56l-.401%201.132c-.275.777-1.375.777-1.65%200l-.4-1.132a.92.92%200%200%200-.56-.56l-1.132-.4c-.777-.275-.777-1.375%200-1.65l1.133-.4a.92.92%200%200%200%20.56-.56l.4-1.132c.274-.777%201.374-.777%201.649%200%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-filled.svg?color=%231a73e8&size=48