Ibm Aiops Insights Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Aiops Insights 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/317915.svg" alt="Ibm Aiops Insights icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317915.svg" alt="Ibm Aiops Insights icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317915.svg" alt="Ibm Aiops Insights icon" :width="24" :height="24" />
CSS background
.icon-ibm-aiops-insights {
background-image: url('https://proicons.com/icon/317915.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>
<polygon points="5.5 23 2 30 9 30 5.5 23"/>
<path d="m26,15v2c1.1025,0,2,.8975,2,2v5c0,1.1025-.8975,2-2,2H10v2h16c2.2061,0,4-1.7939,4-4v-5c0-2.2056-1.7939-4-4-4Z"/>
<path d="m14,24c-.4463,0-.8389-.2959-.9614-.7251l-1.793-6.2749h-3.2456v-2h4c.4463,0,.8389.2959.9614.7251l1.0386,3.6348,3.0386-10.6348c.1226-.4292.5151-.7251.9614-.7251s.8389.2959.9614.7251l1.793,6.2749h3.2456v2h-4c-.4463,0-.8389-.2959-.9614-.7251l-1.0386-3.6348-3.0386,10.6348c-.1226.4292-.5151.7251-.9614.7251Z"/>
<path d="m4,13v-5c0-1.103.897-2,2-2h16v-2H6c-2.2056,0-4,1.7944-4,4v5c0,2.2056,1.7944,4,4,4v-2c-1.103,0-2-.897-2-2Z"/>
<circle cx="27" cy="5" r="3"/>
<g id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;">
<rect class="cls-1" width="32" height="32"/>
</g>
</svg>
Copied!