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

Name
sparkle-action-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the sparkle action icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.025 14.418a.75.75 0 0 1 1.005.05a.753.753 0 0 1 .051 1.006l-.052.055l-2.5 2.501a.75.75 0 0 1-1.06-1.06l2.5-2.501zm-5.249.75A.75.75 0 0 1 4.78 16.28l-1.499 1.5a.751.751 0 0 1-1.06-1.061l1.499-1.5zm10.896-5.864c.093-.4.652-.402.759-.022l.126.704c.136.763.718 1.37 1.474 1.538l.662.147l.052.02c.334.124.329.573.041.713l-.07.024l-.71.128a1.92 1.92 0 0 0-1.533 1.473l-.148.666c-.093.4-.652.401-.758.022l-.127-.705a1.92 1.92 0 0 0-1.474-1.538l-.662-.147c-.413-.096-.402-.69.015-.768l.668-.119a1.92 1.92 0 0 0 1.537-1.474zM7.72 11.219a.751.751 0 0 1 1.06 1.06L6.528 14.53l-.057.052a.75.75 0 0 1-1.003-1.112zm-2-2a.75.75 0 0 1 1.06 1.061l-3.5 3.5a.75.75 0 0 1-1.06-1.06zm4.204-6.752c.132-.623 1.02-.623 1.152 0l.2.998a2.88 2.88 0 0 0 2.26 2.26l.996.199c.604.127.623.966.056 1.137l-1.053.211a2.88 2.88 0 0 0-2.26 2.26l-.199.997l-.027.078c-.176.505-.85.511-1.07.084l-.037-.103l-.214-1.062A2.88 2.88 0 0 0 7.47 7.273l-1.003-.2c-.603-.127-.622-.966-.057-1.138l1.055-.21a2.88 2.88 0 0 0 2.26-2.26z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleAction20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.025 14.418a.75.75 0 0 1 1.005.05a.753.753 0 0 1 .051 1.006l-.052.055l-2.5 2.501a.75.75 0 0 1-1.06-1.06l2.5-2.501zm-5.249.75A.75.75 0 0 1 4.78 16.28l-1.499 1.5a.751.751 0 0 1-1.06-1.061l1.499-1.5zm10.896-5.864c.093-.4.652-.402.759-.022l.126.704c.136.763.718 1.37 1.474 1.538l.662.147l.052.02c.334.124.329.573.041.713l-.07.024l-.71.128a1.92 1.92 0 0 0-1.533 1.473l-.148.666c-.093.4-.652.401-.758.022l-.127-.705a1.92 1.92 0 0 0-1.474-1.538l-.662-.147c-.413-.096-.402-.69.015-.768l.668-.119a1.92 1.92 0 0 0 1.537-1.474zM7.72 11.219a.751.751 0 0 1 1.06 1.06L6.528 14.53l-.057.052a.75.75 0 0 1-1.003-1.112zm-2-2a.75.75 0 0 1 1.06 1.061l-3.5 3.5a.75.75 0 0 1-1.06-1.06zm4.204-6.752c.132-.623 1.02-.623 1.152 0l.2.998a2.88 2.88 0 0 0 2.26 2.26l.996.199c.604.127.623.966.056 1.137l-1.053.211a2.88 2.88 0 0 0-2.26 2.26l-.199.997l-.027.078c-.176.505-.85.511-1.07.084l-.037-.103l-.214-1.062A2.88 2.88 0 0 0 7.47 7.273l-1.003-.2c-.603-.127-.622-.966-.057-1.138l1.055-.21a2.88 2.88 0 0 0 2.26-2.26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.025 14.418a.75.75 0 0 1 1.005.05a.753.753 0 0 1 .051 1.006l-.052.055l-2.5 2.501a.75.75 0 0 1-1.06-1.06l2.5-2.501zm-5.249.75A.75.75 0 0 1 4.78 16.28l-1.499 1.5a.751.751 0 0 1-1.06-1.061l1.499-1.5zm10.896-5.864c.093-.4.652-.402.759-.022l.126.704c.136.763.718 1.37 1.474 1.538l.662.147l.052.02c.334.124.329.573.041.713l-.07.024l-.71.128a1.92 1.92 0 0 0-1.533 1.473l-.148.666c-.093.4-.652.401-.758.022l-.127-.705a1.92 1.92 0 0 0-1.474-1.538l-.662-.147c-.413-.096-.402-.69.015-.768l.668-.119a1.92 1.92 0 0 0 1.537-1.474zM7.72 11.219a.751.751 0 0 1 1.06 1.06L6.528 14.53l-.057.052a.75.75 0 0 1-1.003-1.112zm-2-2a.75.75 0 0 1 1.06 1.061l-3.5 3.5a.75.75 0 0 1-1.06-1.06zm4.204-6.752c.132-.623 1.02-.623 1.152 0l.2.998a2.88 2.88 0 0 0 2.26 2.26l.996.199c.604.127.623.966.056 1.137l-1.053.211a2.88 2.88 0 0 0-2.26 2.26l-.199.997l-.027.078c-.176.505-.85.511-1.07.084l-.037-.103l-.214-1.062A2.88 2.88 0 0 0 7.47 7.273l-1.003-.2c-.603-.127-.622-.966-.057-1.138l1.055-.21a2.88 2.88 0 0 0 2.26-2.26z"/></svg>
</template>

