virtual private cloud icon
virtual-private-cloud from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- virtual-private-cloud
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the virtual private cloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 20v-3a4 4 0 0 0-8 0v3a2.003 2.003 0 0 0-2 2v6a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2v-6a2.003 2.003 0 0 0-2-2m-6-3a2 2 0 0 1 4 0v3h-4Zm-2 11v-6h8l.001 6Z"/><path fill="currentColor" d="M25.829 10.115a10.01 10.01 0 0 0-7.939-7.933a10.003 10.003 0 0 0-11.72 7.933A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.502 5.502 0 0 1-.97-10.916l1.35-.245l.259-1.345a8.01 8.01 0 0 1 15.731 0l.259 1.345l1.349.245A5.502 5.502 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.32-14.885"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVirtualPrivateCloud(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 20v-3a4 4 0 0 0-8 0v3a2.003 2.003 0 0 0-2 2v6a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2v-6a2.003 2.003 0 0 0-2-2m-6-3a2 2 0 0 1 4 0v3h-4Zm-2 11v-6h8l.001 6Z"/><path fill="currentColor" d="M25.829 10.115a10.01 10.01 0 0 0-7.939-7.933a10.003 10.003 0 0 0-11.72 7.933A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.502 5.502 0 0 1-.97-10.916l1.35-.245l.259-1.345a8.01 8.01 0 0 1 15.731 0l.259 1.345l1.349.245A5.502 5.502 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.32-14.885"/></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 20v-3a4 4 0 0 0-8 0v3a2.003 2.003 0 0 0-2 2v6a2.003 2.003 0 0 0 2 2h8a2.003 2.003 0 0 0 2-2v-6a2.003 2.003 0 0 0-2-2m-6-3a2 2 0 0 1 4 0v3h-4Zm-2 11v-6h8l.001 6Z"/><path fill="currentColor" d="M25.829 10.115a10.01 10.01 0 0 0-7.939-7.933a10.003 10.003 0 0 0-11.72 7.933A7.502 7.502 0 0 0 7.491 25H8v-2h-.505a5.502 5.502 0 0 1-.97-10.916l1.35-.245l.259-1.345a8.01 8.01 0 0 1 15.731 0l.259 1.345l1.349.245A5.502 5.502 0 0 1 24.508 23H24v2h.508a7.502 7.502 0 0 0 1.32-14.885"/></svg> </template>
CSS
.icon-virtual-private-cloud {
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%2020v-3a4%204%200%200%200-8%200v3a2.003%202.003%200%200%200-2%202v6a2.003%202.003%200%200%200%202%202h8a2.003%202.003%200%200%200%202-2v-6a2.003%202.003%200%200%200-2-2m-6-3a2%202%200%200%201%204%200v3h-4Zm-2%2011v-6h8l.001%206Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.829%2010.115a10.01%2010.01%200%200%200-7.939-7.933a10.003%2010.003%200%200%200-11.72%207.933A7.502%207.502%200%200%200%207.491%2025H8v-2h-.505a5.502%205.502%200%200%201-.97-10.916l1.35-.245l.259-1.345a8.01%208.01%200%200%201%2015.731%200l.259%201.345l1.349.245A5.502%205.502%200%200%201%2024.508%2023H24v2h.508a7.502%207.502%200%200%200%201.32-14.885%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%2020v-3a4%204%200%200%200-8%200v3a2.003%202.003%200%200%200-2%202v6a2.003%202.003%200%200%200%202%202h8a2.003%202.003%200%200%200%202-2v-6a2.003%202.003%200%200%200-2-2m-6-3a2%202%200%200%201%204%200v3h-4Zm-2%2011v-6h8l.001%206Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.829%2010.115a10.01%2010.01%200%200%200-7.939-7.933a10.003%2010.003%200%200%200-11.72%207.933A7.502%207.502%200%200%200%207.491%2025H8v-2h-.505a5.502%205.502%200%200%201-.97-10.916l1.35-.245l.259-1.345a8.01%208.01%200%200%201%2015.731%200l.259%201.345l1.349.245A5.502%205.502%200%200%201%2024.508%2023H24v2h.508a7.502%207.502%200%200%200%201.32-14.885%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/virtual-private-cloud.svg?color=%231a73e8&size=48