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

Name
document-24-light
Set
Fluent UI System Icons
Style
24 Light
Viewbox
24×24
License
MIT

15 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the document icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4a1 1 0 0 1 1-1h6v5a2 2 0 0 0 2 2h5v10a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm14.998 5.54a.5.5 0 0 0-.013-.16a2 2 0 0 0-.57-1.173l-5.622-5.621a2 2 0 0 0-1.172-.571a.5.5 0 0 0-.162-.013L12.38 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.621l-.002-.08M13 3.217q.045.036.086.077l5.621 5.621q.04.04.077.086H14a1 1 0 0 1-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocument24Light(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="M5 4a1 1 0 0 1 1-1h6v5a2 2 0 0 0 2 2h5v10a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm14.998 5.54a.5.5 0 0 0-.013-.16a2 2 0 0 0-.57-1.173l-5.622-5.621a2 2 0 0 0-1.172-.571a.5.5 0 0 0-.162-.013L12.38 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.621l-.002-.08M13 3.217q.045.036.086.077l5.621 5.621q.04.04.077.086H14a1 1 0 0 1-1-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4a1 1 0 0 1 1-1h6v5a2 2 0 0 0 2 2h5v10a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm14.998 5.54a.5.5 0 0 0-.013-.16a2 2 0 0 0-.57-1.173l-5.622-5.621a2 2 0 0 0-1.172-.571a.5.5 0 0 0-.162-.013L12.38 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.621l-.002-.08M13 3.217q.045.036.086.077l5.621 5.621q.04.04.077.086H14a1 1 0 0 1-1-1z"/></svg>
</template>

CSS

.icon-document-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204a1%201%200%200%201%201-1h6v5a2%202%200%200%200%202%202h5v10a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1zm14.998%205.54a.5.5%200%200%200-.013-.16a2%202%200%200%200-.57-1.173l-5.622-5.621a2%202%200%200%200-1.172-.571a.5.5%200%200%200-.162-.013L12.38%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V9.621l-.002-.08M13%203.217q.045.036.086.077l5.621%205.621q.04.04.077.086H14a1%201%200%200%201-1-1z%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%22M5%204a1%201%200%200%201%201-1h6v5a2%202%200%200%200%202%202h5v10a1%201%200%200%201-1%201H6a1%201%200%200%201-1-1zm14.998%205.54a.5.5%200%200%200-.013-.16a2%202%200%200%200-.57-1.173l-5.622-5.621a2%202%200%200%200-1.172-.571a.5.5%200%200%200-.162-.013L12.38%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V9.621l-.002-.08M13%203.217q.045.036.086.077l5.621%205.621q.04.04.077.086H14a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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