flash sparkle icon
flash-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- flash-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the flash 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.603 2c-.53 0-1 .333-1.178.83l-3.321 9.323a1.75 1.75 0 0 0 1.642 2.337l1.568.006l-1.269 5.669c-.33 1.477 1.487 2.459 2.541 1.371l3.959-4.086l-.117-.043l-1.386-.45l-.011-.005a1.544 1.544 0 0 1 0-2.911l.011-.005l1.38-.448a1.84 1.84 0 0 0 1.131-1.136l.009-.026l.45-1.384l.004-.012a1.544 1.544 0 0 1 2.913 0l.004.012l.45 1.385l.008.021l2.256-2.328c.768-.793.206-2.12-.898-2.12h-3.958l1.451-4.355A1.25 1.25 0 0 0 15.056 2zm5.25 15.146a2.85 2.85 0 0 1 .686 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m7.93 4.067l-.766-.248a1.58 1.58 0 0 1-.998-.998l-.25-.765a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashSparkle24Filled(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.603 2c-.53 0-1 .333-1.178.83l-3.321 9.323a1.75 1.75 0 0 0 1.642 2.337l1.568.006l-1.269 5.669c-.33 1.477 1.487 2.459 2.541 1.371l3.959-4.086l-.117-.043l-1.386-.45l-.011-.005a1.544 1.544 0 0 1 0-2.911l.011-.005l1.38-.448a1.84 1.84 0 0 0 1.131-1.136l.009-.026l.45-1.384l.004-.012a1.544 1.544 0 0 1 2.913 0l.004.012l.45 1.385l.008.021l2.256-2.328c.768-.793.206-2.12-.898-2.12h-3.958l1.451-4.355A1.25 1.25 0 0 0 15.056 2zm5.25 15.146a2.85 2.85 0 0 1 .686 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m7.93 4.067l-.766-.248a1.58 1.58 0 0 1-.998-.998l-.25-.765a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.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="M8.603 2c-.53 0-1 .333-1.178.83l-3.321 9.323a1.75 1.75 0 0 0 1.642 2.337l1.568.006l-1.269 5.669c-.33 1.477 1.487 2.459 2.541 1.371l3.959-4.086l-.117-.043l-1.386-.45l-.011-.005a1.544 1.544 0 0 1 0-2.911l.011-.005l1.38-.448a1.84 1.84 0 0 0 1.131-1.136l.009-.026l.45-1.384l.004-.012a1.544 1.544 0 0 1 2.913 0l.004.012l.45 1.385l.008.021l2.256-2.328c.768-.793.206-2.12-.898-2.12h-3.958l1.451-4.355A1.25 1.25 0 0 0 15.056 2zm5.25 15.146a2.85 2.85 0 0 1 .686 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m7.93 4.067l-.766-.248a1.58 1.58 0 0 1-.998-.998l-.25-.765a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg> </template>
CSS
.icon-flash-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.603%202c-.53%200-1%20.333-1.178.83l-3.321%209.323a1.75%201.75%200%200%200%201.642%202.337l1.568.006l-1.269%205.669c-.33%201.477%201.487%202.459%202.541%201.371l3.959-4.086l-.117-.043l-1.386-.45l-.011-.005a1.544%201.544%200%200%201%200-2.911l.011-.005l1.38-.448a1.84%201.84%200%200%200%201.131-1.136l.009-.026l.45-1.384l.004-.012a1.544%201.544%200%200%201%202.913%200l.004.012l.45%201.385l.008.021l2.256-2.328c.768-.793.206-2.12-.898-2.12h-3.958l1.451-4.355A1.25%201.25%200%200%200%2015.056%202zm5.25%2015.146a2.85%202.85%200%200%201%20.686%201.114l.448%201.377a.544.544%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689m7.93%204.067l-.766-.248a1.58%201.58%200%200%201-.998-.998l-.25-.765a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.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%22M8.603%202c-.53%200-1%20.333-1.178.83l-3.321%209.323a1.75%201.75%200%200%200%201.642%202.337l1.568.006l-1.269%205.669c-.33%201.477%201.487%202.459%202.541%201.371l3.959-4.086l-.117-.043l-1.386-.45l-.011-.005a1.544%201.544%200%200%201%200-2.911l.011-.005l1.38-.448a1.84%201.84%200%200%200%201.131-1.136l.009-.026l.45-1.384l.004-.012a1.544%201.544%200%200%201%202.913%200l.004.012l.45%201.385l.008.021l2.256-2.328c.768-.793.206-2.12-.898-2.12h-3.958l1.451-4.355A1.25%201.25%200%200%200%2015.056%202zm5.25%2015.146a2.85%202.85%200%200%201%20.686%201.114l.448%201.377a.544.544%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689m7.93%204.067l-.766-.248a1.58%201.58%200%200%201-.998-.998l-.25-.765a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flash-sparkle-24-filled.svg?color=%231a73e8&size=48