Instance Cx Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Instance Cx 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/318151.svg" alt="Instance Cx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318151.svg" alt="Instance Cx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318151.svg" alt="Instance Cx icon" :width="24" :height="24" />
CSS background
.icon-instance-cx {
background-image: url('https://proicons.com/icon/318151.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="27" r="1"/>
<polygon points="22 5 20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5"/>
<path d="M12,15H6a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,6,2h6V4H6v9h6Z" transform="translate(0 0)"/>
<rect x="2" y="18" width="4" height="2"/>
<rect x="8" y="18" width="4" height="2"/>
<rect x="14" y="18" width="4" height="2"/>
<rect x="20" y="18" width="4" height="2"/>
<rect x="26" y="18" width="4" height="2"/>
<path d="M26,31H6a2.0021,2.0021,0,0,1-2-2V25a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,31ZM6,25v4H26V25Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!