virtual machine icon
virtual-machine from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- virtual-machine
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the virtual machine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 13h-8a2.003 2.003 0 0 0-2 2v13a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2V15a2.003 2.003 0 0 0-2-2m0 2v3h-8v-3Zm0 5v3h-8v-3Zm-8 8v-3h8v3Z"/><path fill="currentColor" d="M25.91 10.13a.12.12 0 0 1-.097-.095a10.01 10.01 0 0 0-7.923-7.853a10.003 10.003 0 0 0-11.704 7.853a.12.12 0 0 1-.097.095A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.51 5.51 0 0 1-5.438-6.3a5.7 5.7 0 0 1 4.714-4.66l1.016-.184a.13.13 0 0 0 .105-.104l.18-.935a8.28 8.28 0 0 1 6.847-6.743a8 8 0 0 1 2.847.125a8.22 8.22 0 0 1 6.147 6.545l.194 1.008a.13.13 0 0 0 .105.104l1.057.191a5.8 5.8 0 0 1 3.101 1.54A5.505 5.505 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.402-14.87"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVirtualMachine(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="M20 13h-8a2.003 2.003 0 0 0-2 2v13a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2V15a2.003 2.003 0 0 0-2-2m0 2v3h-8v-3Zm0 5v3h-8v-3Zm-8 8v-3h8v3Z"/><path fill="currentColor" d="M25.91 10.13a.12.12 0 0 1-.097-.095a10.01 10.01 0 0 0-7.923-7.853a10.003 10.003 0 0 0-11.704 7.853a.12.12 0 0 1-.097.095A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.51 5.51 0 0 1-5.438-6.3a5.7 5.7 0 0 1 4.714-4.66l1.016-.184a.13.13 0 0 0 .105-.104l.18-.935a8.28 8.28 0 0 1 6.847-6.743a8 8 0 0 1 2.847.125a8.22 8.22 0 0 1 6.147 6.545l.194 1.008a.13.13 0 0 0 .105.104l1.057.191a5.8 5.8 0 0 1 3.101 1.54A5.505 5.505 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.402-14.87"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 13h-8a2.003 2.003 0 0 0-2 2v13a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2V15a2.003 2.003 0 0 0-2-2m0 2v3h-8v-3Zm0 5v3h-8v-3Zm-8 8v-3h8v3Z"/><path fill="currentColor" d="M25.91 10.13a.12.12 0 0 1-.097-.095a10.01 10.01 0 0 0-7.923-7.853a10.003 10.003 0 0 0-11.704 7.853a.12.12 0 0 1-.097.095A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.51 5.51 0 0 1-5.438-6.3a5.7 5.7 0 0 1 4.714-4.66l1.016-.184a.13.13 0 0 0 .105-.104l.18-.935a8.28 8.28 0 0 1 6.847-6.743a8 8 0 0 1 2.847.125a8.22 8.22 0 0 1 6.147 6.545l.194 1.008a.13.13 0 0 0 .105.104l1.057.191a5.8 5.8 0 0 1 3.101 1.54A5.505 5.505 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.402-14.87"/></svg> </template>
CSS
.icon-virtual-machine {
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%22M20%2013h-8a2.003%202.003%200%200%200-2%202v13a2.003%202.003%200%200%200%202%202h8a2.003%202.003%200%200%200%202-2V15a2.003%202.003%200%200%200-2-2m0%202v3h-8v-3Zm0%205v3h-8v-3Zm-8%208v-3h8v3Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.91%2010.13a.12.12%200%200%201-.097-.095a10.01%2010.01%200%200%200-7.923-7.853a10.003%2010.003%200%200%200-11.704%207.853a.12.12%200%200%201-.097.095A7.502%207.502%200%200%200%207.491%2025H8v-2h-.505a5.51%205.51%200%200%201-5.438-6.3a5.7%205.7%200%200%201%204.714-4.66l1.016-.184a.13.13%200%200%200%20.105-.104l.18-.935a8.28%208.28%200%200%201%206.847-6.743a8%208%200%200%201%202.847.125a8.22%208.22%200%200%201%206.147%206.545l.194%201.008a.13.13%200%200%200%20.105.104l1.057.191a5.8%205.8%200%200%201%203.101%201.54A5.505%205.505%200%200%201%2024.508%2023H24v2h.508a7.502%207.502%200%200%200%201.402-14.87%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%22M20%2013h-8a2.003%202.003%200%200%200-2%202v13a2.003%202.003%200%200%200%202%202h8a2.003%202.003%200%200%200%202-2V15a2.003%202.003%200%200%200-2-2m0%202v3h-8v-3Zm0%205v3h-8v-3Zm-8%208v-3h8v3Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.91%2010.13a.12.12%200%200%201-.097-.095a10.01%2010.01%200%200%200-7.923-7.853a10.003%2010.003%200%200%200-11.704%207.853a.12.12%200%200%201-.097.095A7.502%207.502%200%200%200%207.491%2025H8v-2h-.505a5.51%205.51%200%200%201-5.438-6.3a5.7%205.7%200%200%201%204.714-4.66l1.016-.184a.13.13%200%200%200%20.105-.104l.18-.935a8.28%208.28%200%200%201%206.847-6.743a8%208%200%200%201%202.847.125a8.22%208.22%200%200%201%206.147%206.545l.194%201.008a.13.13%200%200%200%20.105.104l1.057.191a5.8%205.8%200%200%201%203.101%201.54A5.505%205.505%200%200%201%2024.508%2023H24v2h.508a7.502%207.502%200%200%200%201.402-14.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/virtual-machine.svg?color=%231a73e8&size=48