Upload Icon
Free SVG icon from the Memory Icons 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/312332.svg" alt="Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312332.svg" alt="Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312332.svg" alt="Upload icon" :width="24" :height="24" />
CSS background
.icon-upload {
background-image: url('https://proicons.com/icon/312332.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-upload" viewBox="0 0 22 22"><path d="M18 17V19H4V17H18M8 15V9H4V8H5V7H6V6H7V5H8V4H9V3H10V2H12V3H13V4H14V5H15V6H16V7H17V8H18V9H14V15H8M10 13H12V7H13V6H12V5H10V6H9V7H10V13Z" /></svg>
Upload in other icon packs
Copied!