sparkle icon
sparkle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M11.998 21a2.07 2.07 0 0 1-1.96-1.391l-.791-2.431a3.8 3.8 0 0 0-.927-1.504a3.85 3.85 0 0 0-1.505-.934l-2.401-.781a2.076 2.076 0 0 1-1.037-3.163c.248-.354.6-.622 1.008-.766l2.439-.79a3.85 3.85 0 0 0 2.36-2.381l.798-2.454c.14-.417.41-.778.77-1.031a2.11 2.11 0 0 1 2.4 0c.35.247.614.596.756 1l.795 2.44a3.83 3.83 0 0 0 2.43 2.426l2.405.78c.436.139.815.415 1.082.787a2.07 2.07 0 0 1 0 2.393c-.247.35-.596.615-1 .759l-2.443.794a3.8 3.8 0 0 0-1.496.925c-.421.423-.74.938-.929 1.504l-.78 2.402a2.2 2.2 0 0 1-.768 1.033c-.352.25-.774.385-1.206.383m11.506 9a1.73 1.73 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.559-.914a2.36 2.36 0 0 0-.914-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.65a1.732 1.732 0 0 1 .841-2.643l1.681-.548a2.33 2.33 0 0 0 1.439-1.47l.535-1.65a1.732 1.732 0 0 1 2.654-.866c.295.207.517.502.634.842l.546 1.676a2.33 2.33 0 0 0 1.474 1.468l1.655.54a1.732 1.732 0 0 1 .05 3.292l-1.673.546a2.3 2.3 0 0 0-.91.56a2.36 2.36 0 0 0-.563.912l-.538 1.65a1.76 1.76 0 0 1-.65.866a1.73 1.73 0 0 1-.994.325"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkle32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.998 21a2.07 2.07 0 0 1-1.96-1.391l-.791-2.431a3.8 3.8 0 0 0-.927-1.504a3.85 3.85 0 0 0-1.505-.934l-2.401-.781a2.076 2.076 0 0 1-1.037-3.163c.248-.354.6-.622 1.008-.766l2.439-.79a3.85 3.85 0 0 0 2.36-2.381l.798-2.454c.14-.417.41-.778.77-1.031a2.11 2.11 0 0 1 2.4 0c.35.247.614.596.756 1l.795 2.44a3.83 3.83 0 0 0 2.43 2.426l2.405.78c.436.139.815.415 1.082.787a2.07 2.07 0 0 1 0 2.393c-.247.35-.596.615-1 .759l-2.443.794a3.8 3.8 0 0 0-1.496.925c-.421.423-.74.938-.929 1.504l-.78 2.402a2.2 2.2 0 0 1-.768 1.033c-.352.25-.774.385-1.206.383m11.506 9a1.73 1.73 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.559-.914a2.36 2.36 0 0 0-.914-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.65a1.732 1.732 0 0 1 .841-2.643l1.681-.548a2.33 2.33 0 0 0 1.439-1.47l.535-1.65a1.732 1.732 0 0 1 2.654-.866c.295.207.517.502.634.842l.546 1.676a2.33 2.33 0 0 0 1.474 1.468l1.655.54a1.732 1.732 0 0 1 .05 3.292l-1.673.546a2.3 2.3 0 0 0-.91.56a2.36 2.36 0 0 0-.563.912l-.538 1.65a1.76 1.76 0 0 1-.65.866a1.73 1.73 0 0 1-.994.325"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.998 21a2.07 2.07 0 0 1-1.96-1.391l-.791-2.431a3.8 3.8 0 0 0-.927-1.504a3.85 3.85 0 0 0-1.505-.934l-2.401-.781a2.076 2.076 0 0 1-1.037-3.163c.248-.354.6-.622 1.008-.766l2.439-.79a3.85 3.85 0 0 0 2.36-2.381l.798-2.454c.14-.417.41-.778.77-1.031a2.11 2.11 0 0 1 2.4 0c.35.247.614.596.756 1l.795 2.44a3.83 3.83 0 0 0 2.43 2.426l2.405.78c.436.139.815.415 1.082.787a2.07 2.07 0 0 1 0 2.393c-.247.35-.596.615-1 .759l-2.443.794a3.8 3.8 0 0 0-1.496.925c-.421.423-.74.938-.929 1.504l-.78 2.402a2.2 2.2 0 0 1-.768 1.033c-.352.25-.774.385-1.206.383m11.506 9a1.73 1.73 0 0 1-1.64-1.16l-.548-1.676a2.3 2.3 0 0 0-.559-.914a2.36 2.36 0 0 0-.914-.565l-1.653-.535a1.75 1.75 0 0 1-.867-.65a1.732 1.732 0 0 1 .841-2.643l1.681-.548a2.33 2.33 0 0 0 1.439-1.47l.535-1.65a1.732 1.732 0 0 1 2.654-.866c.295.207.517.502.634.842l.546 1.676a2.33 2.33 0 0 0 1.474 1.468l1.655.54a1.732 1.732 0 0 1 .05 3.292l-1.673.546a2.3 2.3 0 0 0-.91.56a2.36 2.36 0 0 0-.563.912l-.538 1.65a1.76 1.76 0 0 1-.65.866a1.73 1.73 0 0 1-.994.325"/></svg> </template>
CSS
.icon-sparkle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%2021a2.07%202.07%200%200%201-1.96-1.391l-.791-2.431a3.8%203.8%200%200%200-.927-1.504a3.85%203.85%200%200%200-1.505-.934l-2.401-.781a2.076%202.076%200%200%201-1.037-3.163c.248-.354.6-.622%201.008-.766l2.439-.79a3.85%203.85%200%200%200%202.36-2.381l.798-2.454c.14-.417.41-.778.77-1.031a2.11%202.11%200%200%201%202.4%200c.35.247.614.596.756%201l.795%202.44a3.83%203.83%200%200%200%202.43%202.426l2.405.78c.436.139.815.415%201.082.787a2.07%202.07%200%200%201%200%202.393c-.247.35-.596.615-1%20.759l-2.443.794a3.8%203.8%200%200%200-1.496.925c-.421.423-.74.938-.929%201.504l-.78%202.402a2.2%202.2%200%200%201-.768%201.033c-.352.25-.774.385-1.206.383m11.506%209a1.73%201.73%200%200%201-1.64-1.16l-.548-1.676a2.3%202.3%200%200%200-.559-.914a2.36%202.36%200%200%200-.914-.565l-1.653-.535a1.75%201.75%200%200%201-.867-.65a1.732%201.732%200%200%201%20.841-2.643l1.681-.548a2.33%202.33%200%200%200%201.439-1.47l.535-1.65a1.732%201.732%200%200%201%202.654-.866c.295.207.517.502.634.842l.546%201.676a2.33%202.33%200%200%200%201.474%201.468l1.655.54a1.732%201.732%200%200%201%20.05%203.292l-1.673.546a2.3%202.3%200%200%200-.91.56a2.36%202.36%200%200%200-.563.912l-.538%201.65a1.76%201.76%200%200%201-.65.866a1.73%201.73%200%200%201-.994.325%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%2021a2.07%202.07%200%200%201-1.96-1.391l-.791-2.431a3.8%203.8%200%200%200-.927-1.504a3.85%203.85%200%200%200-1.505-.934l-2.401-.781a2.076%202.076%200%200%201-1.037-3.163c.248-.354.6-.622%201.008-.766l2.439-.79a3.85%203.85%200%200%200%202.36-2.381l.798-2.454c.14-.417.41-.778.77-1.031a2.11%202.11%200%200%201%202.4%200c.35.247.614.596.756%201l.795%202.44a3.83%203.83%200%200%200%202.43%202.426l2.405.78c.436.139.815.415%201.082.787a2.07%202.07%200%200%201%200%202.393c-.247.35-.596.615-1%20.759l-2.443.794a3.8%203.8%200%200%200-1.496.925c-.421.423-.74.938-.929%201.504l-.78%202.402a2.2%202.2%200%200%201-.768%201.033c-.352.25-.774.385-1.206.383m11.506%209a1.73%201.73%200%200%201-1.64-1.16l-.548-1.676a2.3%202.3%200%200%200-.559-.914a2.36%202.36%200%200%200-.914-.565l-1.653-.535a1.75%201.75%200%200%201-.867-.65a1.732%201.732%200%200%201%20.841-2.643l1.681-.548a2.33%202.33%200%200%200%201.439-1.47l.535-1.65a1.732%201.732%200%200%201%202.654-.866c.295.207.517.502.634.842l.546%201.676a2.33%202.33%200%200%200%201.474%201.468l1.655.54a1.732%201.732%200%200%201%20.05%203.292l-1.673.546a2.3%202.3%200%200%200-.91.56a2.36%202.36%200%200%200-.563.912l-.538%201.65a1.76%201.76%200%200%201-.65.866a1.73%201.73%200%200%201-.994.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-32-filled.svg?color=%231a73e8&size=48