text effects sparkle icon
text-effects-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-effects-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
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="M15.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 15.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM13.61 2.468a3 3 0 0 0-4.367 1.35l-4.26 9.94l-.053.124l-1.687 3.936a3 3 0 0 0 5.515 2.364L9.693 18h4.615l.935 2.182a3 3 0 1 0 5.515-2.364l-1.687-3.936l-.053-.125l-.804-1.875l-.14-.037q-.132-.032-.244-.066a1.33 1.33 0 0 1-.87-1.23a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16c-.238 0-.467-.057-.673-.158a2.6 2.6 0 0 1-.827-.525l2.237 5.22l.018.041l1.705 3.98a1 1 0 1 1-1.838.787L15.627 16H8.374L6.92 19.394a1 1 0 1 1-1.838-.788l1.705-3.979q.007-.02.018-.041l4.22-9.848A1.5 1.5 0 0 1 11 4.47A1.565 1.565 0 0 1 12.05 3l1.34-.44q.113-.038.22-.09M9.232 14h5.538L12 7.54z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextEffectsSparkle24Filled(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="M15.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 15.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM13.61 2.468a3 3 0 0 0-4.367 1.35l-4.26 9.94l-.053.124l-1.687 3.936a3 3 0 0 0 5.515 2.364L9.693 18h4.615l.935 2.182a3 3 0 1 0 5.515-2.364l-1.687-3.936l-.053-.125l-.804-1.875l-.14-.037q-.132-.032-.244-.066a1.33 1.33 0 0 1-.87-1.23a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16c-.238 0-.467-.057-.673-.158a2.6 2.6 0 0 1-.827-.525l2.237 5.22l.018.041l1.705 3.98a1 1 0 1 1-1.838.787L15.627 16H8.374L6.92 19.394a1 1 0 1 1-1.838-.788l1.705-3.979q.007-.02.018-.041l4.22-9.848A1.5 1.5 0 0 1 11 4.47A1.565 1.565 0 0 1 12.05 3l1.34-.44q.113-.038.22-.09M9.232 14h5.538L12 7.54z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.088 6.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 15.5 1.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM13.61 2.468a3 3 0 0 0-4.367 1.35l-4.26 9.94l-.053.124l-1.687 3.936a3 3 0 0 0 5.515 2.364L9.693 18h4.615l.935 2.182a3 3 0 1 0 5.515-2.364l-1.687-3.936l-.053-.125l-.804-1.875l-.14-.037q-.132-.032-.244-.066a1.33 1.33 0 0 1-.87-1.23a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16c-.238 0-.467-.057-.673-.158a2.6 2.6 0 0 1-.827-.525l2.237 5.22l.018.041l1.705 3.98a1 1 0 1 1-1.838.787L15.627 16H8.374L6.92 19.394a1 1 0 1 1-1.838-.788l1.705-3.979q.007-.02.018-.041l4.22-9.848A1.5 1.5 0 0 1 11 4.47A1.565 1.565 0 0 1 12.05 3l1.34-.44q.113-.038.22-.09M9.232 14h5.538L12 7.54z"/></svg> </template>
CSS
.icon-text-effects-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%22M15.088%206.412a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%2015.5%201.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.799%201.796l1.377.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377l-.013.034a.544.544%200%200%201-1.013-.034l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57zM13.61%202.468a3%203%200%200%200-4.367%201.35l-4.26%209.94l-.053.124l-1.687%203.936a3%203%200%200%200%205.515%202.364L9.693%2018h4.615l.935%202.182a3%203%200%201%200%205.515-2.364l-1.687-3.936l-.053-.125l-.804-1.875l-.14-.037q-.132-.032-.244-.066a1.33%201.33%200%200%201-.87-1.23a1.3%201.3%200%200%201%20.18-.66a1.45%201.45%200%200%201-.68.16c-.238%200-.467-.057-.673-.158a2.6%202.6%200%200%201-.827-.525l2.237%205.22l.018.041l1.705%203.98a1%201%200%201%201-1.838.787L15.627%2016H8.374L6.92%2019.394a1%201%200%201%201-1.838-.788l1.705-3.979q.007-.02.018-.041l4.22-9.848A1.5%201.5%200%200%201%2011%204.47A1.565%201.565%200%200%201%2012.05%203l1.34-.44q.113-.038.22-.09M9.232%2014h5.538L12%207.54z%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%22M15.088%206.412a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%2015.5%201.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.799%201.796l1.377.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377l-.013.034a.544.544%200%200%201-1.013-.034l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57zM13.61%202.468a3%203%200%200%200-4.367%201.35l-4.26%209.94l-.053.124l-1.687%203.936a3%203%200%200%200%205.515%202.364L9.693%2018h4.615l.935%202.182a3%203%200%201%200%205.515-2.364l-1.687-3.936l-.053-.125l-.804-1.875l-.14-.037q-.132-.032-.244-.066a1.33%201.33%200%200%201-.87-1.23a1.3%201.3%200%200%201%20.18-.66a1.45%201.45%200%200%201-.68.16c-.238%200-.467-.057-.673-.158a2.6%202.6%200%200%201-.827-.525l2.237%205.22l.018.041l1.705%203.98a1%201%200%201%201-1.838.787L15.627%2016H8.374L6.92%2019.394a1%201%200%201%201-1.838-.788l1.705-3.979q.007-.02.018-.041l4.22-9.848A1.5%201.5%200%200%201%2011%204.47A1.565%201.565%200%200%201%2012.05%203l1.34-.44q.113-.038.22-.09M9.232%2014h5.538L12%207.54z%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-filled.svg?color=%231a73e8&size=48