Instance Bx Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Instance Bx 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/318149.svg" alt="Instance Bx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318149.svg" alt="Instance Bx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318149.svg" alt="Instance Bx icon" :width="24" :height="24" />
CSS background
.icon-instance-bx {
background-image: url('https://proicons.com/icon/318149.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>
<path d="M12,5A3.0033,3.0033,0,0,0,9,2H4V15H9a3.0033,3.0033,0,0,0,3-3V10.5a2.977,2.977,0,0,0-.78-2,2.9768,2.9768,0,0,0,.78-2ZM6,4H9a1.0013,1.0013,0,0,1,1,1V6.5513A.9587.9587,0,0,1,9,7.5H6Zm4,8a1.0009,1.0009,0,0,1-1,1H6V9.5H9a1.0009,1.0009,0,0,1,1,1Z" transform="translate(0 0)"/>
<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"/>
<circle cx="9" cy="27" r="1"/>
<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!