slide text sparkle icon
slide-text-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- slide-text-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
slide-text-sparkle-16-filledslide-text-sparkle-16-regularslide-text-sparkle-20-filledslide-text-sparkle-20-regularslide-text-sparkle-24-regularslide-text-sparkle-28-filledslide-text-sparkle-28-regularslide-text-sparkle-32-filledslide-text-sparkle-32-regularslide-text-sparkle-48-filledslide-text-sparkle-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
slide-add-16-filledslide-arrow-forward-20-filledslide-arrow-right-20-filledslide-content-20-filledslide-design-24-filledslide-eraser-16-filledslide-grid-20-filledslide-hide-20-filledslide-layout-20-filledslide-link-20-filledslide-microphone-20-filledslide-multiple-16-filledslide-multiple-arrow-right-20-filledslide-multiple-search-20-filledslide-play-20-filledslide-record-16-filledslide-search-16-filledslide-settings-20-filledslide-size-20-filledslide-text-16-filledslide-text-call-16-filledslide-text-cursor-20-filledslide-text-edit-16-filledslide-text-multiple-16-filled
Use the slide text sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.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 16.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-.57zM12.072 4H4.75A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h14.5A2.75 2.75 0 0 0 22 17.25v-3.319a1.29 1.29 0 0 1-1.29-.122a1.35 1.35 0 0 1-.49-.65l-.24-.76a.6.6 0 0 0-.14-.23a.7.7 0 0 0-.22-.14l-.79-.25a1.3 1.3 0 0 1-.63-.48a1.26 1.26 0 0 1-.24-.75a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16a1.57 1.57 0 0 1-.89-.28a1.6 1.6 0 0 1-.57-.77l-.41-1.45a2 2 0 0 0-.29-.55l-.18-.1a1.9 1.9 0 0 0-.72-.44l-1.4-.46a1.54 1.54 0 0 1-.72-.64A1.57 1.57 0 0 1 12.072 4M6 8.75A.75.75 0 0 1 6.75 8h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 8.75m0 3a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m.75 3.75a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSlideTextSparkle24Filled(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="M16.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 16.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-.57zM12.072 4H4.75A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h14.5A2.75 2.75 0 0 0 22 17.25v-3.319a1.29 1.29 0 0 1-1.29-.122a1.35 1.35 0 0 1-.49-.65l-.24-.76a.6.6 0 0 0-.14-.23a.7.7 0 0 0-.22-.14l-.79-.25a1.3 1.3 0 0 1-.63-.48a1.26 1.26 0 0 1-.24-.75a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16a1.57 1.57 0 0 1-.89-.28a1.6 1.6 0 0 1-.57-.77l-.41-1.45a2 2 0 0 0-.29-.55l-.18-.1a1.9 1.9 0 0 0-.72-.44l-1.4-.46a1.54 1.54 0 0 1-.72-.64A1.57 1.57 0 0 1 12.072 4M6 8.75A.75.75 0 0 1 6.75 8h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 8.75m0 3a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m.75 3.75a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.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 16.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-.57zM12.072 4H4.75A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h14.5A2.75 2.75 0 0 0 22 17.25v-3.319a1.29 1.29 0 0 1-1.29-.122a1.35 1.35 0 0 1-.49-.65l-.24-.76a.6.6 0 0 0-.14-.23a.7.7 0 0 0-.22-.14l-.79-.25a1.3 1.3 0 0 1-.63-.48a1.26 1.26 0 0 1-.24-.75a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16a1.57 1.57 0 0 1-.89-.28a1.6 1.6 0 0 1-.57-.77l-.41-1.45a2 2 0 0 0-.29-.55l-.18-.1a1.9 1.9 0 0 0-.72-.44l-1.4-.46a1.54 1.54 0 0 1-.72-.64A1.57 1.57 0 0 1 12.072 4M6 8.75A.75.75 0 0 1 6.75 8h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 8.75m0 3a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m.75 3.75a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5z"/></svg> </template>
CSS
.icon-slide-text-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%22M16.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%2016.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-.57zM12.072%204H4.75A2.75%202.75%200%200%200%202%206.75v10.5A2.75%202.75%200%200%200%204.75%2020h14.5A2.75%202.75%200%200%200%2022%2017.25v-3.319a1.29%201.29%200%200%201-1.29-.122a1.35%201.35%200%200%201-.49-.65l-.24-.76a.6.6%200%200%200-.14-.23a.7.7%200%200%200-.22-.14l-.79-.25a1.3%201.3%200%200%201-.63-.48a1.26%201.26%200%200%201-.24-.75a1.3%201.3%200%200%201%20.18-.66a1.45%201.45%200%200%201-.68.16a1.57%201.57%200%200%201-.89-.28a1.6%201.6%200%200%201-.57-.77l-.41-1.45a2%202%200%200%200-.29-.55l-.18-.1a1.9%201.9%200%200%200-.72-.44l-1.4-.46a1.54%201.54%200%200%201-.72-.64A1.57%201.57%200%200%201%2012.072%204M6%208.75A.75.75%200%200%201%206.75%208h4.5a.75.75%200%200%201%200%201.5h-4.5A.75.75%200%200%201%206%208.75m0%203a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75m.75%203.75a.75.75%200%200%201%200-1.5h6.5a.75.75%200%200%201%200%201.5z%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%22M16.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%2016.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-.57zM12.072%204H4.75A2.75%202.75%200%200%200%202%206.75v10.5A2.75%202.75%200%200%200%204.75%2020h14.5A2.75%202.75%200%200%200%2022%2017.25v-3.319a1.29%201.29%200%200%201-1.29-.122a1.35%201.35%200%200%201-.49-.65l-.24-.76a.6.6%200%200%200-.14-.23a.7.7%200%200%200-.22-.14l-.79-.25a1.3%201.3%200%200%201-.63-.48a1.26%201.26%200%200%201-.24-.75a1.3%201.3%200%200%201%20.18-.66a1.45%201.45%200%200%201-.68.16a1.57%201.57%200%200%201-.89-.28a1.6%201.6%200%200%201-.57-.77l-.41-1.45a2%202%200%200%200-.29-.55l-.18-.1a1.9%201.9%200%200%200-.72-.44l-1.4-.46a1.54%201.54%200%200%201-.72-.64A1.57%201.57%200%200%201%2012.072%204M6%208.75A.75.75%200%200%201%206.75%208h4.5a.75.75%200%200%201%200%201.5h-4.5A.75.75%200%200%201%206%208.75m0%203a.75.75%200%200%201%20.75-.75h8.5a.75.75%200%200%201%200%201.5h-8.5a.75.75%200%200%201-.75-.75m.75%203.75a.75.75%200%200%201%200-1.5h6.5a.75.75%200%200%201%200%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/slide-text-sparkle-24-filled.svg?color=%231a73e8&size=48