file doc icon
file-doc from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- file-doc
- Set
- Phosphor
- Style
- Regular
- 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 144H36a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h16a36 36 0 0 0 0-72m0 56h-8v-40h8a20 20 0 0 1 0 40m169.53-4.91a8 8 0 0 1 .25 11.31A30.06 30.06 0 0 1 200 216c-17.65 0-32-16.15-32-36s14.35-36 32-36a30.06 30.06 0 0 1 21.78 9.6a8 8 0 0 1-11.56 11.06A14.24 14.24 0 0 0 200 160c-8.82 0-16 9-16 20s7.18 20 16 20a14.24 14.24 0 0 0 10.22-4.66a8 8 0 0 1 11.31-.25M128 144c-17.65 0-32 16.15-32 36s14.35 36 32 36s32-16.15 32-36s-14.35-36-32-36m0 56c-8.82 0-16-9-16-20s7.18-20 16-20s16 9 16 20s-7.18 20-16 20m-80-80a8 8 0 0 0 8-8V40h88v48a8 8 0 0 0 8 8h48v16a8 8 0 0 0 16 0V88a8 8 0 0 0-2.34-5.66l-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v72a8 8 0 0 0 8 8m112-68.69L188.69 80H160Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFileDoc(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 144H36a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h16a36 36 0 0 0 0-72m0 56h-8v-40h8a20 20 0 0 1 0 40m169.53-4.91a8 8 0 0 1 .25 11.31A30.06 30.06 0 0 1 200 216c-17.65 0-32-16.15-32-36s14.35-36 32-36a30.06 30.06 0 0 1 21.78 9.6a8 8 0 0 1-11.56 11.06A14.24 14.24 0 0 0 200 160c-8.82 0-16 9-16 20s7.18 20 16 20a14.24 14.24 0 0 0 10.22-4.66a8 8 0 0 1 11.31-.25M128 144c-17.65 0-32 16.15-32 36s14.35 36 32 36s32-16.15 32-36s-14.35-36-32-36m0 56c-8.82 0-16-9-16-20s7.18-20 16-20s16 9 16 20s-7.18 20-16 20m-80-80a8 8 0 0 0 8-8V40h88v48a8 8 0 0 0 8 8h48v16a8 8 0 0 0 16 0V88a8 8 0 0 0-2.34-5.66l-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v72a8 8 0 0 0 8 8m112-68.69L188.69 80H160Z"/></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 144H36a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h16a36 36 0 0 0 0-72m0 56h-8v-40h8a20 20 0 0 1 0 40m169.53-4.91a8 8 0 0 1 .25 11.31A30.06 30.06 0 0 1 200 216c-17.65 0-32-16.15-32-36s14.35-36 32-36a30.06 30.06 0 0 1 21.78 9.6a8 8 0 0 1-11.56 11.06A14.24 14.24 0 0 0 200 160c-8.82 0-16 9-16 20s7.18 20 16 20a14.24 14.24 0 0 0 10.22-4.66a8 8 0 0 1 11.31-.25M128 144c-17.65 0-32 16.15-32 36s14.35 36 32 36s32-16.15 32-36s-14.35-36-32-36m0 56c-8.82 0-16-9-16-20s7.18-20 16-20s16 9 16 20s-7.18 20-16 20m-80-80a8 8 0 0 0 8-8V40h88v48a8 8 0 0 0 8 8h48v16a8 8 0 0 0 16 0V88a8 8 0 0 0-2.34-5.66l-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v72a8 8 0 0 0 8 8m112-68.69L188.69 80H160Z"/></svg> </template>
CSS
.icon-file-doc {
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%20144H36a8%208%200%200%200-8%208v56a8%208%200%200%200%208%208h16a36%2036%200%200%200%200-72m0%2056h-8v-40h8a20%2020%200%200%201%200%2040m169.53-4.91a8%208%200%200%201%20.25%2011.31A30.06%2030.06%200%200%201%20200%20216c-17.65%200-32-16.15-32-36s14.35-36%2032-36a30.06%2030.06%200%200%201%2021.78%209.6a8%208%200%200%201-11.56%2011.06A14.24%2014.24%200%200%200%20200%20160c-8.82%200-16%209-16%2020s7.18%2020%2016%2020a14.24%2014.24%200%200%200%2010.22-4.66a8%208%200%200%201%2011.31-.25M128%20144c-17.65%200-32%2016.15-32%2036s14.35%2036%2032%2036s32-16.15%2032-36s-14.35-36-32-36m0%2056c-8.82%200-16-9-16-20s7.18-20%2016-20s16%209%2016%2020s-7.18%2020-16%2020m-80-80a8%208%200%200%200%208-8V40h88v48a8%208%200%200%200%208%208h48v16a8%208%200%200%200%2016%200V88a8%208%200%200%200-2.34-5.66l-56-56A8%208%200%200%200%20152%2024H56a16%2016%200%200%200-16%2016v72a8%208%200%200%200%208%208m112-68.69L188.69%2080H160Z%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%20144H36a8%208%200%200%200-8%208v56a8%208%200%200%200%208%208h16a36%2036%200%200%200%200-72m0%2056h-8v-40h8a20%2020%200%200%201%200%2040m169.53-4.91a8%208%200%200%201%20.25%2011.31A30.06%2030.06%200%200%201%20200%20216c-17.65%200-32-16.15-32-36s14.35-36%2032-36a30.06%2030.06%200%200%201%2021.78%209.6a8%208%200%200%201-11.56%2011.06A14.24%2014.24%200%200%200%20200%20160c-8.82%200-16%209-16%2020s7.18%2020%2016%2020a14.24%2014.24%200%200%200%2010.22-4.66a8%208%200%200%201%2011.31-.25M128%20144c-17.65%200-32%2016.15-32%2036s14.35%2036%2032%2036s32-16.15%2032-36s-14.35-36-32-36m0%2056c-8.82%200-16-9-16-20s7.18-20%2016-20s16%209%2016%2020s-7.18%2020-16%2020m-80-80a8%208%200%200%200%208-8V40h88v48a8%208%200%200%200%208%208h48v16a8%208%200%200%200%2016%200V88a8%208%200%200%200-2.34-5.66l-56-56A8%208%200%200%200%20152%2024H56a16%2016%200%200%200-16%2016v72a8%208%200%200%200%208%208m112-68.69L188.69%2080H160Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-doc.svg?color=%231a73e8&size=48