Cloud Icon
Free SVG icon from the Memory Icons 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/311427.svg" alt="Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311427.svg" alt="Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311427.svg" alt="Cloud icon" :width="24" :height="24" />
CSS background
.icon-cloud {
background-image: url('https://proicons.com/icon/311427.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" viewBox="0 0 22 22"><path d="M19 18H3V17H2V16H1V11H2V10H3V9H5V8H6V6H7V5H8V4H14V5H15V6H16V7H17V10H19V11H20V12H21V16H20V17H19M18 16V15H19V13H18V12H14V11H15V8H14V7H13V6H9V7H8V9H9V10H6V11H4V12H3V15H4V16Z"/></svg>
Copied!