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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.793 17.793a1 1 0 1 1 1.414 1.414l-1.5 1.5a1 1 0 0 1-1.414-1.414zm7.5-1.5a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414-1.414zm6.759-4.93c.102-.484.794-.484.896 0l.155.777c.177.886.87 1.58 1.757 1.758l.777.154c.47.099.483.752.043.885l-.82.164a2.24 2.24 0 0 0-1.757 1.757l-.155.776l-.021.061c-.137.393-.661.397-.832.065l-.028-.08l-.168-.825a2.24 2.24 0 0 0-1.756-1.753l-.78-.156c-.469-.099-.484-.75-.044-.884l.82-.164a2.24 2.24 0 0 0 1.758-1.758zm-8.759.93a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414-1.414zm-3-3a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414-1.414zm6.503-7.723c.161-.76 1.247-.76 1.408 0l.243 1.22a3.52 3.52 0 0 0 2.763 2.763l1.219.243c.738.155.76 1.181.068 1.39l-1.287.258a3.52 3.52 0 0 0-2.763 2.762l-.243 1.219l-.033.095c-.215.617-1.04.625-1.308.103l-.045-.126l-.262-1.298a3.52 3.52 0 0 0-2.76-2.754l-1.225-.244c-.737-.155-.76-1.18-.069-1.39l1.288-.258a3.52 3.52 0 0 0 2.762-2.763z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleAction24Filled(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="M4.793 17.793a1 1 0 1 1 1.414 1.414l-1.5 1.5a1 1 0 0 1-1.414-1.414zm7.5-1.5a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414-1.414zm6.759-4.93c.102-.484.794-.484.896 0l.155.777c.177.886.87 1.58 1.757 1.758l.777.154c.47.099.483.752.043.885l-.82.164a2.24 2.24 0 0 0-1.757 1.757l-.155.776l-.021.061c-.137.393-.661.397-.832.065l-.028-.08l-.168-.825a2.24 2.24 0 0 0-1.756-1.753l-.78-.156c-.469-.099-.484-.75-.044-.884l.82-.164a2.24 2.24 0 0 0 1.758-1.758zm-8.759.93a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414-1.414zm-3-3a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414-1.414zm6.503-7.723c.161-.76 1.247-.76 1.408 0l.243 1.22a3.52 3.52 0 0 0 2.763 2.763l1.219.243c.738.155.76 1.181.068 1.39l-1.287.258a3.52 3.52 0 0 0-2.763 2.762l-.243 1.219l-.033.095c-.215.617-1.04.625-1.308.103l-.045-.126l-.262-1.298a3.52 3.52 0 0 0-2.76-2.754l-1.225-.244c-.737-.155-.76-1.18-.069-1.39l1.288-.258a3.52 3.52 0 0 0 2.762-2.763z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.793 17.793a1 1 0 1 1 1.414 1.414l-1.5 1.5a1 1 0 0 1-1.414-1.414zm7.5-1.5a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414-1.414zm6.759-4.93c.102-.484.794-.484.896 0l.155.777c.177.886.87 1.58 1.757 1.758l.777.154c.47.099.483.752.043.885l-.82.164a2.24 2.24 0 0 0-1.757 1.757l-.155.776l-.021.061c-.137.393-.661.397-.832.065l-.028-.08l-.168-.825a2.24 2.24 0 0 0-1.756-1.753l-.78-.156c-.469-.099-.484-.75-.044-.884l.82-.164a2.24 2.24 0 0 0 1.758-1.758zm-8.759.93a1 1 0 1 1 1.414 1.414l-3 3a1 1 0 0 1-1.414-1.414zm-3-3a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414-1.414zm6.503-7.723c.161-.76 1.247-.76 1.408 0l.243 1.22a3.52 3.52 0 0 0 2.763 2.763l1.219.243c.738.155.76 1.181.068 1.39l-1.287.258a3.52 3.52 0 0 0-2.763 2.762l-.243 1.219l-.033.095c-.215.617-1.04.625-1.308.103l-.045-.126l-.262-1.298a3.52 3.52 0 0 0-2.76-2.754l-1.225-.244c-.737-.155-.76-1.18-.069-1.39l1.288-.258a3.52 3.52 0 0 0 2.762-2.763z"/></svg>
</template>

CSS

.icon-sparkle-action-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%22M4.793%2017.793a1%201%200%201%201%201.414%201.414l-1.5%201.5a1%201%200%200%201-1.414-1.414zm7.5-1.5a1%201%200%201%201%201.414%201.414l-3%203a1%201%200%200%201-1.414-1.414zm6.759-4.93c.102-.484.794-.484.896%200l.155.777c.177.886.87%201.58%201.757%201.758l.777.154c.47.099.483.752.043.885l-.82.164a2.24%202.24%200%200%200-1.757%201.757l-.155.776l-.021.061c-.137.393-.661.397-.832.065l-.028-.08l-.168-.825a2.24%202.24%200%200%200-1.756-1.753l-.78-.156c-.469-.099-.484-.75-.044-.884l.82-.164a2.24%202.24%200%200%200%201.758-1.758zm-8.759.93a1%201%200%201%201%201.414%201.414l-3%203a1%201%200%200%201-1.414-1.414zm-3-3a1%201%200%201%201%201.414%201.414l-4%204a1%201%200%200%201-1.414-1.414zm6.503-7.723c.161-.76%201.247-.76%201.408%200l.243%201.22a3.52%203.52%200%200%200%202.763%202.763l1.219.243c.738.155.76%201.181.068%201.39l-1.287.258a3.52%203.52%200%200%200-2.763%202.762l-.243%201.219l-.033.095c-.215.617-1.04.625-1.308.103l-.045-.126l-.262-1.298a3.52%203.52%200%200%200-2.76-2.754l-1.225-.244c-.737-.155-.76-1.18-.069-1.39l1.288-.258a3.52%203.52%200%200%200%202.762-2.763z%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%22M4.793%2017.793a1%201%200%201%201%201.414%201.414l-1.5%201.5a1%201%200%200%201-1.414-1.414zm7.5-1.5a1%201%200%201%201%201.414%201.414l-3%203a1%201%200%200%201-1.414-1.414zm6.759-4.93c.102-.484.794-.484.896%200l.155.777c.177.886.87%201.58%201.757%201.758l.777.154c.47.099.483.752.043.885l-.82.164a2.24%202.24%200%200%200-1.757%201.757l-.155.776l-.021.061c-.137.393-.661.397-.832.065l-.028-.08l-.168-.825a2.24%202.24%200%200%200-1.756-1.753l-.78-.156c-.469-.099-.484-.75-.044-.884l.82-.164a2.24%202.24%200%200%200%201.758-1.758zm-8.759.93a1%201%200%201%201%201.414%201.414l-3%203a1%201%200%200%201-1.414-1.414zm-3-3a1%201%200%201%201%201.414%201.414l-4%204a1%201%200%200%201-1.414-1.414zm6.503-7.723c.161-.76%201.247-.76%201.408%200l.243%201.22a3.52%203.52%200%200%200%202.763%202.763l1.219.243c.738.155.76%201.181.068%201.39l-1.287.258a3.52%203.52%200%200%200-2.763%202.762l-.243%201.219l-.033.095c-.215.617-1.04.625-1.308.103l-.045-.126l-.262-1.298a3.52%203.52%200%200%200-2.76-2.754l-1.225-.244c-.737-.155-.76-1.18-.069-1.39l1.288-.258a3.52%203.52%200%200%200%202.762-2.763z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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