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

Name
document-sparkle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v6.073q.228-.074.47-.075c.647 0 1.254.44 1.47 1.051l.56 1.4c.185.54.623.978 1.16 1.17q.211.066.439.127c.606.166 1.26.346 1.621.863c.181.261.279.572.28.89c.04.685-.355 1.27-1 1.5q-.233.073-.47.142c-.336.099-.674.198-.996.327c.088.38.407.479.766.532H9v.115q.15.042.27.124c.224.162.391.389.48.65l.25.76c.04.165.167.304.33.35l.24.087c.729.257 1.39.492 1.39 1.463c0 .155-.027.308-.081.451H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5M3.088 17.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 3.5 12.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.53.53 0 0 1-.199.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSparkle24Filled(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 8V2H6a2 2 0 0 0-2 2v6.073q.228-.074.47-.075c.647 0 1.254.44 1.47 1.051l.56 1.4c.185.54.623.978 1.16 1.17q.211.066.439.127c.606.166 1.26.346 1.621.863c.181.261.279.572.28.89c.04.685-.355 1.27-1 1.5q-.233.073-.47.142c-.336.099-.674.198-.996.327c.088.38.407.479.766.532H9v.115q.15.042.27.124c.224.162.391.389.48.65l.25.76c.04.165.167.304.33.35l.24.087c.729.257 1.39.492 1.39 1.463c0 .155-.027.308-.081.451H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5M3.088 17.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 3.5 12.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.53.53 0 0 1-.199.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></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 8V2H6a2 2 0 0 0-2 2v6.073q.228-.074.47-.075c.647 0 1.254.44 1.47 1.051l.56 1.4c.185.54.623.978 1.16 1.17q.211.066.439.127c.606.166 1.26.346 1.621.863c.181.261.279.572.28.89c.04.685-.355 1.27-1 1.5q-.233.073-.47.142c-.336.099-.674.198-.996.327c.088.38.407.479.766.532H9v.115q.15.042.27.124c.224.162.391.389.48.65l.25.76c.04.165.167.304.33.35l.24.087c.729.257 1.39.492 1.39 1.463c0 .155-.027.308-.081.451H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5M3.088 17.412a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 3.5 12.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.53.53 0 0 1-.199.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg>
</template>

CSS

.icon-document-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%208V2H6a2%202%200%200%200-2%202v6.073q.228-.074.47-.075c.647%200%201.254.44%201.47%201.051l.56%201.4c.185.54.623.978%201.16%201.17q.211.066.439.127c.606.166%201.26.346%201.621.863c.181.261.279.572.28.89c.04.685-.355%201.27-1%201.5q-.233.073-.47.142c-.336.099-.674.198-.996.327c.088.38.407.479.766.532H9v.115q.15.042.27.124c.224.162.391.389.48.65l.25.76c.04.165.167.304.33.35l.24.087c.729.257%201.39.492%201.39%201.463c0%20.155-.027.308-.081.451H18a2%202%200%200%200%202-2V10h-6a2%202%200%200%201-2-2m1.5%200V2.5l6%206H14a.5.5%200%200%201-.5-.5M3.088%2017.412a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%203.5%2012.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.798%201.796l1.378.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377a.53.53%200%200%201-.199.263a.544.544%200%200%201-.827-.263l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.765-.248a1.58%201.58%200%200%201-1-.998l-.248-.765a.302.302%200%200%200-.57%200l-.25.764a1.58%201.58%200%200%201-.983.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57z%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%208V2H6a2%202%200%200%200-2%202v6.073q.228-.074.47-.075c.647%200%201.254.44%201.47%201.051l.56%201.4c.185.54.623.978%201.16%201.17q.211.066.439.127c.606.166%201.26.346%201.621.863c.181.261.279.572.28.89c.04.685-.355%201.27-1%201.5q-.233.073-.47.142c-.336.099-.674.198-.996.327c.088.38.407.479.766.532H9v.115q.15.042.27.124c.224.162.391.389.48.65l.25.76c.04.165.167.304.33.35l.24.087c.729.257%201.39.492%201.39%201.463c0%20.155-.027.308-.081.451H18a2%202%200%200%200%202-2V10h-6a2%202%200%200%201-2-2m1.5%200V2.5l6%206H14a.5.5%200%200%201-.5-.5M3.088%2017.412a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%203.5%2012.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.798%201.796l1.378.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377a.53.53%200%200%201-.199.263a.544.544%200%200%201-.827-.263l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.765-.248a1.58%201.58%200%200%201-1-.998l-.248-.765a.302.302%200%200%200-.57%200l-.25.764a1.58%201.58%200%200%201-.983.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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