file doc icon

file-doc-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
file-doc-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the file doc icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52 148H36a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4h16a32 32 0 0 0 0-64m0 56H40v-48h12a24 24 0 0 1 0 48m166.77-6a4 4 0 0 1 .12 5.66A26.1 26.1 0 0 1 200 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.1 26.1 0 0 1 18.89 8.36a4 4 0 1 1-5.78 5.54A18.15 18.15 0 0 0 200 156c-11 0-20 10.77-20 24s9 24 20 24a18.15 18.15 0 0 0 13.11-5.9a4 4 0 0 1 5.66-.1M128 148c-15.44 0-28 14.36-28 32s12.56 32 28 32s28-14.36 28-32s-12.56-32-28-32m0 56c-11 0-20-10.77-20-24s9-24 20-24s20 10.77 20 24s-9 24-20 24m-80-88a4 4 0 0 0 4-4V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 0 0 4 4m108-74.35L198.34 84H156Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileDocThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52 148H36a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4h16a32 32 0 0 0 0-64m0 56H40v-48h12a24 24 0 0 1 0 48m166.77-6a4 4 0 0 1 .12 5.66A26.1 26.1 0 0 1 200 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.1 26.1 0 0 1 18.89 8.36a4 4 0 1 1-5.78 5.54A18.15 18.15 0 0 0 200 156c-11 0-20 10.77-20 24s9 24 20 24a18.15 18.15 0 0 0 13.11-5.9a4 4 0 0 1 5.66-.1M128 148c-15.44 0-28 14.36-28 32s12.56 32 28 32s28-14.36 28-32s-12.56-32-28-32m0 56c-11 0-20-10.77-20-24s9-24 20-24s20 10.77 20 24s-9 24-20 24m-80-88a4 4 0 0 0 4-4V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 0 0 4 4m108-74.35L198.34 84H156Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52 148H36a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4h16a32 32 0 0 0 0-64m0 56H40v-48h12a24 24 0 0 1 0 48m166.77-6a4 4 0 0 1 .12 5.66A26.1 26.1 0 0 1 200 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.1 26.1 0 0 1 18.89 8.36a4 4 0 1 1-5.78 5.54A18.15 18.15 0 0 0 200 156c-11 0-20 10.77-20 24s9 24 20 24a18.15 18.15 0 0 0 13.11-5.9a4 4 0 0 1 5.66-.1M128 148c-15.44 0-28 14.36-28 32s12.56 32 28 32s28-14.36 28-32s-12.56-32-28-32m0 56c-11 0-20-10.77-20-24s9-24 20-24s20 10.77 20 24s-9 24-20 24m-80-88a4 4 0 0 0 4-4V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 0 0 4 4m108-74.35L198.34 84H156Z"/></svg>
</template>

CSS

.icon-file-doc-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M52%20148H36a4%204%200%200%200-4%204v56a4%204%200%200%200%204%204h16a32%2032%200%200%200%200-64m0%2056H40v-48h12a24%2024%200%200%201%200%2048m166.77-6a4%204%200%200%201%20.12%205.66A26.1%2026.1%200%200%201%20200%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a26.1%2026.1%200%200%201%2018.89%208.36a4%204%200%201%201-5.78%205.54A18.15%2018.15%200%200%200%20200%20156c-11%200-20%2010.77-20%2024s9%2024%2020%2024a18.15%2018.15%200%200%200%2013.11-5.9a4%204%200%200%201%205.66-.1M128%20148c-15.44%200-28%2014.36-28%2032s12.56%2032%2028%2032s28-14.36%2028-32s-12.56-32-28-32m0%2056c-11%200-20-10.77-20-24s9-24%2020-24s20%2010.77%2020%2024s-9%2024-20%2024m-80-88a4%204%200%200%200%204-4V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v20a4%204%200%200%200%208%200V88a4%204%200%200%200-1.17-2.83l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v72a4%204%200%200%200%204%204m108-74.35L198.34%2084H156Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M52%20148H36a4%204%200%200%200-4%204v56a4%204%200%200%200%204%204h16a32%2032%200%200%200%200-64m0%2056H40v-48h12a24%2024%200%200%201%200%2048m166.77-6a4%204%200%200%201%20.12%205.66A26.1%2026.1%200%200%201%20200%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a26.1%2026.1%200%200%201%2018.89%208.36a4%204%200%201%201-5.78%205.54A18.15%2018.15%200%200%200%20200%20156c-11%200-20%2010.77-20%2024s9%2024%2020%2024a18.15%2018.15%200%200%200%2013.11-5.9a4%204%200%200%201%205.66-.1M128%20148c-15.44%200-28%2014.36-28%2032s12.56%2032%2028%2032s28-14.36%2028-32s-12.56-32-28-32m0%2056c-11%200-20-10.77-20-24s9-24%2020-24s20%2010.77%2020%2024s-9%2024-20%2024m-80-88a4%204%200%200%200%204-4V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v20a4%204%200%200%200%208%200V88a4%204%200%200%200-1.17-2.83l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v72a4%204%200%200%200%204%204m108-74.35L198.34%2084H156Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-doc-thin.svg?color=%231a73e8&size=48