File Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The File Check icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310120.svg" alt="File Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310120.svg" alt="File Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310120.svg" alt="File Check icon" :width="24" :height="24" />
CSS background
.icon-file-check {
background-image: url('https://proicons.com/icon/310120.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.8301 7.42399C20.7888 7.29406 20.7386 7.16709 20.6801 7.04398C20.458 6.57993 20.1451 6.16509 19.76 5.82398L16.76 3.10398C15.9807 2.39425 14.9641 2.00188 13.91 2.004H8.21008C7.54764 1.97591 6.88617 2.07983 6.26428 2.30976C5.64239 2.53969 5.07249 2.89103 4.58765 3.3433C4.10281 3.79557 3.71274 4.33973 3.44019 4.94416C3.16763 5.54858 3.01797 6.20119 3 6.86399V17.164C3.03538 18.1635 3.36978 19.1294 3.95984 19.937C4.5499 20.7445 5.36855 21.3565 6.31006 21.694C6.92247 21.9255 7.57613 22.0277 8.22998 21.994H15.79C16.4525 22.0221 17.1138 21.9181 17.7357 21.6882C18.3576 21.4583 18.9276 21.107 19.4125 20.6547C19.8973 20.2024 20.2874 19.6582 20.5599 19.0538C20.8325 18.4494 20.982 17.7968 21 17.134V8.564C21.0044 8.17737 20.9471 7.79251 20.8301 7.42399ZM15.77 12.484L11.99 16.274C11.8255 16.428 11.6362 16.5531 11.4301 16.644C11.1141 16.7732 10.767 16.806 10.4325 16.7384C10.098 16.6708 9.79099 16.5057 9.55005 16.264L7.68005 14.394C7.49175 14.2057 7.38599 13.9503 7.38599 13.684C7.38599 13.4177 7.49175 13.1623 7.68005 12.974C7.86836 12.7857 8.12371 12.6799 8.39001 12.6799C8.65632 12.6799 8.91167 12.7857 9.09998 12.974L10.77 14.654L14.36 11.064C14.5483 10.877 14.8032 10.7725 15.0686 10.7734C15.334 10.7744 15.588 10.8807 15.775 11.069C15.962 11.2573 16.0665 11.5122 16.0656 11.7775C16.0646 12.0429 15.9583 12.297 15.77 12.484ZM16.0601 7.18399C15.9499 7.18669 15.8403 7.16713 15.7378 7.1265C15.6353 7.08587 15.542 7.02499 15.4636 6.94751C15.3852 6.87003 15.3232 6.77755 15.2814 6.67557C15.2395 6.57359 15.2186 6.4642 15.22 6.35398V3.82398C16.5411 4.87328 17.803 5.99502 19 7.18399H16.0601Z" fill="black"/> </svg>
File Check in other icon packs
Copied!