sparkle-circle-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
sparkle-circle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.825 5.583l.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-.61l.256-.725c.275-.777 1.374-.778 1.65 0m2.505 4.416c.2-.665 1.142-.665 1.341 0l.178.594c.08.268.29.478.559.559l.594.178c.665.2.665 1.142 0 1.341l-.594.178a.83.83 0 0 0-.56.56l-.177.592c-.2.666-1.141.666-1.34 0l-.18-.594a.83.83 0 0 0-.559-.559l-.591-.177c-.666-.2-.666-1.142-.001-1.341l.593-.178a.83.83 0 0 0 .559-.559z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleCircle20Filled(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 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.825 5.583l.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-.61l.256-.725c.275-.777 1.374-.778 1.65 0m2.505 4.416c.2-.665 1.142-.665 1.341 0l.178.594c.08.268.29.478.559.559l.594.178c.665.2.665 1.142 0 1.341l-.594.178a.83.83 0 0 0-.56.56l-.177.592c-.2.666-1.141.666-1.34 0l-.18-.594a.83.83 0 0 0-.559-.559l-.591-.177c-.666-.2-.666-1.142-.001-1.341l.593-.178a.83.83 0 0 0 .559-.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 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.825 5.583l.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-.61l.256-.725c.275-.777 1.374-.778 1.65 0m2.505 4.416c.2-.665 1.142-.665 1.341 0l.178.594c.08.268.29.478.559.559l.594.178c.665.2.665 1.142 0 1.341l-.594.178a.83.83 0 0 0-.56.56l-.177.592c-.2.666-1.141.666-1.34 0l-.18-.594a.83.83 0 0 0-.559-.559l-.591-.177c-.666-.2-.666-1.142-.001-1.341l.593-.178a.83.83 0 0 0 .559-.559z"/></svg>
</template>

CSS

.icon-sparkle-circle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M8.825%205.583l.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-.61l.256-.725c.275-.777%201.374-.778%201.65%200m2.505%204.416c.2-.665%201.142-.665%201.341%200l.178.594c.08.268.29.478.559.559l.594.178c.665.2.665%201.142%200%201.341l-.594.178a.83.83%200%200%200-.56.56l-.177.592c-.2.666-1.141.666-1.34%200l-.18-.594a.83.83%200%200%200-.559-.559l-.591-.177c-.666-.2-.666-1.142-.001-1.341l.593-.178a.83.83%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M8.825%205.583l.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-.61l.256-.725c.275-.777%201.374-.778%201.65%200m2.505%204.416c.2-.665%201.142-.665%201.341%200l.178.594c.08.268.29.478.559.559l.594.178c.665.2.665%201.142%200%201.341l-.594.178a.83.83%200%200%200-.56.56l-.177.592c-.2.666-1.141.666-1.34%200l-.18-.594a.83.83%200%200%200-.559-.559l-.591-.177c-.666-.2-.666-1.142-.001-1.341l.593-.178a.83.83%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-20-filled.svg?color=%231a73e8&size=48