slide text sparkle icon
slide-text-sparkle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- slide-text-sparkle-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-filledslide-text-sparkle-24-regularslide-text-sparkle-28-filledslide-text-sparkle-28-regularslide-text-sparkle-32-filledslide-text-sparkle-32-regularslide-text-sparkle-48-filled
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 48 48"><path fill="currentColor" d="M32.833 13.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.027 1.027 0 0 1 1.94 0l.845 2.6A5.36 5.36 0 0 0 40.66 7.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.36 5.36 0 0 0-3.397 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM25.41 8H8.75A4.75 4.75 0 0 0 4 12.75v22.5A4.75 4.75 0 0 0 8.75 40h30.5A4.75 4.75 0 0 0 44 35.25v-8.3a2.55 2.55 0 0 1-2-.41a2.5 2.5 0 0 1-.5-.52v9.23a2.25 2.25 0 0 1-2.25 2.25H8.75a2.25 2.25 0 0 1-2.25-2.25v-22.5a2.25 2.25 0 0 1 2.25-2.25h16.41l-.026-.08A3 3 0 0 1 25.41 8m-12.16 8a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5zM12 23.75c0-.69.56-1.25 1.25-1.25h17.5a1.25 1.25 0 1 1 0 2.5h-17.5c-.69 0-1.25-.56-1.25-1.25m0 6.5c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 1 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentSlideTextSparkle48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.833 13.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.027 1.027 0 0 1 1.94 0l.845 2.6A5.36 5.36 0 0 0 40.66 7.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.36 5.36 0 0 0-3.397 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM25.41 8H8.75A4.75 4.75 0 0 0 4 12.75v22.5A4.75 4.75 0 0 0 8.75 40h30.5A4.75 4.75 0 0 0 44 35.25v-8.3a2.55 2.55 0 0 1-2-.41a2.5 2.5 0 0 1-.5-.52v9.23a2.25 2.25 0 0 1-2.25 2.25H8.75a2.25 2.25 0 0 1-2.25-2.25v-22.5a2.25 2.25 0 0 1 2.25-2.25h16.41l-.026-.08A3 3 0 0 1 25.41 8m-12.16 8a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5zM12 23.75c0-.69.56-1.25 1.25-1.25h17.5a1.25 1.25 0 1 1 0 2.5h-17.5c-.69 0-1.25-.56-1.25-1.25m0 6.5c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 1 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.833 13.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.027 1.027 0 0 1 1.94 0l.845 2.6A5.36 5.36 0 0 0 40.66 7.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.36 5.36 0 0 0-3.397 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM25.41 8H8.75A4.75 4.75 0 0 0 4 12.75v22.5A4.75 4.75 0 0 0 8.75 40h30.5A4.75 4.75 0 0 0 44 35.25v-8.3a2.55 2.55 0 0 1-2-.41a2.5 2.5 0 0 1-.5-.52v9.23a2.25 2.25 0 0 1-2.25 2.25H8.75a2.25 2.25 0 0 1-2.25-2.25v-22.5a2.25 2.25 0 0 1 2.25-2.25h16.41l-.026-.08A3 3 0 0 1 25.41 8m-12.16 8a1.25 1.25 0 1 0 0 2.5h9.5a1.25 1.25 0 1 0 0-2.5zM12 23.75c0-.69.56-1.25 1.25-1.25h17.5a1.25 1.25 0 1 1 0 2.5h-17.5c-.69 0-1.25-.56-1.25-1.25m0 6.5c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 1 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25"/></svg> </template>
CSS
.icon-slide-text-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.833%2013.112a5.36%205.36%200%200%200-2.544-1.805l-2.603-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.027%201.027%200%200%201%201.94%200l.845%202.6A5.36%205.36%200%200%200%2040.66%207.68l2.602.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.602.845a5.36%205.36%200%200%200-3.397%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.497l-.846-2.6a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-1.378-.448a2.84%202.84%200%200%201-1.797-1.796l-.448-1.377a.544.544%200%200%200-1.027%200l-.448%201.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.039v-.01l.016-.039l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025zM25.41%208H8.75A4.75%204.75%200%200%200%204%2012.75v22.5A4.75%204.75%200%200%200%208.75%2040h30.5A4.75%204.75%200%200%200%2044%2035.25v-8.3a2.55%202.55%200%200%201-2-.41a2.5%202.5%200%200%201-.5-.52v9.23a2.25%202.25%200%200%201-2.25%202.25H8.75a2.25%202.25%200%200%201-2.25-2.25v-22.5a2.25%202.25%200%200%201%202.25-2.25h16.41l-.026-.08A3%203%200%200%201%2025.41%208m-12.16%208a1.25%201.25%200%201%200%200%202.5h9.5a1.25%201.25%200%201%200%200-2.5zM12%2023.75c0-.69.56-1.25%201.25-1.25h17.5a1.25%201.25%200%201%201%200%202.5h-17.5c-.69%200-1.25-.56-1.25-1.25m0%206.5c0-.69.56-1.25%201.25-1.25h13.5a1.25%201.25%200%201%201%200%202.5h-13.5c-.69%200-1.25-.56-1.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32.833%2013.112a5.36%205.36%200%200%200-2.544-1.805l-2.603-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.027%201.027%200%200%201%201.94%200l.845%202.6A5.36%205.36%200%200%200%2040.66%207.68l2.602.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.602.845a5.36%205.36%200%200%200-3.397%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.497l-.846-2.6a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-1.378-.448a2.84%202.84%200%200%201-1.797-1.796l-.448-1.377a.544.544%200%200%200-1.027%200l-.448%201.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.039v-.01l.016-.039l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025zM25.41%208H8.75A4.75%204.75%200%200%200%204%2012.75v22.5A4.75%204.75%200%200%200%208.75%2040h30.5A4.75%204.75%200%200%200%2044%2035.25v-8.3a2.55%202.55%200%200%201-2-.41a2.5%202.5%200%200%201-.5-.52v9.23a2.25%202.25%200%200%201-2.25%202.25H8.75a2.25%202.25%200%200%201-2.25-2.25v-22.5a2.25%202.25%200%200%201%202.25-2.25h16.41l-.026-.08A3%203%200%200%201%2025.41%208m-12.16%208a1.25%201.25%200%201%200%200%202.5h9.5a1.25%201.25%200%201%200%200-2.5zM12%2023.75c0-.69.56-1.25%201.25-1.25h17.5a1.25%201.25%200%201%201%200%202.5h-17.5c-.69%200-1.25-.56-1.25-1.25m0%206.5c0-.69.56-1.25%201.25-1.25h13.5a1.25%201.25%200%201%201%200%202.5h-13.5c-.69%200-1.25-.56-1.25-1.25%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-48-regular.svg?color=%231a73e8&size=48