sparkle circle icon
sparkle-circle-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- sparkle-circle-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 3a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-8 7a8 8 0 1 1 16 0a8 8 0 0 1-16 0m5.175-4.417c.275-.777 1.374-.778 1.65 0l.257.726a1 1 0 0 0 .609.609l.725.257c.778.275.778 1.374 0 1.65l-.725.256a1 1 0 0 0-.609.61l-.257.726c-.275.777-1.375.777-1.65 0l-.256-.726a1 1 0 0 0-.61-.61l-.726-.256c-.777-.275-.777-1.375 0-1.65l.726-.257a1 1 0 0 0 .61-.61zM12.672 10c-.2-.666-1.141-.666-1.341 0l-.179.593a.83.83 0 0 1-.558.559L10 11.33c-.666.2-.665 1.142 0 1.34l.592.178c.269.08.479.29.56.559l.178.595c.2.665 1.142.665 1.34 0l.179-.594a.83.83 0 0 1 .559-.559l.593-.178c.665-.2.665-1.141 0-1.341l-.594-.178a.83.83 0 0 1-.558-.559z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircle20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-8 7a8 8 0 1 1 16 0a8 8 0 0 1-16 0m5.175-4.417c.275-.777 1.374-.778 1.65 0l.257.726a1 1 0 0 0 .609.609l.725.257c.778.275.778 1.374 0 1.65l-.725.256a1 1 0 0 0-.609.61l-.257.726c-.275.777-1.375.777-1.65 0l-.256-.726a1 1 0 0 0-.61-.61l-.726-.256c-.777-.275-.777-1.375 0-1.65l.726-.257a1 1 0 0 0 .61-.61zM12.672 10c-.2-.666-1.141-.666-1.341 0l-.179.593a.83.83 0 0 1-.558.559L10 11.33c-.666.2-.665 1.142 0 1.34l.592.178c.269.08.479.29.56.559l.178.595c.2.665 1.142.665 1.34 0l.179-.594a.83.83 0 0 1 .559-.559l.593-.178c.665-.2.665-1.141 0-1.341l-.594-.178a.83.83 0 0 1-.558-.559z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-8 7a8 8 0 1 1 16 0a8 8 0 0 1-16 0m5.175-4.417c.275-.777 1.374-.778 1.65 0l.257.726a1 1 0 0 0 .609.609l.725.257c.778.275.778 1.374 0 1.65l-.725.256a1 1 0 0 0-.609.61l-.257.726c-.275.777-1.375.777-1.65 0l-.256-.726a1 1 0 0 0-.61-.61l-.726-.256c-.777-.275-.777-1.375 0-1.65l.726-.257a1 1 0 0 0 .61-.61zM12.672 10c-.2-.666-1.141-.666-1.341 0l-.179.593a.83.83 0 0 1-.558.559L10 11.33c-.666.2-.665 1.142 0 1.34l.592.178c.269.08.479.29.56.559l.178.595c.2.665 1.142.665 1.34 0l.179-.594a.83.83 0 0 1 .559-.559l.593-.178c.665-.2.665-1.141 0-1.341l-.594-.178a.83.83 0 0 1-.558-.559z"/></svg> </template>
CSS
.icon-sparkle-circle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-8%207a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m5.175-4.417c.275-.777%201.374-.778%201.65%200l.257.726a1%201%200%200%200%20.609.609l.725.257c.778.275.778%201.374%200%201.65l-.725.256a1%201%200%200%200-.609.61l-.257.726c-.275.777-1.375.777-1.65%200l-.256-.726a1%201%200%200%200-.61-.61l-.726-.256c-.777-.275-.777-1.375%200-1.65l.726-.257a1%201%200%200%200%20.61-.61zM12.672%2010c-.2-.666-1.141-.666-1.341%200l-.179.593a.83.83%200%200%201-.558.559L10%2011.33c-.666.2-.665%201.142%200%201.34l.592.178c.269.08.479.29.56.559l.178.595c.2.665%201.142.665%201.34%200l.179-.594a.83.83%200%200%201%20.559-.559l.593-.178c.665-.2.665-1.141%200-1.341l-.594-.178a.83.83%200%200%201-.558-.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-8%207a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m5.175-4.417c.275-.777%201.374-.778%201.65%200l.257.726a1%201%200%200%200%20.609.609l.725.257c.778.275.778%201.374%200%201.65l-.725.256a1%201%200%200%200-.609.61l-.257.726c-.275.777-1.375.777-1.65%200l-.256-.726a1%201%200%200%200-.61-.61l-.726-.256c-.777-.275-.777-1.375%200-1.65l.726-.257a1%201%200%200%200%20.61-.61zM12.672%2010c-.2-.666-1.141-.666-1.341%200l-.179.593a.83.83%200%200%201-.558.559L10%2011.33c-.666.2-.665%201.142%200%201.34l.592.178c.269.08.479.29.56.559l.178.595c.2.665%201.142.665%201.34%200l.179-.594a.83.83%200%200%201%20.559-.559l.593-.178c.665-.2.665-1.141%200-1.341l-.594-.178a.83.83%200%200%201-.558-.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-20-regular.svg?color=%231a73e8&size=48