desk sparkle icon
desk-sparkle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- desk-sparkle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the desk sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.824 4a1.6 1.6 0 0 0-.074.469c.001.367.14.736.37 1.031H4.25a.75.75 0 0 0-.75.75V8h11.968l.282.999c.064.187.162.356.285.501H12v7.75A2.75 2.75 0 0 1 9.25 20h-4.5A2.75 2.75 0 0 1 2 17.25v-11A2.25 2.25 0 0 1 4.25 4zM22 19.25a.75.75 0 0 1-1.5 0v-5.419c.184.135.413.219.71.219c.342 0 .594-.11.79-.283zm-18.5-2c0 .69.56 1.25 1.25 1.25h4.5c.69 0 1.25-.56 1.25-1.25V9.5h-7zm4.75-5.75a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zM21.234 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.248-.766A.3.3 0 0 1 21.234 8m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 18.21 7.26l-.447 1.376l-.014.034a.545.545 0 0 1-1.014-.034L16.29 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.759-1.763l.012-.034l.447-1.376A.55.55 0 0 1 17.223 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeskSparkle24Regular(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="M11.824 4a1.6 1.6 0 0 0-.074.469c.001.367.14.736.37 1.031H4.25a.75.75 0 0 0-.75.75V8h11.968l.282.999c.064.187.162.356.285.501H12v7.75A2.75 2.75 0 0 1 9.25 20h-4.5A2.75 2.75 0 0 1 2 17.25v-11A2.25 2.25 0 0 1 4.25 4zM22 19.25a.75.75 0 0 1-1.5 0v-5.419c.184.135.413.219.71.219c.342 0 .594-.11.79-.283zm-18.5-2c0 .69.56 1.25 1.25 1.25h4.5c.69 0 1.25-.56 1.25-1.25V9.5h-7zm4.75-5.75a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zM21.234 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.248-.766A.3.3 0 0 1 21.234 8m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 18.21 7.26l-.447 1.376l-.014.034a.545.545 0 0 1-1.014-.034L16.29 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.759-1.763l.012-.034l.447-1.376A.55.55 0 0 1 17.223 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="M11.824 4a1.6 1.6 0 0 0-.074.469c.001.367.14.736.37 1.031H4.25a.75.75 0 0 0-.75.75V8h11.968l.282.999c.064.187.162.356.285.501H12v7.75A2.75 2.75 0 0 1 9.25 20h-4.5A2.75 2.75 0 0 1 2 17.25v-11A2.25 2.25 0 0 1 4.25 4zM22 19.25a.75.75 0 0 1-1.5 0v-5.419c.184.135.413.219.71.219c.342 0 .594-.11.79-.283zm-18.5-2c0 .69.56 1.25 1.25 1.25h4.5c.69 0 1.25-.56 1.25-1.25V9.5h-7zm4.75-5.75a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5zM21.234 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998l.248-.766A.3.3 0 0 1 21.234 8m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 18.21 7.26l-.447 1.376l-.014.034a.545.545 0 0 1-1.014-.034L16.29 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.759-1.763l.012-.034l.447-1.376A.55.55 0 0 1 17.223 0"/></svg> </template>
CSS
.icon-desk-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%22M11.824%204a1.6%201.6%200%200%200-.074.469c.001.367.14.736.37%201.031H4.25a.75.75%200%200%200-.75.75V8h11.968l.282.999c.064.187.162.356.285.501H12v7.75A2.75%202.75%200%200%201%209.25%2020h-4.5A2.75%202.75%200%200%201%202%2017.25v-11A2.25%202.25%200%200%201%204.25%204zM22%2019.25a.75.75%200%200%201-1.5%200v-5.419c.184.135.413.219.71.219c.342%200%20.594-.11.79-.283zm-18.5-2c0%20.69.56%201.25%201.25%201.25h4.5c.69%200%201.25-.56%201.25-1.25V9.5h-7zm4.75-5.75a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5zM21.234%208a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.248-.766A.3.3%200%200%201%2021.234%208m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2018.21%207.26l-.447%201.376l-.014.034a.545.545%200%200%201-1.014-.034L16.29%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.759-1.763l.012-.034l.447-1.376A.55.55%200%200%201%2017.223%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%22M11.824%204a1.6%201.6%200%200%200-.074.469c.001.367.14.736.37%201.031H4.25a.75.75%200%200%200-.75.75V8h11.968l.282.999c.064.187.162.356.285.501H12v7.75A2.75%202.75%200%200%201%209.25%2020h-4.5A2.75%202.75%200%200%201%202%2017.25v-11A2.25%202.25%200%200%201%204.25%204zM22%2019.25a.75.75%200%200%201-1.5%200v-5.419c.184.135.413.219.71.219c.342%200%20.594-.11.79-.283zm-18.5-2c0%20.69.56%201.25%201.25%201.25h4.5c.69%200%201.25-.56%201.25-1.25V9.5h-7zm4.75-5.75a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201%200-1.5zM21.234%208a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998l.248-.766A.3.3%200%200%201%2021.234%208m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2018.21%207.26l-.447%201.376l-.014.034a.545.545%200%200%201-1.014-.034L16.29%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.759-1.763l.012-.034l.447-1.376A.55.55%200%200%201%2017.223%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desk-sparkle-24-regular.svg?color=%231a73e8&size=48