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

Name
flow-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 flow sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.976 14a.48.48 0 0 1 .456.322l.398 1.224a2.52 2.52 0 0 0 1.598 1.598l1.224.397l.025.006a.486.486 0 0 1 .234.735a.5.5 0 0 1-.234.177l-1.225.397a2.53 2.53 0 0 0-1.598 1.598l-.398 1.224l-.012.029a.484.484 0 0 1-.9-.03l-.399-1.223a2.52 2.52 0 0 0-1.597-1.603l-1.225-.398a.49.49 0 0 1-.323-.456a.5.5 0 0 1 .089-.28a.5.5 0 0 1 .234-.176l1.225-.397l.01-.004q.165-.06.319-.14h.004a2.52 2.52 0 0 0 1.23-1.424l.01-.03l.399-1.224a.48.48 0 0 1 .456-.322M16.75 4a4.25 4.25 0 0 1 0 8.5h-9.5a2.25 2.25 0 0 0 0 4.5h7.14l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114a1.5 1.5 0 0 0 .387.889H7.25a4.25 4.25 0 0 1 0-8.5h9.5a2.25 2.25 0 0 0 0-4.5H14a1 1 0 1 1 0-2zM5.5 4a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm5 0a1 1 0 1 1 0 2H9a1 1 0 0 1 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlowSparkle24Filled(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="M18.976 14a.48.48 0 0 1 .456.322l.398 1.224a2.52 2.52 0 0 0 1.598 1.598l1.224.397l.025.006a.486.486 0 0 1 .234.735a.5.5 0 0 1-.234.177l-1.225.397a2.53 2.53 0 0 0-1.598 1.598l-.398 1.224l-.012.029a.484.484 0 0 1-.9-.03l-.399-1.223a2.52 2.52 0 0 0-1.597-1.603l-1.225-.398a.49.49 0 0 1-.323-.456a.5.5 0 0 1 .089-.28a.5.5 0 0 1 .234-.176l1.225-.397l.01-.004q.165-.06.319-.14h.004a2.52 2.52 0 0 0 1.23-1.424l.01-.03l.399-1.224a.48.48 0 0 1 .456-.322M16.75 4a4.25 4.25 0 0 1 0 8.5h-9.5a2.25 2.25 0 0 0 0 4.5h7.14l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114a1.5 1.5 0 0 0 .387.889H7.25a4.25 4.25 0 0 1 0-8.5h9.5a2.25 2.25 0 0 0 0-4.5H14a1 1 0 1 1 0-2zM5.5 4a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm5 0a1 1 0 1 1 0 2H9a1 1 0 0 1 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.976 14a.48.48 0 0 1 .456.322l.398 1.224a2.52 2.52 0 0 0 1.598 1.598l1.224.397l.025.006a.486.486 0 0 1 .234.735a.5.5 0 0 1-.234.177l-1.225.397a2.53 2.53 0 0 0-1.598 1.598l-.398 1.224l-.012.029a.484.484 0 0 1-.9-.03l-.399-1.223a2.52 2.52 0 0 0-1.597-1.603l-1.225-.398a.49.49 0 0 1-.323-.456a.5.5 0 0 1 .089-.28a.5.5 0 0 1 .234-.176l1.225-.397l.01-.004q.165-.06.319-.14h.004a2.52 2.52 0 0 0 1.23-1.424l.01-.03l.399-1.224a.48.48 0 0 1 .456-.322M16.75 4a4.25 4.25 0 0 1 0 8.5h-9.5a2.25 2.25 0 0 0 0 4.5h7.14l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114a1.5 1.5 0 0 0 .387.889H7.25a4.25 4.25 0 0 1 0-8.5h9.5a2.25 2.25 0 0 0 0-4.5H14a1 1 0 1 1 0-2zM5.5 4a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm5 0a1 1 0 1 1 0 2H9a1 1 0 0 1 0-2z"/></svg>
</template>

CSS

.icon-flow-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%22M18.976%2014a.48.48%200%200%201%20.456.322l.398%201.224a2.52%202.52%200%200%200%201.598%201.598l1.224.397l.025.006a.486.486%200%200%201%20.234.735a.5.5%200%200%201-.234.177l-1.225.397a2.53%202.53%200%200%200-1.598%201.598l-.398%201.224l-.012.029a.484.484%200%200%201-.9-.03l-.399-1.223a2.52%202.52%200%200%200-1.597-1.603l-1.225-.398a.49.49%200%200%201-.323-.456a.5.5%200%200%201%20.089-.28a.5.5%200%200%201%20.234-.176l1.225-.397l.01-.004q.165-.06.319-.14h.004a2.52%202.52%200%200%200%201.23-1.424l.01-.03l.399-1.224a.48.48%200%200%201%20.456-.322M16.75%204a4.25%204.25%200%200%201%200%208.5h-9.5a2.25%202.25%200%200%200%200%204.5h7.14l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114a1.5%201.5%200%200%200%20.387.889H7.25a4.25%204.25%200%200%201%200-8.5h9.5a2.25%202.25%200%200%200%200-4.5H14a1%201%200%201%201%200-2zM5.5%204a1%201%200%200%201%200%202H4a1%201%200%200%201%200-2zm5%200a1%201%200%201%201%200%202H9a1%201%200%200%201%200-2z%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%22M18.976%2014a.48.48%200%200%201%20.456.322l.398%201.224a2.52%202.52%200%200%200%201.598%201.598l1.224.397l.025.006a.486.486%200%200%201%20.234.735a.5.5%200%200%201-.234.177l-1.225.397a2.53%202.53%200%200%200-1.598%201.598l-.398%201.224l-.012.029a.484.484%200%200%201-.9-.03l-.399-1.223a2.52%202.52%200%200%200-1.597-1.603l-1.225-.398a.49.49%200%200%201-.323-.456a.5.5%200%200%201%20.089-.28a.5.5%200%200%201%20.234-.176l1.225-.397l.01-.004q.165-.06.319-.14h.004a2.52%202.52%200%200%200%201.23-1.424l.01-.03l.399-1.224a.48.48%200%200%201%20.456-.322M16.75%204a4.25%204.25%200%200%201%200%208.5h-9.5a2.25%202.25%200%200%200%200%204.5h7.14l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114a1.5%201.5%200%200%200%20.387.889H7.25a4.25%204.25%200%200%201%200-8.5h9.5a2.25%202.25%200%200%200%200-4.5H14a1%201%200%201%201%200-2zM5.5%204a1%201%200%200%201%200%202H4a1%201%200%200%201%200-2zm5%200a1%201%200%201%201%200%202H9a1%201%200%200%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flow-sparkle-24-filled.svg?color=%231a73e8&size=48