Folder Library Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Folder Library 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/307176.svg" alt="Folder Library icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307176.svg" alt="Folder Library icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307176.svg" alt="Folder Library icon" :width="24" :height="24" />
CSS background
.icon-folder-library {
background-image: url('https://proicons.com/icon/307176.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.20702 4H12.5C13.881 4 15 5.119 15 6.5V11.5C15 12.881 13.881 14 12.5 14H10.113C10.1068 13.9809 10.1016 13.9615 10.0964 13.9421C10.0883 13.9117 10.0802 13.8813 10.068 13.852L9.71502 13H12.5C13.328 13 14 12.328 14 11.5V6.5C14 5.672 13.328 5 12.5 5H8.20702L6.64602 6.561C6.36402 6.842 5.98302 7 5.58502 7H0.999023V4.5C0.999023 3.119 2.11802 2 3.49902 2H5.58502C5.98302 2 6.36502 2.158 6.64602 2.439L8.20702 4ZM5.58502 6C5.71802 6 5.84502 5.948 5.93902 5.854L7.29302 4.5L5.93902 3.146C5.84502 3.053 5.71802 3 5.58502 3H3.49902C2.67102 3 1.99902 3.672 1.99902 4.5V6H5.58502Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.766 9.271C7.011 9.372 7.207 9.565 7.311 9.809L9.144 14.234C9.196 14.355 9.224 14.485 9.224 14.617C9.224 14.814 9.166 15.008 9.056 15.172C8.946 15.337 8.791 15.465 8.608 15.541L7.683 15.924C7.561 15.974 7.431 16 7.3 16C7.102 16 6.908 15.941 6.743 15.832C6.578 15.723 6.449 15.566 6.373 15.383L5 12.07V15C5 15.265 4.895 15.519 4.707 15.707C4.52 15.895 4.265 16 4 16H3C2.824 16 2.652 15.954 2.5 15.865C2.348 15.954 2.176 16 2 16H1C0.735 16 0.481 15.895 0.293 15.707C0.105 15.52 0 15.265 0 15V9C0 8.735 0.106 8.481 0.293 8.293C0.48 8.105 0.735 8 1 8H2C2.176 8 2.348 8.046 2.5 8.135C2.652 8.046 2.824 8 3 8H4C4.265 8 4.519 8.106 4.707 8.293C4.895 8.48 5 8.735 5 9V9.688C5.025 9.674 5.051 9.661 5.078 9.65L6 9.268C6.246 9.169 6.521 9.17 6.766 9.271ZM1 15H2V9H1V15ZM3 15H4V9H3V15ZM5.463 10.574L7.3 15L8.22 14.617L6.385 10.192L5.463 10.574Z"/></svg>
Folder Library in other icon packs
Copied!