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/310717.svg" alt="File Records icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310717.svg" alt="File Records icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310717.svg" alt="File Records icon" :width="24" :height="24" />
CSS background
.icon-file-records {
background-image: url('https://proicons.com/icon/310717.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.59255 3.21667H4.69752C3.62193 3.21667 2.75 4.08861 2.75 5.16419V18.7968C2.75 19.8724 3.62193 20.7443 4.69752 20.7443H8.59255C9.66813 20.7443 10.5401 19.8724 10.5401 18.7968V5.16419C10.5401 4.08861 9.66813 3.21667 8.59255 3.21667Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.64503 17.3789C7.47532 17.3789 8.14841 16.7058 8.14841 15.8755C8.14841 15.0452 7.47532 14.3722 6.64503 14.3722C5.81473 14.3722 5.14165 15.0452 5.14165 15.8755C5.14165 16.7058 5.81473 17.3789 6.64503 17.3789Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.5401 7.92968L13.6561 19.6148C13.7907 20.113 14.1175 20.5375 14.5648 20.795C15.0122 21.0524 15.5434 21.1217 16.0418 20.9878L19.8102 20.014C20.3085 19.8795 20.733 19.5526 20.9904 19.1053C21.2479 18.658 21.3172 18.1267 21.1832 17.6283L17.6582 4.3852C17.5237 3.88693 17.1968 3.46245 16.7495 3.20501C16.3022 2.94757 15.771 2.87822 15.2725 3.0122L11.5138 4.01517C11.1084 4.12609 10.7497 4.36521 10.4914 4.6968" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.665 17.241C17.4944 17.241 18.1668 16.5686 18.1668 15.7392C18.1668 14.9098 17.4944 14.2374 16.665 14.2374C15.8356 14.2374 15.1632 14.9098 15.1632 15.7392C15.1632 16.5686 15.8356 17.241 16.665 17.241Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!