Ibm Instana Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Instana 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/317954.svg" alt="Ibm Instana icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317954.svg" alt="Ibm Instana icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317954.svg" alt="Ibm Instana icon" :width="24" :height="24" />
CSS background
.icon-ibm-instana {
background-image: url('https://proicons.com/icon/317954.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<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>
<rect x="9" y="13" width="2" height="6"/>
<rect x="21" y="13" width="2" height="6"/>
<rect x="13" y="11" width="2" height="13"/>
<rect x="17" y="9" width="2" height="13"/>
<circle cx="22" cy="5" r="2"/>
<circle cx="10" cy="27" r="2"/>
<path d="m22.0916,28h-8.0916v-2h8.0916l5.9082-10-2.6992-4.5679,1.7227-1.0176,2.6992,4.5679c.3701.6274.3701,1.4077,0,2.0352l-5.9092,10c-.3574.6055-1.0176.9824-1.7217.9824Z"/>
<path d="m4.9768,21.5859l-2.6992-4.5684c-.3701-.6274-.3701-1.4077,0-2.0352l5.9092-10c.3584-.606,1.0176-.9824,1.7217-.9824h8.0916v2h-8.0916l-5.9082,10,2.6992,4.5684-1.7227,1.0176Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!