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

Name
sparkle-circle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10M8.558 6.167c.314-.889 1.57-.89 1.886 0l.458 1.294c.106.298.34.533.64.639l1.293.458c.888.314.888 1.57 0 1.885l-1.294.458a1.05 1.05 0 0 0-.639.64l-.458 1.294c-.315.889-1.572.888-1.886 0l-.457-1.294a1.05 1.05 0 0 0-.64-.64l-1.294-.458c-.89-.314-.89-1.57 0-1.885L7.46 8.1a1.05 1.05 0 0 0 .64-.64zm7.39 6.539l.18.597a.85.85 0 0 0 .57.57l.598.18c.94.282.94 1.614 0 1.896l-.598.18a.85.85 0 0 0-.57.57l-.18.597c-.281.941-1.614.941-1.896 0l-.18-.598a.85.85 0 0 0-.57-.57l-.596-.179c-.941-.281-.941-1.614 0-1.896l.597-.18a.85.85 0 0 0 .57-.57l.18-.598c.282-.94 1.614-.94 1.896 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleCircle24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10M8.558 6.167c.314-.889 1.57-.89 1.886 0l.458 1.294c.106.298.34.533.64.639l1.293.458c.888.314.888 1.57 0 1.885l-1.294.458a1.05 1.05 0 0 0-.639.64l-.458 1.294c-.315.889-1.572.888-1.886 0l-.457-1.294a1.05 1.05 0 0 0-.64-.64l-1.294-.458c-.89-.314-.89-1.57 0-1.885L7.46 8.1a1.05 1.05 0 0 0 .64-.64zm7.39 6.539l.18.597a.85.85 0 0 0 .57.57l.598.18c.94.282.94 1.614 0 1.896l-.598.18a.85.85 0 0 0-.57.57l-.18.597c-.281.941-1.614.941-1.896 0l-.18-.598a.85.85 0 0 0-.57-.57l-.596-.179c-.941-.281-.941-1.614 0-1.896l.597-.18a.85.85 0 0 0 .57-.57l.18-.598c.282-.94 1.614-.94 1.896 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10M8.558 6.167c.314-.889 1.57-.89 1.886 0l.458 1.294c.106.298.34.533.64.639l1.293.458c.888.314.888 1.57 0 1.885l-1.294.458a1.05 1.05 0 0 0-.639.64l-.458 1.294c-.315.889-1.572.888-1.886 0l-.457-1.294a1.05 1.05 0 0 0-.64-.64l-1.294-.458c-.89-.314-.89-1.57 0-1.885L7.46 8.1a1.05 1.05 0 0 0 .64-.64zm7.39 6.539l.18.597a.85.85 0 0 0 .57.57l.598.18c.94.282.94 1.614 0 1.896l-.598.18a.85.85 0 0 0-.57.57l-.18.597c-.281.941-1.614.941-1.896 0l-.18-.598a.85.85 0 0 0-.57-.57l-.596-.179c-.941-.281-.941-1.614 0-1.896l.597-.18a.85.85 0 0 0 .57-.57l.18-.598c.282-.94 1.614-.94 1.896 0"/></svg>
</template>

CSS

.icon-sparkle-circle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010M8.558%206.167c.314-.889%201.57-.89%201.886%200l.458%201.294c.106.298.34.533.64.639l1.293.458c.888.314.888%201.57%200%201.885l-1.294.458a1.05%201.05%200%200%200-.639.64l-.458%201.294c-.315.889-1.572.888-1.886%200l-.457-1.294a1.05%201.05%200%200%200-.64-.64l-1.294-.458c-.89-.314-.89-1.57%200-1.885L7.46%208.1a1.05%201.05%200%200%200%20.64-.64zm7.39%206.539l.18.597a.85.85%200%200%200%20.57.57l.598.18c.94.282.94%201.614%200%201.896l-.598.18a.85.85%200%200%200-.57.57l-.18.597c-.281.941-1.614.941-1.896%200l-.18-.598a.85.85%200%200%200-.57-.57l-.596-.179c-.941-.281-.941-1.614%200-1.896l.597-.18a.85.85%200%200%200%20.57-.57l.18-.598c.282-.94%201.614-.94%201.896%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010M8.558%206.167c.314-.889%201.57-.89%201.886%200l.458%201.294c.106.298.34.533.64.639l1.293.458c.888.314.888%201.57%200%201.885l-1.294.458a1.05%201.05%200%200%200-.639.64l-.458%201.294c-.315.889-1.572.888-1.886%200l-.457-1.294a1.05%201.05%200%200%200-.64-.64l-1.294-.458c-.89-.314-.89-1.57%200-1.885L7.46%208.1a1.05%201.05%200%200%200%20.64-.64zm7.39%206.539l.18.597a.85.85%200%200%200%20.57.57l.598.18c.94.282.94%201.614%200%201.896l-.598.18a.85.85%200%200%200-.57.57l-.18.597c-.281.941-1.614.941-1.896%200l-.18-.598a.85.85%200%200%200-.57-.57l-.596-.179c-.941-.281-.941-1.614%200-1.896l.597-.18a.85.85%200%200%200%20.57-.57l.18-.598c.282-.94%201.614-.94%201.896%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-24-filled.svg?color=%231a73e8&size=48