Combide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Combide 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/338498.svg" alt="Combide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338498.svg" alt="Combide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338498.svg" alt="Combide icon" :width="24" :height="24" />
CSS background
.icon-combide {
background-image: url('https://proicons.com/icon/338498.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M16.4484,27.2938h0c-1.1496-.0034-2.0806-.9344-2.084-2.084v-1.3546c.0034-1.1496.9344-2.0806,2.084-2.084h0c1.1496.0034,2.0806.9344,2.084,2.084v1.3546c-.0034,1.1496-.9344,2.0806-2.084,2.084Z"/><path class="b" d="M20.7737,23.9594c.0034-1.1496.9344-2.0806,2.084-2.084h0c1.1496.0034,2.0806.9344,2.084,2.084v3.3344"/><line class="b" x1="20.7737" y1="21.8753" x2="20.7737" y2="27.2938"/><path class="b" d="M24.9417,23.9594c.0034-1.1496.9344-2.0806,2.084-2.084h0c1.1496.0034,2.0806.9344,2.084,2.084v3.3344"/><circle class="c" cx="37.6664" cy="19.2703" r=".8336"/><line class="b" x1="37.6664" y1="21.7711" x2="37.6664" y2="27.2938"/><path class="b" d="M22.3821,31.2111c-1.2764,2.0307-3.5102,3.259-5.9087,3.2492h0c-3.8353.0161-6.9574-3.08-6.9734-6.9153,0-.0194,0-.0388,0-.0581v-6.9734c-.0161-3.8353,3.08-6.9574,6.9153-6.9734.0194,0,.0388,0,.0581,0h0c2.5351-.0266,4.8581,1.4115,5.9645,3.6925"/><path class="b" d="M31.4543,23.8551c.0034-1.1496.9344-2.0806,2.084-2.084h0c1.1496.0034,2.0806.9344,2.084,2.084v1.3546c-.0034,1.1496-.9344,2.0806-2.084,2.084h0c-1.1496-.0034-2.0806-.9344-2.084-2.084"/><line class="b" x1="31.4543" y1="27.2938" x2="31.4543" y2="18.9577"/><path class="b" d="M38.4999,42.5001H9.4999c-2.2091,0-4-1.7909-4-4V9.5001c0-2.2091,1.7909-4,4-4h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4Z"/></svg>
Copied!