Cloud Foundry 1 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Foundry 1 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/317377.svg" alt="Cloud Foundry 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317377.svg" alt="Cloud Foundry 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317377.svg" alt="Cloud Foundry 1 icon" :width="24" :height="24" />
CSS background
.icon-cloud-foundry-1 {
background-image: url('https://proicons.com/icon/317377.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>cloud-foundry--1</title><path d="M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"/><path d="M14,24H11a2,2,0,0,1-2-2V19a2,2,0,0,1,2-2h3v2H11v3h3Z"/><path d="M21,15V13H19a2,2,0,0,0-2,2v2H16v2h1v5h2V19h2V17H19V15Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!