Cloud Ceiling Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Ceiling 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/317376.svg" alt="Cloud Ceiling icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317376.svg" alt="Cloud Ceiling icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317376.svg" alt="Cloud Ceiling icon" :width="24" :height="24" />
CSS background
.icon-cloud-ceiling {
background-image: url('https://proicons.com/icon/317376.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" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="2" y="28" width="9" height="2"/>
<rect x="21" y="28" width="9" height="2"/>
<polygon points="17 26.167 17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167"/>
<path d="M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!