Microservices 2 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Microservices 2 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318377.svg" alt="Microservices 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318377.svg" alt="Microservices 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318377.svg" alt="Microservices 2 icon" :width="24" :height="24" />
CSS background
.icon-microservices-2 {
background-image: url('https://proicons.com/icon/318377.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32" xml:space="preserve"><switch><g><path d="M16 22v-6h-6v-6H2v20h20v-8h-6zm-2-4v4h-4v-4h4zM4 12h4v4H4v-4zm4 6v4H4v-4h4zM4 28v-4h4v4H4zm10 0h-4v-4h4v4zm6 0h-4v-4h4v4zM29.6 13.6 27 16.2V10h3V2h-8v8h3v6.2l-2.6-2.6L21 15l5 5 5-5-1.4-1.4zM24 4h4v4h-4V4z"/><path style="fill:none" d="M0 0h32v32H0z"/></g></switch></svg>
Copied!