Upload Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Upload Svg 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/308847.svg" alt="Upload Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308847.svg" alt="Upload Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308847.svg" alt="Upload Svg icon" :width="24" :height="24" />
CSS background
.icon-upload---svg {
background-image: url('https://proicons.com/icon/308847.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 fill-rule="evenodd" clip-rule="evenodd" d="M12 3C12.5523 3 13 3.44772 13 4L13 11L17 11C17.4045 11 17.7691 11.2436 17.9239 11.6173C18.0787 11.991 17.9931 12.4211 17.7071 12.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L6.29289 12.7071C6.00689 12.4211 5.92134 11.991 6.07612 11.6173C6.2309 11.2436 6.59554 11 7 11L11 11L11 4C11 3.44771 11.4477 3 12 3ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z" fill="#292929"/> </svg>
Copied!