notepad sparkle icon
notepad-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- notepad-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.469c.002.635.416 1.277 1 1.53l1.4.46c.314.106.62.294.852.541H8.25a.75.75 0 0 0 0 1.5h6.608l.142.499a1.55 1.55 0 0 0 1.46 1.05c.236.003.47-.052.68-.16c-.12.2-.181.428-.18.66c-.004.54.362 1.048.87 1.23c.376.12 1.007.181 1.15.62c.197.623.409 1.334 1.02 1.569V16h-3.75A2.25 2.25 0 0 0 14 18.25V22H6.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 2m7.76 15.5q-.085.136-.2.25l-3.81 3.81q-.115.115-.25.2v-3.51a.75.75 0 0 1 .75-.75zM8.25 16a.75.75 0 0 0 0 1.5h3l.077-.004a.75.75 0 0 0 0-1.492L11.25 16zm12.234-7a.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-.2M8.25 12a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm8.223-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 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepadSparkle24Filled(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.469c.002.635.416 1.277 1 1.53l1.4.46c.314.106.62.294.852.541H8.25a.75.75 0 0 0 0 1.5h6.608l.142.499a1.55 1.55 0 0 0 1.46 1.05c.236.003.47-.052.68-.16c-.12.2-.181.428-.18.66c-.004.54.362 1.048.87 1.23c.376.12 1.007.181 1.15.62c.197.623.409 1.334 1.02 1.569V16h-3.75A2.25 2.25 0 0 0 14 18.25V22H6.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 2m7.76 15.5q-.085.136-.2.25l-3.81 3.81q-.115.115-.25.2v-3.51a.75.75 0 0 1 .75-.75zM8.25 16a.75.75 0 0 0 0 1.5h3l.077-.004a.75.75 0 0 0 0-1.492L11.25 16zm12.234-7a.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-.2M8.25 12a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm8.223-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 1"/></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.469c.002.635.416 1.277 1 1.53l1.4.46c.314.106.62.294.852.541H8.25a.75.75 0 0 0 0 1.5h6.608l.142.499a1.55 1.55 0 0 0 1.46 1.05c.236.003.47-.052.68-.16c-.12.2-.181.428-.18.66c-.004.54.362 1.048.87 1.23c.376.12 1.007.181 1.15.62c.197.623.409 1.334 1.02 1.569V16h-3.75A2.25 2.25 0 0 0 14 18.25V22H6.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 2m7.76 15.5q-.085.136-.2.25l-3.81 3.81q-.115.115-.25.2v-3.51a.75.75 0 0 1 .75-.75zM8.25 16a.75.75 0 0 0 0 1.5h3l.077-.004a.75.75 0 0 0 0-1.492L11.25 16zm12.234-7a.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-.2M8.25 12a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm8.223-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 1"/></svg> </template>
CSS
.icon-notepad-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%22M12%202a.75.75%200%200%201%20.75.75v1.019l-.7.23A1.565%201.565%200%200%200%2011%205.469c.002.635.416%201.277%201%201.53l1.4.46c.314.106.62.294.852.541H8.25a.75.75%200%200%200%200%201.5h6.608l.142.499a1.55%201.55%200%200%200%201.46%201.05c.236.003.47-.052.68-.16c-.12.2-.181.428-.18.66c-.004.54.362%201.048.87%201.23c.376.12%201.007.181%201.15.62c.197.623.409%201.334%201.02%201.569V16h-3.75A2.25%202.25%200%200%200%2014%2018.25V22H6.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%202m7.76%2015.5q-.085.136-.2.25l-3.81%203.81q-.115.115-.25.2v-3.51a.75.75%200%200%201%20.75-.75zM8.25%2016a.75.75%200%200%200%200%201.5h3l.077-.004a.75.75%200%200%200%200-1.492L11.25%2016zm12.234-7a.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-.2M8.25%2012a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm8.223-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%201%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.469c.002.635.416%201.277%201%201.53l1.4.46c.314.106.62.294.852.541H8.25a.75.75%200%200%200%200%201.5h6.608l.142.499a1.55%201.55%200%200%200%201.46%201.05c.236.003.47-.052.68-.16c-.12.2-.181.428-.18.66c-.004.54.362%201.048.87%201.23c.376.12%201.007.181%201.15.62c.197.623.409%201.334%201.02%201.569V16h-3.75A2.25%202.25%200%200%200%2014%2018.25V22H6.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%202m7.76%2015.5q-.085.136-.2.25l-3.81%203.81q-.115.115-.25.2v-3.51a.75.75%200%200%201%20.75-.75zM8.25%2016a.75.75%200%200%200%200%201.5h3l.077-.004a.75.75%200%200%200%200-1.492L11.25%2016zm12.234-7a.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-.2M8.25%2012a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm8.223-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%201%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-filled.svg?color=%231a73e8&size=48