Folder Icon
Free SVG icon from the IcoFont 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/305708.svg" alt="Folder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305708.svg" alt="Folder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305708.svg" alt="Folder icon" :width="24" :height="24" />
CSS background
.icon-folder {
background-image: url('https://proicons.com/icon/305708.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M886 246H558l-16-34c-14-29-40-47-69-47H115c-29 0-52 26-52 58v555c0 31 23 57 52 57h771c28 0 52-26 52-57V303c0-31-24-57-52-57z"/></svg>
Folder in other icon packs
Copied!