File Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The File 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/308829.svg" alt="File Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308829.svg" alt="File Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308829.svg" alt="File Svg icon" :width="24" :height="24" />
CSS background
.icon-file---svg {
background-image: url('https://proicons.com/icon/308829.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="M4 3C4 2.44772 4.44772 2 5 2H14C14.2652 2 14.5196 2.10536 14.7071 2.29289L19.7071 7.29289C19.8946 7.48043 20 7.73478 20 8V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V3ZM17.5858 8L14 4.41421V8H17.5858Z" fill="#292929"/> </svg>
File Svg in other icon packs
Copied!