document-sparkle-28-light from Fluent UI System Icons by Microsoft Corporation · 28 Light · MIT Free for personal and commercial use.

Name
document-sparkle-28-light
Set
Fluent UI System Icons
Style
28 Light
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M6.5 3A1.5 1.5 0 0 0 5 4.5v8.487h-.05c-.341 0-.673.105-.95.302V4.5A2.5 2.5 0 0 1 6.5 2h8.172a2.5 2.5 0 0 1 1.767.732l6.829 6.829A2.5 2.5 0 0 1 24 11.328V23.5a2.5 2.5 0 0 1-2.5 2.5h-7.936q.102-.096.185-.21A1.37 1.37 0 0 0 14 25h7.5a1.5 1.5 0 0 0 1.5-1.5V12h-6.5A2.5 2.5 0 0 1 14 9.5V3zm10 8h6.464a1.5 1.5 0 0 0-.403-.732l-6.829-6.829A1.5 1.5 0 0 0 15 3.036V9.5a1.5 1.5 0 0 0 1.5 1.5M3.171 20.828a3.16 3.16 0 0 1 .761 1.24l.498 1.529a.604.604 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.604.604 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.604.604 0 0 0 0 1.14l1.53.497c.467.155.89.418 1.237.765m8.65 3.53l.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.298-.918a.363.363 0 0 1 .685 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSparkle28Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 3A1.5 1.5 0 0 0 5 4.5v8.487h-.05c-.341 0-.673.105-.95.302V4.5A2.5 2.5 0 0 1 6.5 2h8.172a2.5 2.5 0 0 1 1.767.732l6.829 6.829A2.5 2.5 0 0 1 24 11.328V23.5a2.5 2.5 0 0 1-2.5 2.5h-7.936q.102-.096.185-.21A1.37 1.37 0 0 0 14 25h7.5a1.5 1.5 0 0 0 1.5-1.5V12h-6.5A2.5 2.5 0 0 1 14 9.5V3zm10 8h6.464a1.5 1.5 0 0 0-.403-.732l-6.829-6.829A1.5 1.5 0 0 0 15 3.036V9.5a1.5 1.5 0 0 0 1.5 1.5M3.171 20.828a3.16 3.16 0 0 1 .761 1.24l.498 1.529a.604.604 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.604.604 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.604.604 0 0 0 0 1.14l1.53.497c.467.155.89.418 1.237.765m8.65 3.53l.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.298-.918a.363.363 0 0 1 .685 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 28 28"><path fill="currentColor" d="M6.5 3A1.5 1.5 0 0 0 5 4.5v8.487h-.05c-.341 0-.673.105-.95.302V4.5A2.5 2.5 0 0 1 6.5 2h8.172a2.5 2.5 0 0 1 1.767.732l6.829 6.829A2.5 2.5 0 0 1 24 11.328V23.5a2.5 2.5 0 0 1-2.5 2.5h-7.936q.102-.096.185-.21A1.37 1.37 0 0 0 14 25h7.5a1.5 1.5 0 0 0 1.5-1.5V12h-6.5A2.5 2.5 0 0 1 14 9.5V3zm10 8h6.464a1.5 1.5 0 0 0-.403-.732l-6.829-6.829A1.5 1.5 0 0 0 15 3.036V9.5a1.5 1.5 0 0 0 1.5 1.5M3.171 20.828a3.16 3.16 0 0 1 .761 1.24l.498 1.529a.604.604 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.604.604 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996l-.497-1.53a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.604.604 0 0 0 0 1.14l1.53.497c.467.155.89.418 1.237.765m8.65 3.53l.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.298-.918a.363.363 0 0 1 .685 0l.298.918a1.89 1.89 0 0 0 1.199 1.198"/></svg>
</template>

CSS

.icon-document-sparkle-28-light {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%203A1.5%201.5%200%200%200%205%204.5v8.487h-.05c-.341%200-.673.105-.95.302V4.5A2.5%202.5%200%200%201%206.5%202h8.172a2.5%202.5%200%200%201%201.767.732l6.829%206.829A2.5%202.5%200%200%201%2024%2011.328V23.5a2.5%202.5%200%200%201-2.5%202.5h-7.936q.102-.096.185-.21A1.37%201.37%200%200%200%2014%2025h7.5a1.5%201.5%200%200%200%201.5-1.5V12h-6.5A2.5%202.5%200%200%201%2014%209.5V3zm10%208h6.464a1.5%201.5%200%200%200-.403-.732l-6.829-6.829A1.5%201.5%200%200%200%2015%203.036V9.5a1.5%201.5%200%200%200%201.5%201.5M3.171%2020.828a3.16%203.16%200%200%201%20.761%201.24l.498%201.529a.604.604%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.604.604%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996l-.497-1.53a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.604.604%200%200%200%200%201.14l1.53.497c.467.155.89.418%201.237.765m8.65%203.53l.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.298-.918a.363.363%200%200%201%20.685%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%203A1.5%201.5%200%200%200%205%204.5v8.487h-.05c-.341%200-.673.105-.95.302V4.5A2.5%202.5%200%200%201%206.5%202h8.172a2.5%202.5%200%200%201%201.767.732l6.829%206.829A2.5%202.5%200%200%201%2024%2011.328V23.5a2.5%202.5%200%200%201-2.5%202.5h-7.936q.102-.096.185-.21A1.37%201.37%200%200%200%2014%2025h7.5a1.5%201.5%200%200%200%201.5-1.5V12h-6.5A2.5%202.5%200%200%201%2014%209.5V3zm10%208h6.464a1.5%201.5%200%200%200-.403-.732l-6.829-6.829A1.5%201.5%200%200%200%2015%203.036V9.5a1.5%201.5%200%200%200%201.5%201.5M3.171%2020.828a3.16%203.16%200%200%201%20.761%201.24l.498%201.529a.604.604%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.604.604%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996l-.497-1.53a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.604.604%200%200%200%200%201.14l1.53.497c.467.155.89.418%201.237.765m8.65%203.53l.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.298-.918a.363.363%200%200%201%20.685%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-28-light.svg?color=%231a73e8&size=48

Document Sparkle 28 light icon — Fluent UI System Icons · IconsDB