Folders Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Folders icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317818.svg" alt="Folders icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317818.svg" alt="Folders icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317818.svg" alt="Folders icon" :width="24" :height="24" />
CSS background
.icon-folders {
background-image: url('https://proicons.com/icon/317818.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>folders</title><path d="M26,28H6a2.0021,2.0021,0,0,1-2-2V11A2.0021,2.0021,0,0,1,6,9h5.6665a2.0119,2.0119,0,0,1,1.2007.4L16.3335,12H26a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,26,28ZM11.6665,11H5.9985L6,26H26V14H15.6665Z"/><path d="M28,9H17.6665l-4-3H6V4h7.6665a2.0119,2.0119,0,0,1,1.2007.4L18.3335,7H28Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Folders in other icon packs
Copied!