Cloud O Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Cloud O 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/304767.svg" alt="Cloud O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304767.svg" alt="Cloud O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304767.svg" alt="Cloud O icon" :width="24" :height="24" />
CSS background
.icon-cloud-o {
background-image: url('https://proicons.com/icon/304767.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-o</title><path d="M43,14.06A10.47,10.47,0,0,1,53.42,24.39a4.48,4.48,0,0,0-.05.64l-.09,2.56,2.42.84a6.94,6.94,0,0,1-2.28,13.51H18.58A7,7,0,0,1,18.47,28l.5.05,2.65.18.87-2.5A7,7,0,0,1,29,21a6.86,6.86,0,0,1,1.22.13l2.44.44,1.21-2.16A10.46,10.46,0,0,1,43,14.06m0-3.48a13.86,13.86,0,0,0-12.1,7.15A11.14,11.14,0,0,0,29,17.55a10.4,10.4,0,0,0-9.83,7c-.21,0-.41-.06-.62-.06a10.45,10.45,0,0,0,0,20.9H53.42a10.43,10.43,0,0,0,3.42-20.29c0-.21.07-.4.07-.61A13.94,13.94,0,0,0,43,10.58Z"/></svg>
Copied!