notepad sparkle icon
notepad-sparkle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- notepad-sparkle-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M20.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M17 4h1.287L17 4.44a2.17 2.17 0 0 0-1.5 2.06a2.17 2.17 0 0 0 1.45 2l1.71.56c.29.093.554.254.77.47c0 .036.04.072.084.111a.5.5 0 0 1 .076.079q.106.131.184.28H11a1 1 0 1 0 0 2h9.45a2.16 2.16 0 0 0 3.3 1.08a1.9 1.9 0 0 0-.25.9c0 .383.118.757.34 1.07c.224.313.538.55.9.68l1 .31q.08.035.14.1a.3.3 0 0 1 .09.15l.3.91a2 2 0 0 0 .73.967V20h-6.25a3.25 3.25 0 0 0-3.25 3.25V29H8.25A3.25 3.25 0 0 1 5 25.75V7.25A3.25 3.25 0 0 1 8.25 4H10V3a1 1 0 1 1 2 0v1h3V3a1 1 0 1 1 2 0zm-7 12a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 4a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm8.707 8.707a1 1 0 0 1-.207.159V23.25c0-.69.56-1.25 1.25-1.25h5.664z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepadSparkle32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M17 4h1.287L17 4.44a2.17 2.17 0 0 0-1.5 2.06a2.17 2.17 0 0 0 1.45 2l1.71.56c.29.093.554.254.77.47c0 .036.04.072.084.111a.5.5 0 0 1 .076.079q.106.131.184.28H11a1 1 0 1 0 0 2h9.45a2.16 2.16 0 0 0 3.3 1.08a1.9 1.9 0 0 0-.25.9c0 .383.118.757.34 1.07c.224.313.538.55.9.68l1 .31q.08.035.14.1a.3.3 0 0 1 .09.15l.3.91a2 2 0 0 0 .73.967V20h-6.25a3.25 3.25 0 0 0-3.25 3.25V29H8.25A3.25 3.25 0 0 1 5 25.75V7.25A3.25 3.25 0 0 1 8.25 4H10V3a1 1 0 1 1 2 0v1h3V3a1 1 0 1 1 2 0zm-7 12a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 4a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm8.707 8.707a1 1 0 0 1-.207.159V23.25c0-.69.56-1.25 1.25-1.25h5.664z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.488 8.511a3.5 3.5 0 0 1 .837 1.363l.548 1.682a.664.664 0 0 0 1.254 0l.548-1.682a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.683-.547a3.47 3.47 0 0 1-2.198-2.196l-.547-1.682a.665.665 0 0 0-1.255 0l-.547 1.682l-.014.042a3.47 3.47 0 0 1-2.15 2.154l-1.684.547a.665.665 0 0 0 0 1.254l1.684.546c.513.171.979.46 1.36.842m9.333 4.847l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M17 4h1.287L17 4.44a2.17 2.17 0 0 0-1.5 2.06a2.17 2.17 0 0 0 1.45 2l1.71.56c.29.093.554.254.77.47c0 .036.04.072.084.111a.5.5 0 0 1 .076.079q.106.131.184.28H11a1 1 0 1 0 0 2h9.45a2.16 2.16 0 0 0 3.3 1.08a1.9 1.9 0 0 0-.25.9c0 .383.118.757.34 1.07c.224.313.538.55.9.68l1 .31q.08.035.14.1a.3.3 0 0 1 .09.15l.3.91a2 2 0 0 0 .73.967V20h-6.25a3.25 3.25 0 0 0-3.25 3.25V29H8.25A3.25 3.25 0 0 1 5 25.75V7.25A3.25 3.25 0 0 1 8.25 4H10V3a1 1 0 1 1 2 0v1h3V3a1 1 0 1 1 2 0zm-7 12a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H11a1 1 0 0 0-1 1m1 4a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm8.707 8.707a1 1 0 0 1-.207.159V23.25c0-.69.56-1.25 1.25-1.25h5.664z"/></svg> </template>
CSS
.icon-notepad-sparkle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.488%208.511a3.5%203.5%200%200%201%20.837%201.363l.548%201.682a.664.664%200%200%200%201.254%200l.548-1.682a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196l-.547-1.682a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M17%204h1.287L17%204.44a2.17%202.17%200%200%200-1.5%202.06a2.17%202.17%200%200%200%201.45%202l1.71.56c.29.093.554.254.77.47c0%20.036.04.072.084.111a.5.5%200%200%201%20.076.079q.106.131.184.28H11a1%201%200%201%200%200%202h9.45a2.16%202.16%200%200%200%203.3%201.08a1.9%201.9%200%200%200-.25.9c0%20.383.118.757.34%201.07c.224.313.538.55.9.68l1%20.31q.08.035.14.1a.3.3%200%200%201%20.09.15l.3.91a2%202%200%200%200%20.73.967V20h-6.25a3.25%203.25%200%200%200-3.25%203.25V29H8.25A3.25%203.25%200%200%201%205%2025.75V7.25A3.25%203.25%200%200%201%208.25%204H10V3a1%201%200%201%201%202%200v1h3V3a1%201%200%201%201%202%200zm-7%2012a1%201%200%200%200%201%201h10a1%201%200%201%200%200-2H11a1%201%200%200%200-1%201m1%204a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2zm8.707%208.707a1%201%200%200%201-.207.159V23.25c0-.69.56-1.25%201.25-1.25h5.664z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.488%208.511a3.5%203.5%200%200%201%20.837%201.363l.548%201.682a.664.664%200%200%200%201.254%200l.548-1.682a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.683-.547a3.47%203.47%200%200%201-2.198-2.196l-.547-1.682a.665.665%200%200%200-1.255%200l-.547%201.682l-.014.042a3.47%203.47%200%200%201-2.15%202.154l-1.684.547a.665.665%200%200%200%200%201.254l1.684.546c.513.171.979.46%201.36.842m9.333%204.847l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M17%204h1.287L17%204.44a2.17%202.17%200%200%200-1.5%202.06a2.17%202.17%200%200%200%201.45%202l1.71.56c.29.093.554.254.77.47c0%20.036.04.072.084.111a.5.5%200%200%201%20.076.079q.106.131.184.28H11a1%201%200%201%200%200%202h9.45a2.16%202.16%200%200%200%203.3%201.08a1.9%201.9%200%200%200-.25.9c0%20.383.118.757.34%201.07c.224.313.538.55.9.68l1%20.31q.08.035.14.1a.3.3%200%200%201%20.09.15l.3.91a2%202%200%200%200%20.73.967V20h-6.25a3.25%203.25%200%200%200-3.25%203.25V29H8.25A3.25%203.25%200%200%201%205%2025.75V7.25A3.25%203.25%200%200%201%208.25%204H10V3a1%201%200%201%201%202%200v1h3V3a1%201%200%201%201%202%200zm-7%2012a1%201%200%200%200%201%201h10a1%201%200%201%200%200-2H11a1%201%200%200%200-1%201m1%204a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2zm8.707%208.707a1%201%200%200%201-.207.159V23.25c0-.69.56-1.25%201.25-1.25h5.664z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/notepad-sparkle-32-filled.svg?color=%231a73e8&size=48