ibm cloud virtual server classic icon
ibm-cloud-virtual-server-classic from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-cloud-virtual-server-classic
- 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 ibm cloud virtual server classic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="9" cy="26" r="1" fill="currentColor"/><path fill="currentColor" d="M26 22h-5v2h5v4H6v-4h9c1.1 0 2-.9 2-2v-9.17l2.59 2.59L21 14l-5-5l-5 5l1.41 1.41L15 12.83V22H6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2"/><path fill="currentColor" d="M23.75 8.05C22.87 4.55 19.67 2 16 2S9.13 4.55 8.25 8.05C5.29 8.42 3 10.95 3 14c0 3.31 2.69 6 6 6h2v-2H9c-2.21 0-4-1.79-4-4c0-2.19 1.77-3.97 3.95-4l.99.02l.12-.88C10.49 6.21 13.04 4 16 4s5.51 2.21 5.93 5.15l.12.88l.88-.02l.13-.01A4 4 0 0 1 27 14c0 2.21-1.79 4-4 4h-2v2h2c3.31 0 6-2.69 6-6c0-3.05-2.29-5.58-5.25-5.95"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmCloudVirtualServerClassic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="9" cy="26" r="1" fill="currentColor"/><path fill="currentColor" d="M26 22h-5v2h5v4H6v-4h9c1.1 0 2-.9 2-2v-9.17l2.59 2.59L21 14l-5-5l-5 5l1.41 1.41L15 12.83V22H6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2"/><path fill="currentColor" d="M23.75 8.05C22.87 4.55 19.67 2 16 2S9.13 4.55 8.25 8.05C5.29 8.42 3 10.95 3 14c0 3.31 2.69 6 6 6h2v-2H9c-2.21 0-4-1.79-4-4c0-2.19 1.77-3.97 3.95-4l.99.02l.12-.88C10.49 6.21 13.04 4 16 4s5.51 2.21 5.93 5.15l.12.88l.88-.02l.13-.01A4 4 0 0 1 27 14c0 2.21-1.79 4-4 4h-2v2h2c3.31 0 6-2.69 6-6c0-3.05-2.29-5.58-5.25-5.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="9" cy="26" r="1" fill="currentColor"/><path fill="currentColor" d="M26 22h-5v2h5v4H6v-4h9c1.1 0 2-.9 2-2v-9.17l2.59 2.59L21 14l-5-5l-5 5l1.41 1.41L15 12.83V22H6c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2"/><path fill="currentColor" d="M23.75 8.05C22.87 4.55 19.67 2 16 2S9.13 4.55 8.25 8.05C5.29 8.42 3 10.95 3 14c0 3.31 2.69 6 6 6h2v-2H9c-2.21 0-4-1.79-4-4c0-2.19 1.77-3.97 3.95-4l.99.02l.12-.88C10.49 6.21 13.04 4 16 4s5.51 2.21 5.93 5.15l.12.88l.88-.02l.13-.01A4 4 0 0 1 27 14c0 2.21-1.79 4-4 4h-2v2h2c3.31 0 6-2.69 6-6c0-3.05-2.29-5.58-5.25-5.95"/></svg> </template>
CSS
.icon-ibm-cloud-virtual-server-classic {
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%3Ccircle%20cx%3D%229%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022h-5v2h5v4H6v-4h9c1.1%200%202-.9%202-2v-9.17l2.59%202.59L21%2014l-5-5l-5%205l1.41%201.41L15%2012.83V22H6c-1.1%200-2%20.9-2%202v4c0%201.1.9%202%202%202h20c1.1%200%202-.9%202-2v-4c0-1.1-.9-2-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.75%208.05C22.87%204.55%2019.67%202%2016%202S9.13%204.55%208.25%208.05C5.29%208.42%203%2010.95%203%2014c0%203.31%202.69%206%206%206h2v-2H9c-2.21%200-4-1.79-4-4c0-2.19%201.77-3.97%203.95-4l.99.02l.12-.88C10.49%206.21%2013.04%204%2016%204s5.51%202.21%205.93%205.15l.12.88l.88-.02l.13-.01A4%204%200%200%201%2027%2014c0%202.21-1.79%204-4%204h-2v2h2c3.31%200%206-2.69%206-6c0-3.05-2.29-5.58-5.25-5.95%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%3Ccircle%20cx%3D%229%22%20cy%3D%2226%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2022h-5v2h5v4H6v-4h9c1.1%200%202-.9%202-2v-9.17l2.59%202.59L21%2014l-5-5l-5%205l1.41%201.41L15%2012.83V22H6c-1.1%200-2%20.9-2%202v4c0%201.1.9%202%202%202h20c1.1%200%202-.9%202-2v-4c0-1.1-.9-2-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.75%208.05C22.87%204.55%2019.67%202%2016%202S9.13%204.55%208.25%208.05C5.29%208.42%203%2010.95%203%2014c0%203.31%202.69%206%206%206h2v-2H9c-2.21%200-4-1.79-4-4c0-2.19%201.77-3.97%203.95-4l.99.02l.12-.88C10.49%206.21%2013.04%204%2016%204s5.51%202.21%205.93%205.15l.12.88l.88-.02l.13-.01A4%204%200%200%201%2027%2014c0%202.21-1.79%204-4%204h-2v2h2c3.31%200%206-2.69%206-6c0-3.05-2.29-5.58-5.25-5.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-cloud-virtual-server-classic.svg?color=%231a73e8&size=48