File Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The File 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/311467.svg" alt="File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311467.svg" alt="File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311467.svg" alt="File icon" :width="24" :height="24" />
CSS background
.icon-file {
background-image: url('https://proicons.com/icon/311467.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M13 1V2H14V3H15V4H16V5H17V6H18V7H19V20H18V21H4V20H3V2H4V1H13M13 4H12V8H16V7H15V6H14V5H13V4M5 3V19H17V10H11V9H10V3H5Z"/></svg>
File in other icon packs
Copied!