File Image Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The File Image Svg 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/308835.svg" alt="File Image Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308835.svg" alt="File Image Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308835.svg" alt="File Image Svg icon" :width="24" :height="24" />
CSS background
.icon-file-image---svg {
background-image: url('https://proicons.com/icon/308835.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5 2C4.44772 2 4 2.44772 4 3V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V8C20 7.73478 19.8946 7.48043 19.7071 7.29289L14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H5ZM14 4.41421L17.5858 8H14V4.41421ZM7.99999 10.5C7.99999 9.67157 8.67157 9 9.49999 9H9.50999C10.3384 9 11.01 9.67157 11.01 10.5V10.51C11.01 11.3384 10.3384 12.01 9.50999 12.01H9.49999C8.67157 12.01 7.99999 11.3384 7.99999 10.51V10.5ZM12.7071 13.2929C12.3165 12.9024 11.6834 12.9024 11.2929 13.2929L7.29286 17.2929C6.90233 17.6834 6.90233 18.3166 7.29286 18.7071C7.68338 19.0976 8.31654 19.0976 8.70707 18.7071L12 15.4142L15.2929 18.7071C15.6834 19.0976 16.3165 19.0976 16.7071 18.7071C17.0976 18.3166 17.0976 17.6834 16.7071 17.2929L12.7071 13.2929Z" fill="#292929"/> </svg>
Copied!