File Image Icon
Free SVG icon from the Arcticons 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/325834.svg" alt="File Image icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325834.svg" alt="File Image icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325834.svg" alt="File Image icon" :width="24" :height="24" />
CSS background
.icon-file-image {
background-image: url('https://proicons.com/icon/325834.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="M39.5,15.5h-9c-1.1046,0-2-.8954-2-2V4.5H10.5c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h27c1.1046,0,2-.8954,2-2V15.5Z"/><line id="e" class="h" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/></g><g id="f"><path id="g" class="h" d="M29.0077,21.386c1.6883,0,3.0569,1.3686,3.0569,3.0569s-1.3686,3.0569-3.0569,3.0569-3.0569-1.3686-3.0569-3.0569,1.3686-3.0569,3.0569-3.0569h0ZM21.2664,27.4587l4.9375,4.9375c.185.1888.4881.1919.677.0069l.0069-.0069.9437-.9437c.1893-.1878.4946-.1878.6839,0l5.341,5.341c.1889.185.192.4881.007.6769-.0917.0937-.2179.1456-.3489.1437H14.4825c-.2644.0021-.4804-.2105-.4825-.4749-.0008-.0991.0292-.196.0858-.2774l6.4967-9.3142c.1573-.2125.4571-.2572.6696-.0999.0048.0036.0096.0072.0143.011Z"/></g></svg>
File Image in other icon packs
Copied!