File Icon
Free SVG icon from the Govicons 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/304793.svg" alt="File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304793.svg" alt="File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304793.svg" alt="File icon" :width="24" :height="24" />
CSS background
.icon-file {
background-image: url('https://proicons.com/icon/304793.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><defs><style>.cls-1{fill:#161616;}</style></defs><title>file</title><path class="cls-1" d="M45.86,9.31V0H16.76a.61.61,0,0,0-.62.61V55.39a.62.62,0,0,0,.62.61H55.24a.62.62,0,0,0,.62-.61V10.92H47.47A1.62,1.62,0,0,1,45.86,9.31Z"/><polygon class="cls-1" points="49.08 7.7 53.86 7.7 49.08 2.51 49.08 7.7"/></svg>
File in other icon packs
Copied!