Folder Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Folder Check 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/310731.svg" alt="Folder Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310731.svg" alt="Folder Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310731.svg" alt="Folder Check icon" :width="24" :height="24" />
CSS background
.icon-folder-check {
background-image: url('https://proicons.com/icon/310731.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="M8.44672 13.3341L10.4467 15.3341C10.5171 15.4053 10.6008 15.4618 10.6932 15.5004C10.7856 15.539 10.8847 15.5589 10.9848 15.5589C11.0849 15.5589 11.184 15.539 11.2763 15.5004C11.3687 15.4618 11.4525 15.4053 11.5229 15.3341L15.5533 11.3036" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 9.88276V17.5808C21.25 18.3986 20.9252 19.1828 20.3469 19.7611C19.7687 20.3393 18.9844 20.6641 18.1667 20.6641H5.83333C5.01558 20.6641 4.23132 20.3393 3.65309 19.7611C3.07485 19.1828 2.75 18.3986 2.75 17.5808V6.41915C2.75 5.6014 3.07485 4.81714 3.65309 4.2389C4.23132 3.66067 5.01558 3.33582 5.83333 3.33582H8.91667C9.42532 3.33563 9.92612 3.46128 10.3744 3.70158C10.8228 3.94187 11.2047 4.28935 11.4861 4.71304L12.3597 6.03887C12.5197 6.27622 12.7355 6.47065 12.9882 6.60506C13.2408 6.73947 13.5227 6.80974 13.8089 6.8097H18.1667C18.9826 6.8097 19.7653 7.13314 20.3433 7.70916C20.9212 8.28517 21.2473 9.06679 21.25 9.88276Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Folder Check in other icon packs
Copied!