File Records Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The File Records 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/310126.svg" alt="File Records icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310126.svg" alt="File Records icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310126.svg" alt="File Records icon" :width="24" :height="24" />
CSS background
.icon-file-records {
background-image: url('https://proicons.com/icon/310126.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="M21.8611 17.4298L18.3412 4.18983C18.1525 3.49907 17.7 2.91008 17.0812 2.54981C16.4748 2.20293 15.7561 2.10948 15.0812 2.2898L11.3112 3.2898C11.1096 3.34379 10.9173 3.42808 10.7411 3.5398C10.4917 3.20535 10.1673 2.93423 9.79383 2.74836C9.42035 2.56249 9.00837 2.46705 8.5912 2.46979H4.69117C3.97774 2.46979 3.29355 2.75322 2.78907 3.2577C2.2846 3.76217 2.00111 4.44636 2.00111 5.1598V18.7898C1.99979 19.1439 2.06842 19.4948 2.20301 19.8223C2.33761 20.1499 2.53561 20.4475 2.78553 20.6984C3.03545 20.9492 3.33242 21.1483 3.65943 21.2841C3.98645 21.4199 4.33707 21.4898 4.69117 21.4898H8.5912C9.30728 21.4898 9.99403 21.2053 10.5004 20.699C11.0067 20.1926 11.2911 19.5059 11.2911 18.7898V13.6698L12.9312 19.8098C13.0207 20.1523 13.1784 20.4732 13.3949 20.7533C13.6114 21.0334 13.8823 21.2669 14.1912 21.4398C14.5983 21.6758 15.0606 21.8 15.5311 21.7998C15.7669 21.8028 16.0021 21.7759 16.2311 21.7198L20.0011 20.7198C20.3441 20.6306 20.666 20.474 20.9479 20.259C21.2297 20.0441 21.466 19.7752 21.6428 19.468C21.8197 19.1609 21.9336 18.8216 21.9779 18.4699C22.0223 18.1183 21.9962 17.7613 21.9011 17.4198L21.8611 17.4298ZM6.60121 17.6898C6.2428 17.6918 5.89187 17.5873 5.59291 17.3897C5.29394 17.192 5.06029 16.91 4.92176 16.5794C4.78323 16.2489 4.746 15.8846 4.81471 15.5328C4.88341 15.1811 5.05502 14.8577 5.30775 14.6035C5.56048 14.3494 5.88301 14.176 6.23439 14.1054C6.58576 14.0347 6.95019 14.07 7.28151 14.2067C7.61282 14.3434 7.89602 14.5753 8.09535 14.8732C8.29468 15.171 8.40113 15.5214 8.40113 15.8798C8.3933 16.3529 8.20059 16.8041 7.86415 17.1368C7.52771 17.4695 7.07436 17.6572 6.60121 17.6598V17.6898ZM16.6012 17.5798C16.2373 17.5798 15.8815 17.4719 15.5789 17.2697C15.2763 17.0675 15.0405 16.7802 14.9013 16.444C14.762 16.1078 14.7255 15.7378 14.7965 15.3809C14.8675 15.0239 15.0427 14.6961 15.3001 14.4387C15.5574 14.1814 15.8853 14.0062 16.2422 13.9352C16.5991 13.8642 16.9691 13.9006 17.3053 14.0399C17.6415 14.1791 17.9288 14.415 18.131 14.7176C18.3332 15.0202 18.4412 15.3759 18.4412 15.7398C18.4334 16.2192 18.2389 16.6765 17.8989 17.0146C17.559 17.3526 17.1005 17.5447 16.6211 17.5498L16.6012 17.5798Z" fill="black"/> </svg>
Copied!