Folder Active Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Folder Active 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/307175.svg" alt="Folder Active icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307175.svg" alt="Folder Active icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307175.svg" alt="Folder Active icon" :width="24" :height="24" />
CSS background
.icon-folder-active {
background-image: url('https://proicons.com/icon/307175.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="M11.5 7C13.9853 7 16 9.01472 16 11.5C16 13.9853 13.9853 16 11.5 16C9.01472 16 7 13.9853 7 11.5C7 9.01472 9.01472 7 11.5 7ZM13.8535 10.1465C13.6583 9.95123 13.3417 9.95124 13.1465 10.1465L11 12.293L9.85352 11.1465C9.65826 10.9512 9.34175 10.9512 9.14648 11.1465C8.95122 11.3417 8.95122 11.6583 9.14648 11.8535L10.6465 13.3535C10.8417 13.5488 11.1583 13.5488 11.3535 13.3535L13.8535 10.8535C14.0488 10.6583 14.0488 10.3417 13.8535 10.1465Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.58594 2C5.98371 2.00004 6.36522 2.15818 6.64648 2.43945L8.20703 4H12.5C13.8807 4 15 5.11929 15 6.5V7.25684C14.6929 7.00326 14.3577 6.78247 14 6.59961V6.5C14 5.67157 13.3284 5 12.5 5H8.20703L6.64648 6.56055C6.36522 6.84182 5.98371 6.99996 5.58594 7H2V11.5C2 12.3284 2.67157 13 3.5 13H6.20703C6.30563 13.3486 6.43768 13.6832 6.59961 14H3.5C2.11929 14 1 12.8807 1 11.5V4.5C1 3.11929 2.11929 2 3.5 2H5.58594ZM3.5 3C2.67157 3 2 3.67157 2 4.5V6H5.58594C5.71849 5.99996 5.84572 5.94725 5.93945 5.85352L7.29297 4.5L5.93945 3.14648C5.84572 3.05275 5.71849 3.00004 5.58594 3H3.5Z"/></svg>
Copied!