cloud foundry 1 icon
cloud-foundry-1 from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-foundry-1
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the cloud foundry 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7a7.7 7.7 0 0 1 1.51.15a8 8 0 0 1 6.35 6.34l.26 1.35l1.35.24a5.5 5.5 0 0 1-1 10.92H7.5a5.5 5.5 0 0 1-1-10.92l1.34-.24l.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.88a10 10 0 0 0-7.94-7.94A10.3 10.3 0 0 0 16 5"/><path fill="currentColor" d="M14 24h-3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3v2h-3v3h3Zm7-9v-2h-2a2 2 0 0 0-2 2v2h-1v2h1v5h2v-5h2v-2h-2v-2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCloudFoundry1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7a7.7 7.7 0 0 1 1.51.15a8 8 0 0 1 6.35 6.34l.26 1.35l1.35.24a5.5 5.5 0 0 1-1 10.92H7.5a5.5 5.5 0 0 1-1-10.92l1.34-.24l.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.88a10 10 0 0 0-7.94-7.94A10.3 10.3 0 0 0 16 5"/><path fill="currentColor" d="M14 24h-3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3v2h-3v3h3Zm7-9v-2h-2a2 2 0 0 0-2 2v2h-1v2h1v5h2v-5h2v-2h-2v-2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7a7.7 7.7 0 0 1 1.51.15a8 8 0 0 1 6.35 6.34l.26 1.35l1.35.24a5.5 5.5 0 0 1-1 10.92H7.5a5.5 5.5 0 0 1-1-10.92l1.34-.24l.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.88a10 10 0 0 0-7.94-7.94A10.3 10.3 0 0 0 16 5"/><path fill="currentColor" d="M14 24h-3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3v2h-3v3h3Zm7-9v-2h-2a2 2 0 0 0-2 2v2h-1v2h1v5h2v-5h2v-2h-2v-2Z"/></svg> </template>
CSS
.icon-cloud-foundry-1 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207a7.7%207.7%200%200%201%201.51.15a8%208%200%200%201%206.35%206.34l.26%201.35l1.35.24a5.5%205.5%200%200%201-1%2010.92H7.5a5.5%205.5%200%200%201-1-10.92l1.34-.24l.26-1.35A8%208%200%200%201%2016%207m0-2a10%2010%200%200%200-9.83%208.12A7.5%207.5%200%200%200%207.49%2028h17a7.5%207.5%200%200%200%201.32-14.88a10%2010%200%200%200-7.94-7.94A10.3%2010.3%200%200%200%2016%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2024h-3a2%202%200%200%201-2-2v-3a2%202%200%200%201%202-2h3v2h-3v3h3Zm7-9v-2h-2a2%202%200%200%200-2%202v2h-1v2h1v5h2v-5h2v-2h-2v-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207a7.7%207.7%200%200%201%201.51.15a8%208%200%200%201%206.35%206.34l.26%201.35l1.35.24a5.5%205.5%200%200%201-1%2010.92H7.5a5.5%205.5%200%200%201-1-10.92l1.34-.24l.26-1.35A8%208%200%200%201%2016%207m0-2a10%2010%200%200%200-9.83%208.12A7.5%207.5%200%200%200%207.49%2028h17a7.5%207.5%200%200%200%201.32-14.88a10%2010%200%200%200-7.94-7.94A10.3%2010.3%200%200%200%2016%205%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2024h-3a2%202%200%200%201-2-2v-3a2%202%200%200%201%202-2h3v2h-3v3h3Zm7-9v-2h-2a2%202%200%200%200-2%202v2h-1v2h1v5h2v-5h2v-2h-2v-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cloud-foundry-1.svg?color=%231a73e8&size=48