Folder Open Icon
Free SVG icon from the Mage Icons 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/310141.svg" alt="Folder Open icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310141.svg" alt="Folder Open icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310141.svg" alt="Folder Open icon" :width="24" :height="24" />
CSS background
.icon-folder-open {
background-image: url('https://proicons.com/icon/310141.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.99 7.325V5.17501C20.9918 4.6761 20.8307 4.19023 20.531 3.79131C20.2314 3.3924 19.8097 3.10227 19.33 2.96502C19.0044 2.87544 18.663 2.85836 18.33 2.915L11.82 3.915C11.5156 3.558 11.1456 3.26267 10.73 3.04501C10.1743 2.74349 9.55223 2.5854 8.92002 2.58501H5.84002C5.335 2.58236 4.83448 2.67987 4.36739 2.87191C3.90031 3.06395 3.47593 3.34671 3.11883 3.70382C2.76172 4.06092 2.47896 4.48527 2.28692 4.95235C2.09488 5.41944 1.99737 5.91999 2.00002 6.42501V17.585C1.9987 18.0892 2.09719 18.5886 2.28982 19.0546C2.48245 19.5205 2.76541 19.9437 3.12238 20.2997C3.47936 20.6558 3.90328 20.9376 4.36971 21.1291C4.83614 21.3205 5.33585 21.4176 5.84002 21.415H18.17C18.6732 21.416 19.1717 21.3176 19.6368 21.1254C20.1018 20.9332 20.5243 20.651 20.88 20.295C21.5935 19.573 21.9956 18.6001 22 17.585V9.885C22.002 8.93412 21.6407 8.0184 20.99 7.325ZM16.65 17.085H7.40002C7.1348 17.085 6.88044 16.9796 6.69291 16.7921C6.50537 16.6046 6.40002 16.3502 6.40002 16.085C6.40002 15.8198 6.50537 15.5654 6.69291 15.3779C6.88044 15.1904 7.1348 15.085 7.40002 15.085H16.65C16.9152 15.085 17.1696 15.1904 17.3571 15.3779C17.5447 15.5654 17.65 15.8198 17.65 16.085C17.65 16.3502 17.5447 16.6046 17.3571 16.7921C17.1696 16.9796 16.9152 17.085 16.65 17.085ZM19.53 6.37499C19.1135 6.22266 18.6735 6.14483 18.23 6.14501H13.83C13.6659 6.14419 13.5045 6.10298 13.36 6.02502C13.2194 5.94796 13.0993 5.8382 13.01 5.70501L12.78 5.36501L18.58 4.43499C18.6919 4.40965 18.8081 4.40965 18.92 4.43499C19.0312 4.46397 19.134 4.51879 19.22 4.59499C19.311 4.66411 19.3804 4.7578 19.42 4.86501C19.4692 4.96792 19.4932 5.08101 19.49 5.195L19.53 6.37499Z" fill="black"/> </svg>
Folder Open in other icon packs
Copied!