text effects sparkle icon

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

Name
text-effects-sparkle-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text effects sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.854 6.146a2.84 2.84 0 0 1 .685 1.114l.448 1.377a.543.543 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L16.987.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.544.544 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m7.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.999l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M12.001 2.5c.34 0 .67.069.97.196L12.05 3A1.565 1.565 0 0 0 11 4.469q0 .135.025.269l-4.22 9.848l-.018.041l-1.706 3.98a1 1 0 0 0 1.839.787L8.374 16h7.253l1.454 3.394a1 1 0 1 0 1.839-.788l-1.705-3.979l-.018-.041l-2.238-5.22c.255.232.531.416.828.525a1.54 1.54 0 0 0 1.075.106l.124.29a1.3 1.3 0 0 0-.026.262c-.004.443.242.864.61 1.102l.992 2.313l.045.104l1.692 3.947a2.5 2.5 0 0 1-4.596 1.97L14.638 17.5H9.363L8.3 19.985a2.5 2.5 0 1 1-4.596-1.97l1.691-3.947l.045-.104l4.264-9.949A2.5 2.5 0 0 1 12 2.5M14.77 14H9.23L12 7.539z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEffectsSparkle24Regular(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="M14.854 6.146a2.84 2.84 0 0 1 .685 1.114l.448 1.377a.543.543 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L16.987.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.544.544 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m7.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.999l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M12.001 2.5c.34 0 .67.069.97.196L12.05 3A1.565 1.565 0 0 0 11 4.469q0 .135.025.269l-4.22 9.848l-.018.041l-1.706 3.98a1 1 0 0 0 1.839.787L8.374 16h7.253l1.454 3.394a1 1 0 1 0 1.839-.788l-1.705-3.979l-.018-.041l-2.238-5.22c.255.232.531.416.828.525a1.54 1.54 0 0 0 1.075.106l.124.29a1.3 1.3 0 0 0-.026.262c-.004.443.242.864.61 1.102l.992 2.313l.045.104l1.692 3.947a2.5 2.5 0 0 1-4.596 1.97L14.638 17.5H9.363L8.3 19.985a2.5 2.5 0 1 1-4.596-1.97l1.691-3.947l.045-.104l4.264-9.949A2.5 2.5 0 0 1 12 2.5M14.77 14H9.23L12 7.539z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.854 6.146a2.84 2.84 0 0 1 .685 1.114l.448 1.377a.543.543 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L16.987.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.544.544 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689m7.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.302.302 0 0 1-.57 0l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.999l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M12.001 2.5c.34 0 .67.069.97.196L12.05 3A1.565 1.565 0 0 0 11 4.469q0 .135.025.269l-4.22 9.848l-.018.041l-1.706 3.98a1 1 0 0 0 1.839.787L8.374 16h7.253l1.454 3.394a1 1 0 1 0 1.839-.788l-1.705-3.979l-.018-.041l-2.238-5.22c.255.232.531.416.828.525a1.54 1.54 0 0 0 1.075.106l.124.29a1.3 1.3 0 0 0-.026.262c-.004.443.242.864.61 1.102l.992 2.313l.045.104l1.692 3.947a2.5 2.5 0 0 1-4.596 1.97L14.638 17.5H9.363L8.3 19.985a2.5 2.5 0 1 1-4.596-1.97l1.691-3.947l.045-.104l4.264-9.949A2.5 2.5 0 0 1 12 2.5M14.77 14H9.23L12 7.539z"/></svg>
</template>

CSS

.icon-text-effects-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%22M14.854%206.146a2.84%202.84%200%200%201%20.685%201.114l.448%201.377a.543.543%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.544.544%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796L16.987.363a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.544.544%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689m7.163%203.819l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.147-.46a.3.3%200%200%201%20.147-.11l.765-.248a1.58%201.58%200%200%200%20.984-.999l.249-.764a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999M12.001%202.5c.34%200%20.67.069.97.196L12.05%203A1.565%201.565%200%200%200%2011%204.469q0%20.135.025.269l-4.22%209.848l-.018.041l-1.706%203.98a1%201%200%200%200%201.839.787L8.374%2016h7.253l1.454%203.394a1%201%200%201%200%201.839-.788l-1.705-3.979l-.018-.041l-2.238-5.22c.255.232.531.416.828.525a1.54%201.54%200%200%200%201.075.106l.124.29a1.3%201.3%200%200%200-.026.262c-.004.443.242.864.61%201.102l.992%202.313l.045.104l1.692%203.947a2.5%202.5%200%200%201-4.596%201.97L14.638%2017.5H9.363L8.3%2019.985a2.5%202.5%200%201%201-4.596-1.97l1.691-3.947l.045-.104l4.264-9.949A2.5%202.5%200%200%201%2012%202.5M14.77%2014H9.23L12%207.539z%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%22M14.854%206.146a2.84%202.84%200%200%201%20.685%201.114l.448%201.377a.543.543%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.544.544%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796L16.987.363a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.544.544%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689m7.163%203.819l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.302.302%200%200%201-.57%200l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.303.303%200%200%201-.147-.46a.3.3%200%200%201%20.147-.11l.765-.248a1.58%201.58%200%200%200%20.984-.999l.249-.764a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999M12.001%202.5c.34%200%20.67.069.97.196L12.05%203A1.565%201.565%200%200%200%2011%204.469q0%20.135.025.269l-4.22%209.848l-.018.041l-1.706%203.98a1%201%200%200%200%201.839.787L8.374%2016h7.253l1.454%203.394a1%201%200%201%200%201.839-.788l-1.705-3.979l-.018-.041l-2.238-5.22c.255.232.531.416.828.525a1.54%201.54%200%200%200%201.075.106l.124.29a1.3%201.3%200%200%200-.026.262c-.004.443.242.864.61%201.102l.992%202.313l.045.104l1.692%203.947a2.5%202.5%200%200%201-4.596%201.97L14.638%2017.5H9.363L8.3%2019.985a2.5%202.5%200%201%201-4.596-1.97l1.691-3.947l.045-.104l4.264-9.949A2.5%202.5%200%200%201%2012%202.5M14.77%2014H9.23L12%207.539z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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