Ibm Cloud Dedicated Host Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Cloud Dedicated Host 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/318005.svg" alt="Ibm Cloud Dedicated Host icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318005.svg" alt="Ibm Cloud Dedicated Host icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318005.svg" alt="Ibm Cloud Dedicated Host icon" :width="24" :height="24" />
CSS background
.icon-ibm-cloud-dedicated-host {
background-image: url('https://proicons.com/icon/318005.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" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<circle cx="9" cy="6" r="1"/>
<path d="M26,2H6A2,2,0,0,0,4,4V8a2,2,0,0,0,2,2h9v4h2V10h9a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,6H6V4H26Z" transform="translate(0 0)"/>
<polygon points="17 28 17 26 15 26 15 28 4 28 4 30 28 30 28 28 17 28"/>
<circle id="machine" cx="9" cy="20" r="1"/>
<path id="dedicated_host" data-name="dedicated host" d="M6,24H26a2,2,0,0,0,2-2V18a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v4A2,2,0,0,0,6,24Zm0-6H26v4H6Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!