File Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The File Upload 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/310127.svg" alt="File Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310127.svg" alt="File Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310127.svg" alt="File Upload icon" :width="24" :height="24" />
CSS background
.icon-file-upload {
background-image: url('https://proicons.com/icon/310127.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.65 7.04769C20.25 6.0499 17.53 3.91463 16.76 3.11639C16.0997 2.51248 15.2613 2.13797 14.37 2.04878C14.48 1.93902 8.36996 2.04878 8.20996 2.04878C7.54752 2.02075 6.88617 2.12444 6.26428 2.35386C5.64239 2.58328 5.07236 2.93385 4.58752 3.38512C4.10268 3.83638 3.71274 4.37935 3.44019 4.98244C3.16763 5.58553 3.01797 6.2367 3 6.89803V17.1753C3.0218 17.8358 3.17491 18.4854 3.45044 19.0864C3.72597 19.6874 4.11839 20.2278 4.60498 20.6761C5.09157 21.1245 5.66262 21.472 6.28491 21.6983C6.9072 21.9246 7.56835 22.0254 8.22998 21.9946H15.79C16.4525 22.0226 17.1138 21.9189 17.7357 21.6895C18.3576 21.4601 18.9276 21.1095 19.4125 20.6583C19.8973 20.207 20.2873 19.664 20.5598 19.0609C20.8324 18.4578 20.982 17.8066 21 17.1453V8.59428C20.9939 8.05991 20.8746 7.53284 20.65 7.04769ZM15.8101 14.0322C14.8101 15.0899 13.66 13.1542 13 12.6353V17.2451C13 17.5097 12.8947 17.7635 12.7072 17.9507C12.5196 18.1378 12.2652 18.2429 12 18.2429C11.7348 18.2429 11.4804 18.1378 11.2928 17.9507C11.1053 17.7635 11 17.5097 11 17.2451V12.6353L9.59998 14.0322C8.69998 14.9602 7.25994 13.5233 8.18994 12.6253L10.85 9.97124C11.1567 9.67021 11.5698 9.50148 12 9.50148C12.4302 9.50148 12.8433 9.67021 13.15 9.97124L15.8101 12.6253C15.9038 12.7181 15.9782 12.8285 16.0289 12.9501C16.0797 13.0716 16.1058 13.2021 16.1058 13.3338C16.1058 13.4655 16.0797 13.5959 16.0289 13.7175C15.9782 13.8391 15.9038 13.9494 15.8101 14.0422V14.0322ZM16.03 7.42685C14.36 7.42685 15.0899 4.68294 14.9399 3.72506C16.4848 4.78888 17.898 6.03146 19.15 7.42685H16.03Z" fill="black"/> </svg>
Copied!