Folder Image Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Folder Image Svg icon is commonly used in file browsers, project management tools and admin panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308843.svg" alt="Folder Image Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308843.svg" alt="Folder Image Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308843.svg" alt="Folder Image Svg icon" :width="24" :height="24" />
CSS background
.icon-folder-image---svg {
background-image: url('https://proicons.com/icon/308843.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="M2 5C2 4.44772 2.44772 4 3 4H10C10.2652 4 10.5196 4.10536 10.7071 4.29289L12.4142 6H21C21.5523 6 22 6.44772 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V5ZM5.99997 9.5C5.99997 8.67157 6.67155 8 7.49997 8H7.50997C8.3384 8 9.00997 8.67157 9.00997 9.5V9.51C9.00997 10.3384 8.3384 11.01 7.50997 11.01H7.49997C6.67155 11.01 5.99997 10.3384 5.99997 9.51V9.5ZM12.7071 11.2929C12.3166 10.9024 11.6834 10.9024 11.2929 11.2929L7.29286 15.2929C6.90234 15.6834 6.90234 16.3166 7.29286 16.7071C7.68339 17.0976 8.31655 17.0976 8.70708 16.7071L12 13.4142L15.2929 16.7071C15.6834 17.0976 16.3166 17.0976 16.7071 16.7071C17.0976 16.3166 17.0976 15.6834 16.7071 15.2929L12.7071 11.2929Z" fill="#292929"/> </svg>
Copied!