CSS

.icon-sparkle-action-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.025%2014.418a.75.75%200%200%201%201.005.05a.753.753%200%200%201%20.051%201.006l-.052.055l-2.5%202.501a.75.75%200%200%201-1.06-1.06l2.5-2.501zm-5.249.75A.75.75%200%200%201%204.78%2016.28l-1.499%201.5a.751.751%200%200%201-1.06-1.061l1.499-1.5zm10.896-5.864c.093-.4.652-.402.759-.022l.126.704c.136.763.718%201.37%201.474%201.538l.662.147l.052.02c.334.124.329.573.041.713l-.07.024l-.71.128a1.92%201.92%200%200%200-1.533%201.473l-.148.666c-.093.4-.652.401-.758.022l-.127-.705a1.92%201.92%200%200%200-1.474-1.538l-.662-.147c-.413-.096-.402-.69.015-.768l.668-.119a1.92%201.92%200%200%200%201.537-1.474zM7.72%2011.219a.751.751%200%200%201%201.06%201.06L6.528%2014.53l-.057.052a.75.75%200%200%201-1.003-1.112zm-2-2a.75.75%200%200%201%201.06%201.061l-3.5%203.5a.75.75%200%200%201-1.06-1.06zm4.204-6.752c.132-.623%201.02-.623%201.152%200l.2.998a2.88%202.88%200%200%200%202.26%202.26l.996.199c.604.127.623.966.056%201.137l-1.053.211a2.88%202.88%200%200%200-2.26%202.26l-.199.997l-.027.078c-.176.505-.85.511-1.07.084l-.037-.103l-.214-1.062A2.88%202.88%200%200%200%207.47%207.273l-1.003-.2c-.603-.127-.622-.966-.057-1.138l1.055-.21a2.88%202.88%200%200%200%202.26-2.26z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.025%2014.418a.75.75%200%200%201%201.005.05a.753.753%200%200%201%20.051%201.006l-.052.055l-2.5%202.501a.75.75%200%200%201-1.06-1.06l2.5-2.501zm-5.249.75A.75.75%200%200%201%204.78%2016.28l-1.499%201.5a.751.751%200%200%201-1.06-1.061l1.499-1.5zm10.896-5.864c.093-.4.652-.402.759-.022l.126.704c.136.763.718%201.37%201.474%201.538l.662.147l.052.02c.334.124.329.573.041.713l-.07.024l-.71.128a1.92%201.92%200%200%200-1.533%201.473l-.148.666c-.093.4-.652.401-.758.022l-.127-.705a1.92%201.92%200%200%200-1.474-1.538l-.662-.147c-.413-.096-.402-.69.015-.768l.668-.119a1.92%201.92%200%200%200%201.537-1.474zM7.72%2011.219a.751.751%200%200%201%201.06%201.06L6.528%2014.53l-.057.052a.75.75%200%200%201-1.003-1.112zm-2-2a.75.75%200%200%201%201.06%201.061l-3.5%203.5a.75.75%200%200%201-1.06-1.06zm4.204-6.752c.132-.623%201.02-.623%201.152%200l.2.998a2.88%202.88%200%200%200%202.26%202.26l.996.199c.604.127.623.966.056%201.137l-1.053.211a2.88%202.88%200%200%200-2.26%202.26l-.199.997l-.027.078c-.176.505-.85.511-1.07.084l-.037-.103l-.214-1.062A2.88%202.88%200%200%200%207.47%207.273l-1.003-.2c-.603-.127-.622-.966-.057-1.138l1.055-.21a2.88%202.88%200%200%200%202.26-2.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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