Upload Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Upload icon is commonly used in file pickers, media uploaders and form inputs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306837.svg" alt="Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306837.svg" alt="Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306837.svg" alt="Upload icon" :width="24" :height="24" />
CSS background
.icon-upload {
background-image: url('https://proicons.com/icon/306837.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M363 494c10 10 25 10 35 0l150-145v375c0 13 11 24 25 24h99c13 0 24-11 24-24V359l140 135c10 10 25 10 35 0l58-57c10-9 10-24 0-34L634 117c-9-10-25-10-35 0L304 403c-9 10-9 25 0 34l59 57zm360 196v52c0 16-15 30-33 30H558c-18 0-33-14-33-30v-52H63v201h875V690H723zM169 827c-21 0-37-16-37-36s16-36 37-36 37 16 37 36-17 36-37 36zm132 0c-21 0-37-16-37-36s16-36 37-36c20 0 37 16 37 36s-17 36-37 36z"/></svg>
Upload in other icon packs
Copied!