Folder Open Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Folder Open 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/305707.svg" alt="Folder Open icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305707.svg" alt="Folder Open icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305707.svg" alt="Folder Open icon" :width="24" :height="24" />
CSS background
.icon-folder-open {
background-image: url('https://proicons.com/icon/305707.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="M713 381h180v-71c0-30-24-55-55-55H633l-18-33c-14-27-42-45-73-45H162c-31 0-56 25-56 56v148h607zm0 37H63l43 352c0 29 25 53 56 53h676c30 0 55-24 55-53l45-352H713z"/></svg>
Folder Open in other icon packs
Copied!