file doc icon
file-doc-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- file-doc-fill
- Set
- Phosphor
- Style
- Fill
- 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="M44 120h168.07a4 4 0 0 0 4-4V88a8 8 0 0 0-2.34-5.66l-56-56a8 8 0 0 0-5.68-2.34H56a16 16 0 0 0-16 16v76a4 4 0 0 0 4 4m108-76l44 44h-44ZM52 144H36a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h15.33C71 216 87.55 200.52 88 180.87A36 36 0 0 0 52 144m-.49 56H44v-40h8a20 20 0 0 1 20 20.77C71.59 191.59 62.35 200 51.52 200Zm170.67-4.28a8.26 8.26 0 0 1-.73 11.09a30 30 0 0 1-21.4 9.19c-17.65 0-32-16.15-32-36s14.36-36 32-36a30 30 0 0 1 21.4 9.19a8.26 8.26 0 0 1 .73 11.09a8 8 0 0 1-11.9.38a14.2 14.2 0 0 0-10.22-4.66c-8.82 0-16 9-16 20s7.18 20 16 20a14.25 14.25 0 0 0 10.23-4.66a8 8 0 0 1 11.9.38ZM128 144c-17.65 0-32 16.15-32 36s14.37 36 32 36s32-16.15 32-36s-14.31-36-32-36m0 56c-8.83 0-16-9-16-20s7.18-20 16-20s16 9 16 20s-7.14 20-16 20"/></svg>
React
import type { SVGProps } from "react";
export function PhFileDocFill(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="M44 120h168.07a4 4 0 0 0 4-4V88a8 8 0 0 0-2.34-5.66l-56-56a8 8 0 0 0-5.68-2.34H56a16 16 0 0 0-16 16v76a4 4 0 0 0 4 4m108-76l44 44h-44ZM52 144H36a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h15.33C71 216 87.55 200.52 88 180.87A36 36 0 0 0 52 144m-.49 56H44v-40h8a20 20 0 0 1 20 20.77C71.59 191.59 62.35 200 51.52 200Zm170.67-4.28a8.26 8.26 0 0 1-.73 11.09a30 30 0 0 1-21.4 9.19c-17.65 0-32-16.15-32-36s14.36-36 32-36a30 30 0 0 1 21.4 9.19a8.26 8.26 0 0 1 .73 11.09a8 8 0 0 1-11.9.38a14.2 14.2 0 0 0-10.22-4.66c-8.82 0-16 9-16 20s7.18 20 16 20a14.25 14.25 0 0 0 10.23-4.66a8 8 0 0 1 11.9.38ZM128 144c-17.65 0-32 16.15-32 36s14.37 36 32 36s32-16.15 32-36s-14.31-36-32-36m0 56c-8.83 0-16-9-16-20s7.18-20 16-20s16 9 16 20s-7.14 20-16 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 120h168.07a4 4 0 0 0 4-4V88a8 8 0 0 0-2.34-5.66l-56-56a8 8 0 0 0-5.68-2.34H56a16 16 0 0 0-16 16v76a4 4 0 0 0 4 4m108-76l44 44h-44ZM52 144H36a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8h15.33C71 216 87.55 200.52 88 180.87A36 36 0 0 0 52 144m-.49 56H44v-40h8a20 20 0 0 1 20 20.77C71.59 191.59 62.35 200 51.52 200Zm170.67-4.28a8.26 8.26 0 0 1-.73 11.09a30 30 0 0 1-21.4 9.19c-17.65 0-32-16.15-32-36s14.36-36 32-36a30 30 0 0 1 21.4 9.19a8.26 8.26 0 0 1 .73 11.09a8 8 0 0 1-11.9.38a14.2 14.2 0 0 0-10.22-4.66c-8.82 0-16 9-16 20s7.18 20 16 20a14.25 14.25 0 0 0 10.23-4.66a8 8 0 0 1 11.9.38ZM128 144c-17.65 0-32 16.15-32 36s14.37 36 32 36s32-16.15 32-36s-14.31-36-32-36m0 56c-8.83 0-16-9-16-20s7.18-20 16-20s16 9 16 20s-7.14 20-16 20"/></svg> </template>
CSS
.icon-file-doc-fill {
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%22M44%20120h168.07a4%204%200%200%200%204-4V88a8%208%200%200%200-2.34-5.66l-56-56a8%208%200%200%200-5.68-2.34H56a16%2016%200%200%200-16%2016v76a4%204%200%200%200%204%204m108-76l44%2044h-44ZM52%20144H36a8%208%200%200%200-8%208v56a8%208%200%200%200%208%208h15.33C71%20216%2087.55%20200.52%2088%20180.87A36%2036%200%200%200%2052%20144m-.49%2056H44v-40h8a20%2020%200%200%201%2020%2020.77C71.59%20191.59%2062.35%20200%2051.52%20200Zm170.67-4.28a8.26%208.26%200%200%201-.73%2011.09a30%2030%200%200%201-21.4%209.19c-17.65%200-32-16.15-32-36s14.36-36%2032-36a30%2030%200%200%201%2021.4%209.19a8.26%208.26%200%200%201%20.73%2011.09a8%208%200%200%201-11.9.38a14.2%2014.2%200%200%200-10.22-4.66c-8.82%200-16%209-16%2020s7.18%2020%2016%2020a14.25%2014.25%200%200%200%2010.23-4.66a8%208%200%200%201%2011.9.38ZM128%20144c-17.65%200-32%2016.15-32%2036s14.37%2036%2032%2036s32-16.15%2032-36s-14.31-36-32-36m0%2056c-8.83%200-16-9-16-20s7.18-20%2016-20s16%209%2016%2020s-7.14%2020-16%2020%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%22M44%20120h168.07a4%204%200%200%200%204-4V88a8%208%200%200%200-2.34-5.66l-56-56a8%208%200%200%200-5.68-2.34H56a16%2016%200%200%200-16%2016v76a4%204%200%200%200%204%204m108-76l44%2044h-44ZM52%20144H36a8%208%200%200%200-8%208v56a8%208%200%200%200%208%208h15.33C71%20216%2087.55%20200.52%2088%20180.87A36%2036%200%200%200%2052%20144m-.49%2056H44v-40h8a20%2020%200%200%201%2020%2020.77C71.59%20191.59%2062.35%20200%2051.52%20200Zm170.67-4.28a8.26%208.26%200%200%201-.73%2011.09a30%2030%200%200%201-21.4%209.19c-17.65%200-32-16.15-32-36s14.36-36%2032-36a30%2030%200%200%201%2021.4%209.19a8.26%208.26%200%200%201%20.73%2011.09a8%208%200%200%201-11.9.38a14.2%2014.2%200%200%200-10.22-4.66c-8.82%200-16%209-16%2020s7.18%2020%2016%2020a14.25%2014.25%200%200%200%2010.23-4.66a8%208%200%200%201%2011.9.38ZM128%20144c-17.65%200-32%2016.15-32%2036s14.37%2036%2032%2036s32-16.15%2032-36s-14.31-36-32-36m0%2056c-8.83%200-16-9-16-20s7.18-20%2016-20s16%209%2016%2020s-7.14%2020-16%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-doc-fill.svg?color=%231a73e8&size=48