Folder Misc Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Folder Misc 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/304795.svg" alt="Folder Misc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304795.svg" alt="Folder Misc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304795.svg" alt="Folder Misc icon" :width="24" :height="24" />
CSS background
.icon-folder-misc {
background-image: url('https://proicons.com/icon/304795.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>folder-misc</title><path d="M38.65,9.62a5,5,0,0,0-4.4-2.68H11.43a3.32,3.32,0,0,0-3.32,3.31V12h31.8Z"/><path d="M60.58,15H8.11V45.75a3.32,3.32,0,0,0,3.32,3.31H60.57a3.32,3.32,0,0,0,3.32-3.31V18.33A3.32,3.32,0,0,0,60.58,15ZM28.24,37H26.11v-9l-2.26,9H21.64l-2.25-9v9H17.25V25.64h3.44l2.07,7.76,2-7.76h3.44V37Zm4.51,0H30.46V25.64h2.29Zm10.32-1.49a3.2,3.2,0,0,1-1.53,1.27,6.42,6.42,0,0,1-2.48.42,4.91,4.91,0,0,1-3.32-1,4.32,4.32,0,0,1-1.38-2.91l2.24-.21a2.7,2.7,0,0,0,.82,1.65,2.47,2.47,0,0,0,1.66.53,2.61,2.61,0,0,0,1.68-.47,1.42,1.42,0,0,0,.56-1.1,1,1,0,0,0-.24-.69,1.87,1.87,0,0,0-.83-.49c-.27-.09-.88-.26-1.84-.5a6.26,6.26,0,0,1-2.59-1.12A3,3,0,0,1,35.27,27a3,3,0,0,1,1.42-1.15,5.57,5.57,0,0,1,2.24-.4,4.78,4.78,0,0,1,3.22.94,3.34,3.34,0,0,1,1.14,2.51L41,29a1.94,1.94,0,0,0-.63-1.26,2.29,2.29,0,0,0-1.46-.39,2.56,2.56,0,0,0-1.56.42.81.81,0,0,0-.37.7.86.86,0,0,0,.34.69,5.88,5.88,0,0,0,2.11.76,11.42,11.42,0,0,1,2.48.82,3.14,3.14,0,0,1,1.26,1.16,3.54,3.54,0,0,1-.09,3.64Zm10.29.78a5.37,5.37,0,0,1-6.75-.65,5.88,5.88,0,0,1-1.46-4.23A6.27,6.27,0,0,1,46.61,27a5.07,5.07,0,0,1,3.86-1.57,4.69,4.69,0,0,1,3.39,1.24A4.43,4.43,0,0,1,55,28.77l-2.28.55a2.34,2.34,0,0,0-2.39-1.91,2.61,2.61,0,0,0-2.06.9,4.51,4.51,0,0,0-.79,3,4.74,4.74,0,0,0,.78,3.07,2.53,2.53,0,0,0,2,.92,2.29,2.29,0,0,0,1.57-.59,3.31,3.31,0,0,0,.95-1.83l2.23.71A5,5,0,0,1,53.36,36.31Z"/></svg>
Copied!