Cloud Icon
Free SVG icon from the Govicons 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/304768.svg" alt="Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304768.svg" alt="Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304768.svg" alt="Cloud icon" :width="24" :height="24" />
CSS background
.icon-cloud {
background-image: url('https://proicons.com/icon/304768.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>cloud</title><path d="M53.82,24.19h0a13.64,13.64,0,0,0-27-1.63H26.3a11,11,0,0,0-10.54,7.82c-.21,0-.43,0-.64,0a7.12,7.12,0,0,0,0,14.23h38.7a10.19,10.19,0,0,0,0-20.38Z"/></svg>
Copied!