Cloud Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cloud icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305404.svg" alt="Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305404.svg" alt="Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305404.svg" alt="Cloud icon" :width="24" :height="24" />
CSS background
.icon-cloud {
background-image: url('https://proicons.com/icon/305404.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="M860 444c-21-17-29-35-33-61-12-91-64-154-148-186-87-33-172-24-245 39-22 18-41 25-69 23-93-8-168 49-193 138-4 14-14 30-26 40-75 62-102 152-71 241 31 88 110 143 207 143h441c92 0 171-56 201-141 31-85 7-178-64-236zm39 219c-25 77-94 127-177 128H281c-86 0-156-50-180-129-24-80 4-158 74-209 12-9 22-25 25-39 18-85 92-140 179-123 26 5 40 0 59-19 65-67 146-79 230-47 80 31 128 93 131 182 1 24 9 37 28 50 69 47 96 128 72 206zM783 474c-10-5-21-20-20-30 2-91-39-159-113-185-84-29-158-2-213 77-3 4-6 8-11 13-103-51-177-11-191 100-2 10-12 22-22 27-65 38-95 99-77 167 17 67 73 109 147 109h430c78-1 135-42 152-110s-15-131-82-168z"/></svg>
Copied!