document-sparkle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
document-sparkle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

15 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.25 2H16v7.75A3.25 3.25 0 0 0 19.25 13H27v13.75A3.25 3.25 0 0 1 23.75 30h-9.371l.881-.29a2 2 0 0 0 .94-.69c.195-.305.3-.659.3-1.02a1.84 1.84 0 0 0-.34-1.07a1.9 1.9 0 0 0-.9-.68h-.07l-.87-.28a.6.6 0 0 1-.14-.09a.34.34 0 0 1-.09-.15l-.3-.91a2 2 0 0 0-.69-.94a1.9 1.9 0 0 0-1.1-.38h-.012c-.152-.009-.42-.175-.477-.76l.489-.18a2.16 2.16 0 0 0 1.08-.81c.261-.365.4-.802.4-1.25a2.17 2.17 0 0 0-1.45-2h-.11l-1.62-.6a2 2 0 0 1-.76-.48a1.9 1.9 0 0 1-.48-.77L8.52 15a2.16 2.16 0 0 0-2.05-1.48a2.14 2.14 0 0 0-1.25.4q-.115.078-.22.17V5.25A3.25 3.25 0 0 1 8.25 2m17.798 7.634c.384.384.662.855.816 1.366H19.25c-.69 0-1.25-.56-1.25-1.25V2.136a3.25 3.25 0 0 1 1.366.816zM4.488 22.51a3.5 3.5 0 0 1 .837 1.363l.548 1.683a.664.664 0 0 0 1.254 0l.548-1.683a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.684-.547a3.47 3.47 0 0 1-2.197-2.196l-.547-1.683a.664.664 0 0 0-1.255 0l-.547 1.683l-.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.298a1.9 1.9 0 0 0-1.198 1.198l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.363.363 0 0 1 0-.684l.919-.298a1.9 1.9 0 0 0 1.18-1.198l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSparkle32Filled(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="M8.25 2H16v7.75A3.25 3.25 0 0 0 19.25 13H27v13.75A3.25 3.25 0 0 1 23.75 30h-9.371l.881-.29a2 2 0 0 0 .94-.69c.195-.305.3-.659.3-1.02a1.84 1.84 0 0 0-.34-1.07a1.9 1.9 0 0 0-.9-.68h-.07l-.87-.28a.6.6 0 0 1-.14-.09a.34.34 0 0 1-.09-.15l-.3-.91a2 2 0 0 0-.69-.94a1.9 1.9 0 0 0-1.1-.38h-.012c-.152-.009-.42-.175-.477-.76l.489-.18a2.16 2.16 0 0 0 1.08-.81c.261-.365.4-.802.4-1.25a2.17 2.17 0 0 0-1.45-2h-.11l-1.62-.6a2 2 0 0 1-.76-.48a1.9 1.9 0 0 1-.48-.77L8.52 15a2.16 2.16 0 0 0-2.05-1.48a2.14 2.14 0 0 0-1.25.4q-.115.078-.22.17V5.25A3.25 3.25 0 0 1 8.25 2m17.798 7.634c.384.384.662.855.816 1.366H19.25c-.69 0-1.25-.56-1.25-1.25V2.136a3.25 3.25 0 0 1 1.366.816zM4.488 22.51a3.5 3.5 0 0 1 .837 1.363l.548 1.683a.664.664 0 0 0 1.254 0l.548-1.683a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.684-.547a3.47 3.47 0 0 1-2.197-2.196l-.547-1.683a.664.664 0 0 0-1.255 0l-.547 1.683l-.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.298a1.9 1.9 0 0 0-1.198 1.198l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.363.363 0 0 1 0-.684l.919-.298a1.9 1.9 0 0 0 1.18-1.198l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.25 2H16v7.75A3.25 3.25 0 0 0 19.25 13H27v13.75A3.25 3.25 0 0 1 23.75 30h-9.371l.881-.29a2 2 0 0 0 .94-.69c.195-.305.3-.659.3-1.02a1.84 1.84 0 0 0-.34-1.07a1.9 1.9 0 0 0-.9-.68h-.07l-.87-.28a.6.6 0 0 1-.14-.09a.34.34 0 0 1-.09-.15l-.3-.91a2 2 0 0 0-.69-.94a1.9 1.9 0 0 0-1.1-.38h-.012c-.152-.009-.42-.175-.477-.76l.489-.18a2.16 2.16 0 0 0 1.08-.81c.261-.365.4-.802.4-1.25a2.17 2.17 0 0 0-1.45-2h-.11l-1.62-.6a2 2 0 0 1-.76-.48a1.9 1.9 0 0 1-.48-.77L8.52 15a2.16 2.16 0 0 0-2.05-1.48a2.14 2.14 0 0 0-1.25.4q-.115.078-.22.17V5.25A3.25 3.25 0 0 1 8.25 2m17.798 7.634c.384.384.662.855.816 1.366H19.25c-.69 0-1.25-.56-1.25-1.25V2.136a3.25 3.25 0 0 1 1.366.816zM4.488 22.51a3.5 3.5 0 0 1 .837 1.363l.548 1.683a.664.664 0 0 0 1.254 0l.548-1.683a3.47 3.47 0 0 1 2.197-2.196l1.684-.547a.665.665 0 0 0 0-1.254l-.034-.008l-1.684-.547a3.47 3.47 0 0 1-2.197-2.196l-.547-1.683a.664.664 0 0 0-1.255 0l-.547 1.683l-.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.298a1.9 1.9 0 0 0-1.198 1.198l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.363.363 0 0 1 0-.684l.919-.298a1.9 1.9 0 0 0 1.18-1.198l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>
</template>

CSS

.icon-document-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%22M8.25%202H16v7.75A3.25%203.25%200%200%200%2019.25%2013H27v13.75A3.25%203.25%200%200%201%2023.75%2030h-9.371l.881-.29a2%202%200%200%200%20.94-.69c.195-.305.3-.659.3-1.02a1.84%201.84%200%200%200-.34-1.07a1.9%201.9%200%200%200-.9-.68h-.07l-.87-.28a.6.6%200%200%201-.14-.09a.34.34%200%200%201-.09-.15l-.3-.91a2%202%200%200%200-.69-.94a1.9%201.9%200%200%200-1.1-.38h-.012c-.152-.009-.42-.175-.477-.76l.489-.18a2.16%202.16%200%200%200%201.08-.81c.261-.365.4-.802.4-1.25a2.17%202.17%200%200%200-1.45-2h-.11l-1.62-.6a2%202%200%200%201-.76-.48a1.9%201.9%200%200%201-.48-.77L8.52%2015a2.16%202.16%200%200%200-2.05-1.48a2.14%202.14%200%200%200-1.25.4q-.115.078-.22.17V5.25A3.25%203.25%200%200%201%208.25%202m17.798%207.634c.384.384.662.855.816%201.366H19.25c-.69%200-1.25-.56-1.25-1.25V2.136a3.25%203.25%200%200%201%201.366.816zM4.488%2022.51a3.5%203.5%200%200%201%20.837%201.363l.548%201.683a.664.664%200%200%200%201.254%200l.548-1.683a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.684-.547a3.47%203.47%200%200%201-2.197-2.196l-.547-1.683a.664.664%200%200%200-1.255%200l-.547%201.683l-.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.298a1.9%201.9%200%200%200-1.198%201.198l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.363.363%200%200%201%200-.684l.919-.298a1.9%201.9%200%200%200%201.18-1.198l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.198%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%22M8.25%202H16v7.75A3.25%203.25%200%200%200%2019.25%2013H27v13.75A3.25%203.25%200%200%201%2023.75%2030h-9.371l.881-.29a2%202%200%200%200%20.94-.69c.195-.305.3-.659.3-1.02a1.84%201.84%200%200%200-.34-1.07a1.9%201.9%200%200%200-.9-.68h-.07l-.87-.28a.6.6%200%200%201-.14-.09a.34.34%200%200%201-.09-.15l-.3-.91a2%202%200%200%200-.69-.94a1.9%201.9%200%200%200-1.1-.38h-.012c-.152-.009-.42-.175-.477-.76l.489-.18a2.16%202.16%200%200%200%201.08-.81c.261-.365.4-.802.4-1.25a2.17%202.17%200%200%200-1.45-2h-.11l-1.62-.6a2%202%200%200%201-.76-.48a1.9%201.9%200%200%201-.48-.77L8.52%2015a2.16%202.16%200%200%200-2.05-1.48a2.14%202.14%200%200%200-1.25.4q-.115.078-.22.17V5.25A3.25%203.25%200%200%201%208.25%202m17.798%207.634c.384.384.662.855.816%201.366H19.25c-.69%200-1.25-.56-1.25-1.25V2.136a3.25%203.25%200%200%201%201.366.816zM4.488%2022.51a3.5%203.5%200%200%201%20.837%201.363l.548%201.683a.664.664%200%200%200%201.254%200l.548-1.683a3.47%203.47%200%200%201%202.197-2.196l1.684-.547a.665.665%200%200%200%200-1.254l-.034-.008l-1.684-.547a3.47%203.47%200%200%201-2.197-2.196l-.547-1.683a.664.664%200%200%200-1.255%200l-.547%201.683l-.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.298a1.9%201.9%200%200%200-1.198%201.198l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.363.363%200%200%201%200-.684l.919-.298a1.9%201.9%200%200%200%201.18-1.198l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.198%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-sparkle-32-filled.svg?color=%231a73e8&size=48