Cloud Icon
Free SVG icon from the Pixelarticons 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/312842.svg" alt="Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312842.svg" alt="Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312842.svg" alt="Cloud icon" :width="24" :height="24" />
CSS background
.icon-cloud {
background-image: url('https://proicons.com/icon/312842.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" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M22 10h-4v2h4v-2Zm2 2h-2v6h2v-6Zm-2 6H2v2h20v-2ZM2 12H0v6h2v-6Zm2-2H2v2h2v-2Zm4-2H4v2h4V8Zm8-4h-6v2h6V4Zm-6 2H8v2h2V6Zm0 4H8v2h2v-2Zm8-4h-2v2h2V6Z"/> <path d="M20 8h-2v4h2V8Zm-2 4h-2v2h2v-2Z"/> </svg>
Copied!