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

Name
flow-sparkle-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.486.486 0 0 1-.234-.735a.5.5 0 0 1 .234-.177l1.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-.322M17 4a4 4 0 0 1 0 8H7a2.5 2.5 0 0 0 0 5h7.39l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114q.015.2.083.389H7a4 4 0 0 1 0-8h10a2.5 2.5 0 0 0 0-5h-4.25a.75.75 0 0 1 0-1.5zM5.25 4a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zm4.5 0a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlowSparkle24Regular(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.486.486 0 0 1-.234-.735a.5.5 0 0 1 .234-.177l1.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-.322M17 4a4 4 0 0 1 0 8H7a2.5 2.5 0 0 0 0 5h7.39l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114q.015.2.083.389H7a4 4 0 0 1 0-8h10a2.5 2.5 0 0 0 0-5h-4.25a.75.75 0 0 1 0-1.5zM5.25 4a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zm4.5 0a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5z"/></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.486.486 0 0 1-.234-.735a.5.5 0 0 1 .234-.177l1.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-.322M17 4a4 4 0 0 1 0 8H7a2.5 2.5 0 0 0 0 5h7.39l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114q.015.2.083.389H7a4 4 0 0 1 0-8h10a2.5 2.5 0 0 0 0-5h-4.25a.75.75 0 0 1 0-1.5zM5.25 4a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5zm4.5 0a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1 0-1.5z"/></svg>
</template>

CSS

.icon-flow-sparkle-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%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.486.486%200%200%201-.234-.735a.5.5%200%200%201%20.234-.177l1.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-.322M17%204a4%204%200%200%201%200%208H7a2.5%202.5%200%200%200%200%205h7.39l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114q.015.2.083.389H7a4%204%200%200%201%200-8h10a2.5%202.5%200%200%200%200-5h-4.25a.75.75%200%200%201%200-1.5zM5.25%204a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5zm4.5%200a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5z%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.486.486%200%200%201-.234-.735a.5.5%200%200%201%20.234-.177l1.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-.322M17%204a4%204%200%200%201%200%208H7a2.5%202.5%200%200%200%200%205h7.39l-.047.049l-.07.09c-.156.22-.247.477-.268.743l-.005.115l.005.114q.015.2.083.389H7a4%204%200%200%201%200-8h10a2.5%202.5%200%200%200%200-5h-4.25a.75.75%200%200%201%200-1.5zM5.25%204a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5zm4.5%200a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201%200-1.5z%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-regular.svg?color=%231a73e8&size=48