document lightning icon

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

Name
document-lightning-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.291 24a1 1 0 0 1 .872 1.49L15.501 32h3c1.29 0 1.978 1.52 1.128 2.49L9.974 45.5c-1.01 1.151-2.885.17-2.515-1.315L9 38H3.005a1 1 0 0 1-.905-1.425l5.631-12A1 1 0 0 1 8.637 24zM24 15.25A3.75 3.75 0 0 0 27.75 19H40v22a3 3 0 0 1-3 3H13.947l7.184-8.192c1.892-2.158.518-5.483-2.224-5.785l1.997-3.552c1.125-2-.32-4.47-2.614-4.471H8.635q-.326.001-.635.068V7a3 3 0 0 1 3-3h13zm15.462 1.25H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentLightning48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.291 24a1 1 0 0 1 .872 1.49L15.501 32h3c1.29 0 1.978 1.52 1.128 2.49L9.974 45.5c-1.01 1.151-2.885.17-2.515-1.315L9 38H3.005a1 1 0 0 1-.905-1.425l5.631-12A1 1 0 0 1 8.637 24zM24 15.25A3.75 3.75 0 0 0 27.75 19H40v22a3 3 0 0 1-3 3H13.947l7.184-8.192c1.892-2.158.518-5.483-2.224-5.785l1.997-3.552c1.125-2-.32-4.47-2.614-4.471H8.635q-.326.001-.635.068V7a3 3 0 0 1 3-3h13zm15.462 1.25H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.291 24a1 1 0 0 1 .872 1.49L15.501 32h3c1.29 0 1.978 1.52 1.128 2.49L9.974 45.5c-1.01 1.151-2.885.17-2.515-1.315L9 38H3.005a1 1 0 0 1-.905-1.425l5.631-12A1 1 0 0 1 8.637 24zM24 15.25A3.75 3.75 0 0 0 27.75 19H40v22a3 3 0 0 1-3 3H13.947l7.184-8.192c1.892-2.158.518-5.483-2.224-5.785l1.997-3.552c1.125-2-.32-4.47-2.614-4.471H8.635q-.326.001-.635.068V7a3 3 0 0 1 3-3h13zm15.462 1.25H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>
</template>

CSS

.icon-document-lightning-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.291%2024a1%201%200%200%201%20.872%201.49L15.501%2032h3c1.29%200%201.978%201.52%201.128%202.49L9.974%2045.5c-1.01%201.151-2.885.17-2.515-1.315L9%2038H3.005a1%201%200%200%201-.905-1.425l5.631-12A1%201%200%200%201%208.637%2024zM24%2015.25A3.75%203.75%200%200%200%2027.75%2019H40v22a3%203%200%200%201-3%203H13.947l7.184-8.192c1.892-2.158.518-5.483-2.224-5.785l1.997-3.552c1.125-2-.32-4.47-2.614-4.471H8.635q-.326.001-.635.068V7a3%203%200%200%201%203-3h13zm15.462%201.25H27.75c-.69%200-1.25-.56-1.25-1.25V4.464z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.291%2024a1%201%200%200%201%20.872%201.49L15.501%2032h3c1.29%200%201.978%201.52%201.128%202.49L9.974%2045.5c-1.01%201.151-2.885.17-2.515-1.315L9%2038H3.005a1%201%200%200%201-.905-1.425l5.631-12A1%201%200%200%201%208.637%2024zM24%2015.25A3.75%203.75%200%200%200%2027.75%2019H40v22a3%203%200%200%201-3%203H13.947l7.184-8.192c1.892-2.158.518-5.483-2.224-5.785l1.997-3.552c1.125-2-.32-4.47-2.614-4.471H8.635q-.326.001-.635.068V7a3%203%200%200%201%203-3h13zm15.462%201.25H27.75c-.69%200-1.25-.56-1.25-1.25V4.464z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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