Folder Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Folder 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/308838.svg" alt="Folder Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308838.svg" alt="Folder Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308838.svg" alt="Folder Svg icon" :width="24" :height="24" />
CSS background
.icon-folder---svg {
background-image: url('https://proicons.com/icon/308838.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="M3 4C2.44772 4 2 4.44772 2 5V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V7C22 6.44772 21.5523 6 21 6H12.4142L10.7071 4.29289C10.5196 4.10536 10.2652 4 10 4H3Z" fill="#292929"/> </svg>
Folder Svg in other icon packs
Copied!