File Fill Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The File Fill icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305644.svg" alt="File Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305644.svg" alt="File Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305644.svg" alt="File Fill icon" :width="24" :height="24" />
CSS background
.icon-file-fill {
background-image: url('https://proicons.com/icon/305644.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M778 192c-16-19-32-38-48-58-13-15-25-30-38-45s-38-27-57-27H234c-19 0-34 16-34 36v804c0 20 15 35 34 35h532c19 0 34-15 34-35V254c0-19-10-47-22-62z"/></svg>
File Fill in other icon packs
Copied!