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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.912 6.412a2.84 2.84 0 0 1 1.347-.955l1.378-.448a.544.544 0 0 0 0-1.025l-1.378-.448A2.84 2.84 0 0 1 7.5 1.774l-.011-.034L7.04.363a.544.544 0 0 0-1.027 0L5.567 1.74a2.84 2.84 0 0 1-1.798 1.796l-1.378.448l-.028.007a.544.544 0 0 0 0 1.025l1.378.448A2.84 2.84 0 0 1 5.539 7.26l.448 1.377A.55.55 0 0 0 6.5 9a.54.54 0 0 0 .513-.363l.448-1.377c.101-.307.254-.593.45-.848M.217 10.213l.766-.248a1.58 1.58 0 0 0 .998-.999l.25-.764a.302.302 0 0 1 .57 0l.248.764a1.58 1.58 0 0 0 .984.999l.765.248a.302.302 0 0 1 0 .57l-.765.249a1.58 1.58 0 0 0-1 1.002l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-.999l-.765-.248a.302.302 0 0 1 0-.57zM3.29 13.81q-.136.098-.29.156v3.785c0 .627.178 1.213.485 1.71l6.939-6.812l.135-.123a2.25 2.25 0 0 1 2.889.006l.128.117l6.939 6.811A3.24 3.24 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-6.797c.306.11.573.308.767.569a1.57 1.57 0 0 1 0 1.79a1.54 1.54 0 0 1-.72.64l-1.4.46a1.9 1.9 0 0 0-.72.44l-.18.1a2 2 0 0 0-.29.55L8 8.999a1.6 1.6 0 0 1-.57.77a1.57 1.57 0 0 1-.89.28a1.45 1.45 0 0 1-.68-.16c.119.2.181.428.18.66a1.26 1.26 0 0 1-.24.75a1.3 1.3 0 0 1-.63.48l-.79.25a.7.7 0 0 0-.22.14a.6.6 0 0 0-.14.23l-.24.76a1.35 1.35 0 0 1-.49.65m8.185-.091l.083-.071a.75.75 0 0 1 .874-.007l.093.078l6.928 6.8A3.24 3.24 0 0 1 17.75 21H6.25a3.24 3.24 0 0 1-1.703-.481zM13.25 8.75a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageSparkle24Filled(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="M7.912 6.412a2.84 2.84 0 0 1 1.347-.955l1.378-.448a.544.544 0 0 0 0-1.025l-1.378-.448A2.84 2.84 0 0 1 7.5 1.774l-.011-.034L7.04.363a.544.544 0 0 0-1.027 0L5.567 1.74a2.84 2.84 0 0 1-1.798 1.796l-1.378.448l-.028.007a.544.544 0 0 0 0 1.025l1.378.448A2.84 2.84 0 0 1 5.539 7.26l.448 1.377A.55.55 0 0 0 6.5 9a.54.54 0 0 0 .513-.363l.448-1.377c.101-.307.254-.593.45-.848M.217 10.213l.766-.248a1.58 1.58 0 0 0 .998-.999l.25-.764a.302.302 0 0 1 .57 0l.248.764a1.58 1.58 0 0 0 .984.999l.765.248a.302.302 0 0 1 0 .57l-.765.249a1.58 1.58 0 0 0-1 1.002l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-.999l-.765-.248a.302.302 0 0 1 0-.57zM3.29 13.81q-.136.098-.29.156v3.785c0 .627.178 1.213.485 1.71l6.939-6.812l.135-.123a2.25 2.25 0 0 1 2.889.006l.128.117l6.939 6.811A3.24 3.24 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-6.797c.306.11.573.308.767.569a1.57 1.57 0 0 1 0 1.79a1.54 1.54 0 0 1-.72.64l-1.4.46a1.9 1.9 0 0 0-.72.44l-.18.1a2 2 0 0 0-.29.55L8 8.999a1.6 1.6 0 0 1-.57.77a1.57 1.57 0 0 1-.89.28a1.45 1.45 0 0 1-.68-.16c.119.2.181.428.18.66a1.26 1.26 0 0 1-.24.75a1.3 1.3 0 0 1-.63.48l-.79.25a.7.7 0 0 0-.22.14a.6.6 0 0 0-.14.23l-.24.76a1.35 1.35 0 0 1-.49.65m8.185-.091l.083-.071a.75.75 0 0 1 .874-.007l.093.078l6.928 6.8A3.24 3.24 0 0 1 17.75 21H6.25a3.24 3.24 0 0 1-1.703-.481zM13.25 8.75a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.912 6.412a2.84 2.84 0 0 1 1.347-.955l1.378-.448a.544.544 0 0 0 0-1.025l-1.378-.448A2.84 2.84 0 0 1 7.5 1.774l-.011-.034L7.04.363a.544.544 0 0 0-1.027 0L5.567 1.74a2.84 2.84 0 0 1-1.798 1.796l-1.378.448l-.028.007a.544.544 0 0 0 0 1.025l1.378.448A2.84 2.84 0 0 1 5.539 7.26l.448 1.377A.55.55 0 0 0 6.5 9a.54.54 0 0 0 .513-.363l.448-1.377c.101-.307.254-.593.45-.848M.217 10.213l.766-.248a1.58 1.58 0 0 0 .998-.999l.25-.764a.302.302 0 0 1 .57 0l.248.764a1.58 1.58 0 0 0 .984.999l.765.248a.302.302 0 0 1 0 .57l-.765.249a1.58 1.58 0 0 0-1 1.002l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-.999l-.765-.248a.302.302 0 0 1 0-.57zM3.29 13.81q-.136.098-.29.156v3.785c0 .627.178 1.213.485 1.71l6.939-6.812l.135-.123a2.25 2.25 0 0 1 2.889.006l.128.117l6.939 6.811A3.24 3.24 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-6.797c.306.11.573.308.767.569a1.57 1.57 0 0 1 0 1.79a1.54 1.54 0 0 1-.72.64l-1.4.46a1.9 1.9 0 0 0-.72.44l-.18.1a2 2 0 0 0-.29.55L8 8.999a1.6 1.6 0 0 1-.57.77a1.57 1.57 0 0 1-.89.28a1.45 1.45 0 0 1-.68-.16c.119.2.181.428.18.66a1.26 1.26 0 0 1-.24.75a1.3 1.3 0 0 1-.63.48l-.79.25a.7.7 0 0 0-.22.14a.6.6 0 0 0-.14.23l-.24.76a1.35 1.35 0 0 1-.49.65m8.185-.091l.083-.071a.75.75 0 0 1 .874-.007l.093.078l6.928 6.8A3.24 3.24 0 0 1 17.75 21H6.25a3.24 3.24 0 0 1-1.703-.481zM13.25 8.75a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
</template>

CSS

.icon-image-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%22M7.912%206.412a2.84%202.84%200%200%201%201.347-.955l1.378-.448a.544.544%200%200%200%200-1.025l-1.378-.448A2.84%202.84%200%200%201%207.5%201.774l-.011-.034L7.04.363a.544.544%200%200%200-1.027%200L5.567%201.74a2.84%202.84%200%200%201-1.798%201.796l-1.378.448l-.028.007a.544.544%200%200%200%200%201.025l1.378.448A2.84%202.84%200%200%201%205.539%207.26l.448%201.377A.55.55%200%200%200%206.5%209a.54.54%200%200%200%20.513-.363l.448-1.377c.101-.307.254-.593.45-.848M.217%2010.213l.766-.248a1.58%201.58%200%200%200%20.998-.999l.25-.764a.302.302%200%200%201%20.57%200l.248.764a1.58%201.58%200%200%200%20.984.999l.765.248a.302.302%200%200%201%200%20.57l-.765.249a1.58%201.58%200%200%200-1%201.002l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-.999l-.765-.248a.302.302%200%200%201%200-.57zM3.29%2013.81q-.136.098-.29.156v3.785c0%20.627.178%201.213.485%201.71l6.939-6.812l.135-.123a2.25%202.25%200%200%201%202.889.006l.128.117l6.939%206.811A3.24%203.24%200%200%200%2021%2017.75V6.25A3.25%203.25%200%200%200%2017.75%203h-6.797c.306.11.573.308.767.569a1.57%201.57%200%200%201%200%201.79a1.54%201.54%200%200%201-.72.64l-1.4.46a1.9%201.9%200%200%200-.72.44l-.18.1a2%202%200%200%200-.29.55L8%208.999a1.6%201.6%200%200%201-.57.77a1.57%201.57%200%200%201-.89.28a1.45%201.45%200%200%201-.68-.16c.119.2.181.428.18.66a1.26%201.26%200%200%201-.24.75a1.3%201.3%200%200%201-.63.48l-.79.25a.7.7%200%200%200-.22.14a.6.6%200%200%200-.14.23l-.24.76a1.35%201.35%200%200%201-.49.65m8.185-.091l.083-.071a.75.75%200%200%201%20.874-.007l.093.078l6.928%206.8A3.24%203.24%200%200%201%2017.75%2021H6.25a3.24%203.24%200%200%201-1.703-.481zM13.25%208.75a2%202%200%201%201%204%200a2%202%200%200%201-4%200%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%22M7.912%206.412a2.84%202.84%200%200%201%201.347-.955l1.378-.448a.544.544%200%200%200%200-1.025l-1.378-.448A2.84%202.84%200%200%201%207.5%201.774l-.011-.034L7.04.363a.544.544%200%200%200-1.027%200L5.567%201.74a2.84%202.84%200%200%201-1.798%201.796l-1.378.448l-.028.007a.544.544%200%200%200%200%201.025l1.378.448A2.84%202.84%200%200%201%205.539%207.26l.448%201.377A.55.55%200%200%200%206.5%209a.54.54%200%200%200%20.513-.363l.448-1.377c.101-.307.254-.593.45-.848M.217%2010.213l.766-.248a1.58%201.58%200%200%200%20.998-.999l.25-.764a.302.302%200%200%201%20.57%200l.248.764a1.58%201.58%200%200%200%20.984.999l.765.248a.302.302%200%200%201%200%20.57l-.765.249a1.58%201.58%200%200%200-1%201.002l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-.999l-.765-.248a.302.302%200%200%201%200-.57zM3.29%2013.81q-.136.098-.29.156v3.785c0%20.627.178%201.213.485%201.71l6.939-6.812l.135-.123a2.25%202.25%200%200%201%202.889.006l.128.117l6.939%206.811A3.24%203.24%200%200%200%2021%2017.75V6.25A3.25%203.25%200%200%200%2017.75%203h-6.797c.306.11.573.308.767.569a1.57%201.57%200%200%201%200%201.79a1.54%201.54%200%200%201-.72.64l-1.4.46a1.9%201.9%200%200%200-.72.44l-.18.1a2%202%200%200%200-.29.55L8%208.999a1.6%201.6%200%200%201-.57.77a1.57%201.57%200%200%201-.89.28a1.45%201.45%200%200%201-.68-.16c.119.2.181.428.18.66a1.26%201.26%200%200%201-.24.75a1.3%201.3%200%200%201-.63.48l-.79.25a.7.7%200%200%200-.22.14a.6.6%200%200%200-.14.23l-.24.76a1.35%201.35%200%200%201-.49.65m8.185-.091l.083-.071a.75.75%200%200%201%20.874-.007l.093.078l6.928%206.8A3.24%203.24%200%200%201%2017.75%2021H6.25a3.24%203.24%200%200%201-1.703-.481zM13.25%208.75a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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