sparkle circle icon
sparkle-circle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- sparkle-circle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 3.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m6.558-5.833c.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.539c-.281-.941-1.613-.941-1.896 0l-.18.598a.85.85 0 0 1-.57.57l-.596.178c-.941.283-.941 1.616 0 1.897l.596.179a.85.85 0 0 1 .57.57l.18.599c.282.94 1.615.94 1.897 0l.179-.598a.85.85 0 0 1 .57-.57l.598-.18c.94-.282.94-1.614 0-1.896l-.598-.18a.85.85 0 0 1-.57-.57z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircle24Regular(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 3.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m6.558-5.833c.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.539c-.281-.941-1.613-.941-1.896 0l-.18.598a.85.85 0 0 1-.57.57l-.596.178c-.941.283-.941 1.616 0 1.897l.596.179a.85.85 0 0 1 .57.57l.18.599c.282.94 1.615.94 1.897 0l.179-.598a.85.85 0 0 1 .57-.57l.598-.18c.94-.282.94-1.614 0-1.896l-.598-.18a.85.85 0 0 1-.57-.57z"/></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 3.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m6.558-5.833c.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.539c-.281-.941-1.613-.941-1.896 0l-.18.598a.85.85 0 0 1-.57.57l-.596.178c-.941.283-.941 1.616 0 1.897l.596.179a.85.85 0 0 1 .57.57l.18.599c.282.94 1.615.94 1.897 0l.179-.598a.85.85 0 0 1 .57-.57l.598-.18c.94-.282.94-1.614 0-1.896l-.598-.18a.85.85 0 0 1-.57-.57z"/></svg> </template>
CSS
.icon-sparkle-circle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m6.558-5.833c.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.539c-.281-.941-1.613-.941-1.896%200l-.18.598a.85.85%200%200%201-.57.57l-.596.178c-.941.283-.941%201.616%200%201.897l.596.179a.85.85%200%200%201%20.57.57l.18.599c.282.94%201.615.94%201.897%200l.179-.598a.85.85%200%200%201%20.57-.57l.598-.18c.94-.282.94-1.614%200-1.896l-.598-.18a.85.85%200%200%201-.57-.57z%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%203.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m6.558-5.833c.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.539c-.281-.941-1.613-.941-1.896%200l-.18.598a.85.85%200%200%201-.57.57l-.596.178c-.941.283-.941%201.616%200%201.897l.596.179a.85.85%200%200%201%20.57.57l.18.599c.282.94%201.615.94%201.897%200l.179-.598a.85.85%200%200%201%20.57-.57l.598-.18c.94-.282.94-1.614%200-1.896l-.598-.18a.85.85%200%200%201-.57-.57z%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-regular.svg?color=%231a73e8&size=48