Folder Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Folder 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/304796.svg" alt="Folder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304796.svg" alt="Folder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304796.svg" alt="Folder icon" :width="24" :height="24" />
CSS background
.icon-folder {
background-image: url('https://proicons.com/icon/304796.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>folder</title><path d="M38.68,9.47a5,5,0,0,0-4.45-2.7h-23a3.33,3.33,0,0,0-3.34,3.34V11.9H39.94Z"/><path d="M60.78,14.91H7.89v31a3.34,3.34,0,0,0,3.34,3.34H60.77a3.34,3.34,0,0,0,3.34-3.34V18.25A3.32,3.32,0,0,0,60.78,14.91Z"/></svg>
Folder in other icon packs
Copied!