Fetch Upload Cloud Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Fetch Upload Cloud 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/317765.svg" alt="Fetch Upload Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317765.svg" alt="Fetch Upload Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317765.svg" alt="Fetch Upload Cloud icon" :width="24" :height="24" />
CSS background
.icon-fetch-upload-cloud {
background-image: url('https://proicons.com/icon/317765.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>fetch-upload--cloud</title><path d="M16,13l-5,5,1.41,1.41L15,16.83V28H6v2h9a2,2,0,0,0,2-2V16.83l2.59,2.58L21,18Z"/><path d="M23.5,22H23V20h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,20H9v2H8.5A6.4973,6.4973,0,0,1,7.2,9.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,22Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!