notepad sparkle icon
notepad-sparkle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- notepad-sparkle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the notepad sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a.75.75 0 0 1 .75.75v1.019l-.7.23A1.565 1.565 0 0 0 11 5.469l.001.031H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75H14v-2.25A2.25 2.25 0 0 1 16.25 16h2.25v-3.028c.22.085.41.21.48.427c.197.623.409 1.334 1.02 1.569v1.721a1.5 1.5 0 0 1-.44 1.061l-3.81 3.81a1.5 1.5 0 0 1-1.06.44H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4H7V2.75a.75.75 0 0 1 1.5 0V4h2.75V2.75A.75.75 0 0 1 12 2m4.25 15.5a.75.75 0 0 0-.75.75v1.44l2.19-2.19zm-4.923-1.496a.75.75 0 0 1 0 1.492l-.077.004h-3a.75.75 0 0 1 0-1.5h3zM20.484 9a.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-.998L20.2 9.2a.3.3 0 0 1 .284-.2m-4.734 3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm.723-11a.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 17.46 8.26l-.447 1.376L17 9.67a.545.545 0 0 1-1.014-.034L15.54 8.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 5.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 2.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 1m-2.221 7c.15.16.269.343.338.549l.268.951H8.25a.75.75 0 0 1 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepadSparkle24Regular(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="M12 2a.75.75 0 0 1 .75.75v1.019l-.7.23A1.565 1.565 0 0 0 11 5.469l.001.031H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75H14v-2.25A2.25 2.25 0 0 1 16.25 16h2.25v-3.028c.22.085.41.21.48.427c.197.623.409 1.334 1.02 1.569v1.721a1.5 1.5 0 0 1-.44 1.061l-3.81 3.81a1.5 1.5 0 0 1-1.06.44H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4H7V2.75a.75.75 0 0 1 1.5 0V4h2.75V2.75A.75.75 0 0 1 12 2m4.25 15.5a.75.75 0 0 0-.75.75v1.44l2.19-2.19zm-4.923-1.496a.75.75 0 0 1 0 1.492l-.077.004h-3a.75.75 0 0 1 0-1.5h3zM20.484 9a.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-.998L20.2 9.2a.3.3 0 0 1 .284-.2m-4.734 3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm.723-11a.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 17.46 8.26l-.447 1.376L17 9.67a.545.545 0 0 1-1.014-.034L15.54 8.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 5.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 2.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 1m-2.221 7c.15.16.269.343.338.549l.268.951H8.25a.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="M12 2a.75.75 0 0 1 .75.75v1.019l-.7.23A1.565 1.565 0 0 0 11 5.469l.001.031H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75H14v-2.25A2.25 2.25 0 0 1 16.25 16h2.25v-3.028c.22.085.41.21.48.427c.197.623.409 1.334 1.02 1.569v1.721a1.5 1.5 0 0 1-.44 1.061l-3.81 3.81a1.5 1.5 0 0 1-1.06.44H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4H7V2.75a.75.75 0 0 1 1.5 0V4h2.75V2.75A.75.75 0 0 1 12 2m4.25 15.5a.75.75 0 0 0-.75.75v1.44l2.19-2.19zm-4.923-1.496a.75.75 0 0 1 0 1.492l-.077.004h-3a.75.75 0 0 1 0-1.5h3zM20.484 9a.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-.998L20.2 9.2a.3.3 0 0 1 .284-.2m-4.734 3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5zm.723-11a.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 17.46 8.26l-.447 1.376L17 9.67a.545.545 0 0 1-1.014-.034L15.54 8.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 5.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 2.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 1m-2.221 7c.15.16.269.343.338.549l.268.951H8.25a.75.75 0 0 1 0-1.5z"/></svg> </template>
CSS
.icon-notepad-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%22M12%202a.75.75%200%200%201%20.75.75v1.019l-.7.23A1.565%201.565%200%200%200%2011%205.469l.001.031H6.25a.75.75%200%200%200-.75.75v13.5c0%20.414.336.75.75.75H14v-2.25A2.25%202.25%200%200%201%2016.25%2016h2.25v-3.028c.22.085.41.21.48.427c.197.623.409%201.334%201.02%201.569v1.721a1.5%201.5%200%200%201-.44%201.061l-3.81%203.81a1.5%201.5%200%200%201-1.06.44H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204H7V2.75a.75.75%200%200%201%201.5%200V4h2.75V2.75A.75.75%200%200%201%2012%202m4.25%2015.5a.75.75%200%200%200-.75.75v1.44l2.19-2.19zm-4.923-1.496a.75.75%200%200%201%200%201.492l-.077.004h-3a.75.75%200%200%201%200-1.5h3zM20.484%209a.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-.998L20.2%209.2a.3.3%200%200%201%20.284-.2m-4.734%203a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201%200-1.5zm.723-11a.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%2017.46%208.26l-.447%201.376L17%209.67a.545.545%200%200%201-1.014-.034L15.54%208.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2012%205.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2015.5%202.773l.012-.034l.447-1.376A.55.55%200%200%201%2016.473%201m-2.221%207c.15.16.269.343.338.549l.268.951H8.25a.75.75%200%200%201%200-1.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%22M12%202a.75.75%200%200%201%20.75.75v1.019l-.7.23A1.565%201.565%200%200%200%2011%205.469l.001.031H6.25a.75.75%200%200%200-.75.75v13.5c0%20.414.336.75.75.75H14v-2.25A2.25%202.25%200%200%201%2016.25%2016h2.25v-3.028c.22.085.41.21.48.427c.197.623.409%201.334%201.02%201.569v1.721a1.5%201.5%200%200%201-.44%201.061l-3.81%203.81a1.5%201.5%200%200%201-1.06.44H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204H7V2.75a.75.75%200%200%201%201.5%200V4h2.75V2.75A.75.75%200%200%201%2012%202m4.25%2015.5a.75.75%200%200%200-.75.75v1.44l2.19-2.19zm-4.923-1.496a.75.75%200%200%201%200%201.492l-.077.004h-3a.75.75%200%200%201%200-1.5h3zM20.484%209a.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-.998L20.2%209.2a.3.3%200%200%201%20.284-.2m-4.734%203a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201%200-1.5zm.723-11a.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%2017.46%208.26l-.447%201.376L17%209.67a.545.545%200%200%201-1.014-.034L15.54%208.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2012%205.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2015.5%202.773l.012-.034l.447-1.376A.55.55%200%200%201%2016.473%201m-2.221%207c.15.16.269.343.338.549l.268.951H8.25a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/notepad-sparkle-24-regular.svg?color=%231a73e8&size=48