Folder Close Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Folder Close Svg 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/308841.svg" alt="Folder Close Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308841.svg" alt="Folder Close Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308841.svg" alt="Folder Close Svg icon" :width="24" :height="24" />
CSS background
.icon-folder-close---svg {
background-image: url('https://proicons.com/icon/308841.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 fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 4.44772 2.44772 4 3 4H10C10.2652 4 10.5196 4.10536 10.7071 4.29289L12.4142 6H21C21.5523 6 22 6.44772 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V5ZM10.7074 10.2929C10.3168 9.90237 9.68366 9.90237 9.29314 10.2929C8.90261 10.6834 8.90261 11.3166 9.29314 11.7071L10.586 13L9.29314 14.2929C8.90261 14.6834 8.90261 15.3166 9.29314 15.7071C9.68366 16.0976 10.3168 16.0976 10.7074 15.7071L12.0002 14.4142L13.2931 15.7071C13.6837 16.0976 14.3168 16.0976 14.7074 15.7071C15.0979 15.3166 15.0979 14.6834 14.7074 14.2929L13.4145 13L14.7074 11.7071C15.0979 11.3166 15.0979 10.6834 14.7074 10.2929C14.3168 9.90237 13.6837 9.90237 13.2931 10.2929L12.0002 11.5858L10.7074 10.2929Z" fill="#292929"/> </svg>
Copied!