File Image Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The File Image 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/305648.svg" alt="File Image icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305648.svg" alt="File Image icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305648.svg" alt="File Image icon" :width="24" :height="24" />
CSS background
.icon-file-image {
background-image: url('https://proicons.com/icon/305648.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="M549 513c18 0 32-14 33-32 0-18-14-33-32-34-19 0-34 15-34 34 0 18 15 32 33 32zm163-186c-12-1-25 0-39 0v-37c0-14-2-16-16-16h-22c-9 0-13 4-13 13v40H345c-17 0-19 1-19 18v277h-36c-14 0-16 3-17 17v21c1 10 3 13 14 13 13 1 25 0 39 0v39c0 11 3 14 14 14h24c9 0 14-4 14-13-1-13-1-26-1-40h278c17 0 18-1 18-18V378h37c13 0 16-3 16-17 1-7 1-13 0-21 0-11-3-13-14-13zm-91 286c-15-19-29-36-44-56-4-5-10-5-14 1-3 3-5 6-7 9-4 6-11 6-15 1-10-11-19-22-28-33-6-5-13-5-17 0-5 6-10 12-14 18-5 5-11 6-15 3s-9-3-12 0c-2 3-7 2-10-3-1-3-3-6-5-9-1-2-3-3-3-3l-1 1c-10 18-19 35-28 53-2 3-3 3-5 3-8-2-16-2-25-2V378h243v235zM842 0H176c-44 0-79 36-79 80v840c0 44 35 80 79 80h647c44 0 80-36 80-80V61c0-34-27-61-61-61zm-7 556v364c0 7-5 12-12 12H176c-6 0-11-5-11-12V80c0-7 5-12 11-12h489c14 0 36 10 45 21l16 18c10 12 20 24 30 35 14 16 28 32 41 48l18 21c10 11 20 37 20 52v293z"/></svg>
File Image in other icon packs
Copied!