sparkle icon
sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.665 15.735c.245.173.537.265.836.264v-.004a1.44 1.44 0 0 0 1.327-.872l.613-1.864a2.87 2.87 0 0 1 1.817-1.812l1.778-.578a1.442 1.442 0 0 0-.052-2.74l-1.755-.57a2.88 2.88 0 0 1-1.822-1.823l-.578-1.777a1.446 1.446 0 0 0-2.732.022l-.583 1.792a2.88 2.88 0 0 1-1.77 1.786l-1.777.57a1.444 1.444 0 0 0 .017 2.735l1.754.569a2.89 2.89 0 0 1 1.822 1.826l.578 1.775c.099.283.283.527.527.7m7.667 5.047a1.12 1.12 0 0 1-.41-.55l-.328-1.006a1.3 1.3 0 0 0-.821-.823l-.991-.323a1.15 1.15 0 0 1-.781-1.083a1.14 1.14 0 0 1 .771-1.08l1.006-.326a1.3 1.3 0 0 0 .8-.82l.324-.991a1.143 1.143 0 0 1 2.157-.021l.329 1.014a1.3 1.3 0 0 0 .82.816l.992.323a1.141 1.141 0 0 1 .039 2.165l-1.014.329a1.3 1.3 0 0 0-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14 1.14 0 0 1-1.328-.005"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkle24Filled(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="M8.665 15.735c.245.173.537.265.836.264v-.004a1.44 1.44 0 0 0 1.327-.872l.613-1.864a2.87 2.87 0 0 1 1.817-1.812l1.778-.578a1.442 1.442 0 0 0-.052-2.74l-1.755-.57a2.88 2.88 0 0 1-1.822-1.823l-.578-1.777a1.446 1.446 0 0 0-2.732.022l-.583 1.792a2.88 2.88 0 0 1-1.77 1.786l-1.777.57a1.444 1.444 0 0 0 .017 2.735l1.754.569a2.89 2.89 0 0 1 1.822 1.826l.578 1.775c.099.283.283.527.527.7m7.667 5.047a1.12 1.12 0 0 1-.41-.55l-.328-1.006a1.3 1.3 0 0 0-.821-.823l-.991-.323a1.15 1.15 0 0 1-.781-1.083a1.14 1.14 0 0 1 .771-1.08l1.006-.326a1.3 1.3 0 0 0 .8-.82l.324-.991a1.143 1.143 0 0 1 2.157-.021l.329 1.014a1.3 1.3 0 0 0 .82.816l.992.323a1.141 1.141 0 0 1 .039 2.165l-1.014.329a1.3 1.3 0 0 0-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14 1.14 0 0 1-1.328-.005"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.665 15.735c.245.173.537.265.836.264v-.004a1.44 1.44 0 0 0 1.327-.872l.613-1.864a2.87 2.87 0 0 1 1.817-1.812l1.778-.578a1.442 1.442 0 0 0-.052-2.74l-1.755-.57a2.88 2.88 0 0 1-1.822-1.823l-.578-1.777a1.446 1.446 0 0 0-2.732.022l-.583 1.792a2.88 2.88 0 0 1-1.77 1.786l-1.777.57a1.444 1.444 0 0 0 .017 2.735l1.754.569a2.89 2.89 0 0 1 1.822 1.826l.578 1.775c.099.283.283.527.527.7m7.667 5.047a1.12 1.12 0 0 1-.41-.55l-.328-1.006a1.3 1.3 0 0 0-.821-.823l-.991-.323a1.15 1.15 0 0 1-.781-1.083a1.14 1.14 0 0 1 .771-1.08l1.006-.326a1.3 1.3 0 0 0 .8-.82l.324-.991a1.143 1.143 0 0 1 2.157-.021l.329 1.014a1.3 1.3 0 0 0 .82.816l.992.323a1.141 1.141 0 0 1 .039 2.165l-1.014.329a1.3 1.3 0 0 0-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14 1.14 0 0 1-1.328-.005"/></svg> </template>
CSS
.icon-sparkle-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%22M8.665%2015.735c.245.173.537.265.836.264v-.004a1.44%201.44%200%200%200%201.327-.872l.613-1.864a2.87%202.87%200%200%201%201.817-1.812l1.778-.578a1.442%201.442%200%200%200-.052-2.74l-1.755-.57a2.88%202.88%200%200%201-1.822-1.823l-.578-1.777a1.446%201.446%200%200%200-2.732.022l-.583%201.792a2.88%202.88%200%200%201-1.77%201.786l-1.777.57a1.444%201.444%200%200%200%20.017%202.735l1.754.569a2.89%202.89%200%200%201%201.822%201.826l.578%201.775c.099.283.283.527.527.7m7.667%205.047a1.12%201.12%200%200%201-.41-.55l-.328-1.006a1.3%201.3%200%200%200-.821-.823l-.991-.323a1.15%201.15%200%200%201-.781-1.083a1.14%201.14%200%200%201%20.771-1.08l1.006-.326a1.3%201.3%200%200%200%20.8-.82l.324-.991a1.143%201.143%200%200%201%202.157-.021l.329%201.014a1.3%201.3%200%200%200%20.82.816l.992.323a1.141%201.141%200%200%201%20.039%202.165l-1.014.329a1.3%201.3%200%200%200-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14%201.14%200%200%201-1.328-.005%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%22M8.665%2015.735c.245.173.537.265.836.264v-.004a1.44%201.44%200%200%200%201.327-.872l.613-1.864a2.87%202.87%200%200%201%201.817-1.812l1.778-.578a1.442%201.442%200%200%200-.052-2.74l-1.755-.57a2.88%202.88%200%200%201-1.822-1.823l-.578-1.777a1.446%201.446%200%200%200-2.732.022l-.583%201.792a2.88%202.88%200%200%201-1.77%201.786l-1.777.57a1.444%201.444%200%200%200%20.017%202.735l1.754.569a2.89%202.89%200%200%201%201.822%201.826l.578%201.775c.099.283.283.527.527.7m7.667%205.047a1.12%201.12%200%200%201-.41-.55l-.328-1.006a1.3%201.3%200%200%200-.821-.823l-.991-.323a1.15%201.15%200%200%201-.781-1.083a1.14%201.14%200%200%201%20.771-1.08l1.006-.326a1.3%201.3%200%200%200%20.8-.82l.324-.991a1.143%201.143%200%200%201%202.157-.021l.329%201.014a1.3%201.3%200%200%200%20.82.816l.992.323a1.141%201.141%200%200%201%20.039%202.165l-1.014.329a1.3%201.3%200%200%200-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14%201.14%200%200%201-1.328-.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-24-filled.svg?color=%231a73e8&size=48