Ibm Match 360 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ibm Match 360 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/317963.svg" alt="Ibm Match 360 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317963.svg" alt="Ibm Match 360 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317963.svg" alt="Ibm Match 360 icon" :width="24" :height="24" />
CSS background
.icon-ibm-match-360 {
background-image: url('https://proicons.com/icon/317963.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 id="circle_1" data-name="circle 1" d="M5,25a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,5,25Z"/>
<path id="circle_2" data-name="circle 2" d="M16,25a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,25Z"/>
<path id="circle_3" data-name="circle 3" d="M27,25a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,27,25Z"/>
<path id="_Line" data-name=" Line" d="M28,23H26V11a2.0059,2.0059,0,0,0-2-2H22V7h2a4.0118,4.0118,0,0,1,4,4Z"/>
<rect id="_Line-2" data-name=" Line" x="15" y="12" width="2" height="11"/>
<path id="_Line-3" data-name=" Line" d="M6,23H4V11A4.0118,4.0118,0,0,1,8,7h2V9H8a2.0059,2.0059,0,0,0-2,2Z"/>
<path d="M16,2,14.7,4.6343l-2.9057.42,2.1029,2.0514L13.4,10,16,8.6343,18.6,10l-.4972-2.8943,2.1029-2.0486L17.3,4.6343Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!