Folder Document Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Folder Document 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/308842.svg" alt="Folder Document Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308842.svg" alt="Folder Document Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308842.svg" alt="Folder Document Svg icon" :width="24" :height="24" />
CSS background
.icon-folder-document---svg {
background-image: url('https://proicons.com/icon/308842.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 17V5ZM7 10C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H9C9.55228 12 10 11.5523 10 11C10 10.4477 9.55228 10 9 10H7ZM7 14C6.44772 14 6 14.4477 6 15C6 15.5523 6.44772 16 7 16H9C9.55228 16 10 15.5523 10 15C10 14.4477 9.55228 14 9 14H7ZM12 11C12 10.4477 12.4477 10 13 10H17C17.5523 10 18 10.4477 18 11V15C18 15.5523 17.5523 16 17 16H13C12.4477 16 12 15.5523 12 15V11ZM14 12V14H16V12H14Z" fill="#292929"/> </svg>
Copied!