document one page sparkle icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document one page sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.834 2a2.13 2.13 0 0 1-1.225.999l-1.52.5c-.32.107-.597.314-.79.59a1.58 1.58 0 0 0 0 1.85c.187.274.457.481.77.59L15.537 7H8.75a.75.75 0 0 0 0 1.5h8.263l.466 1.43a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.86 0l.071-.062v.32l-.001.011l.001.015V12h.435c.136.125.297.221.474.28l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.274.265.512.5.679c.231.163.507.251.79.251l.001-.001v8.251A2.75 2.75 0 0 1 21.25 26H6.75A2.75 2.75 0 0 1 4 23.25V4.75A2.75 2.75 0 0 1 6.75 2zM8.75 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm0-6a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm15.231-5a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 23.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.606.606 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 18.97 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentOnePageSparkle28Filled(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="M16.834 2a2.13 2.13 0 0 1-1.225.999l-1.52.5c-.32.107-.597.314-.79.59a1.58 1.58 0 0 0 0 1.85c.187.274.457.481.77.59L15.537 7H8.75a.75.75 0 0 0 0 1.5h8.263l.466 1.43a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.86 0l.071-.062v.32l-.001.011l.001.015V12h.435c.136.125.297.221.474.28l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.274.265.512.5.679c.231.163.507.251.79.251l.001-.001v8.251A2.75 2.75 0 0 1 21.25 26H6.75A2.75 2.75 0 0 1 4 23.25V4.75A2.75 2.75 0 0 1 6.75 2zM8.75 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm0-6a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm15.231-5a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 23.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.606.606 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 18.97 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M16.834 2a2.13 2.13 0 0 1-1.225.999l-1.52.5c-.32.107-.597.314-.79.59a1.58 1.58 0 0 0 0 1.85c.187.274.457.481.77.59L15.537 7H8.75a.75.75 0 0 0 0 1.5h8.263l.466 1.43a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.86 0l.071-.062v.32l-.001.011l.001.015V12h.435c.136.125.297.221.474.28l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.274.265.512.5.679c.231.163.507.251.79.251l.001-.001v8.251A2.75 2.75 0 0 1 21.25 26H6.75A2.75 2.75 0 0 1 4 23.25V4.75A2.75 2.75 0 0 1 6.75 2zM8.75 19a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm0-6a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm15.231-5a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 23.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.606.606 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 18.97 0"/></svg>
</template>

CSS

.icon-document-one-page-sparkle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.834%202a2.13%202.13%200%200%201-1.225.999l-1.52.5c-.32.107-.597.314-.79.59a1.58%201.58%200%200%200%200%201.85c.187.274.457.481.77.59L15.537%207H8.75a.75.75%200%200%200%200%201.5h8.263l.466%201.43a1.7%201.7%200%200%200%20.59.8a1.64%201.64%200%200%200%201.86%200l.071-.062v.32l-.001.011l.001.015V12h.435c.136.125.297.221.474.28l.94.31a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.3.92c.089.274.265.512.5.679c.231.163.507.251.79.251l.001-.001v8.251A2.75%202.75%200%200%201%2021.25%2026H6.75A2.75%202.75%200%200%201%204%2023.25V4.75A2.75%202.75%200%200%201%206.75%202zM8.75%2019a.75.75%200%200%200%200%201.5h10.5a.75.75%200%200%200%200-1.5zm0-6a.75.75%200%200%200%200%201.5h10.5a.75.75%200%200%200%200-1.5zm15.231-5a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.683%200l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.918-.299a1.9%201.9%200%200%200%201.18-1.197l.3-.918A.36.36%200%200%201%2023.98%208m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.606.606%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2018.97%200%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%22M16.834%202a2.13%202.13%200%200%201-1.225.999l-1.52.5c-.32.107-.597.314-.79.59a1.58%201.58%200%200%200%200%201.85c.187.274.457.481.77.59L15.537%207H8.75a.75.75%200%200%200%200%201.5h8.263l.466%201.43a1.7%201.7%200%200%200%20.59.8a1.64%201.64%200%200%200%201.86%200l.071-.062v.32l-.001.011l.001.015V12h.435c.136.125.297.221.474.28l.94.31a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.3.92c.089.274.265.512.5.679c.231.163.507.251.79.251l.001-.001v8.251A2.75%202.75%200%200%201%2021.25%2026H6.75A2.75%202.75%200%200%201%204%2023.25V4.75A2.75%202.75%200%200%201%206.75%202zM8.75%2019a.75.75%200%200%200%200%201.5h10.5a.75.75%200%200%200%200-1.5zm0-6a.75.75%200%200%200%200%201.5h10.5a.75.75%200%200%200%200-1.5zm15.231-5a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.683%200l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.918-.299a1.9%201.9%200%200%200%201.18-1.197l.3-.918A.36.36%200%200%201%2023.98%208m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.606.606%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2018.97%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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