Cab Compare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cab Compare 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/337643.svg" alt="Cab Compare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337643.svg" alt="Cab Compare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337643.svg" alt="Cab Compare icon" :width="24" :height="24" />
CSS background
.icon-cab-compare {
background-image: url('https://proicons.com/icon/337643.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M11.4785,38.5233v2.1054c0,.8692-.9469,1.8713-1.8161,1.8713h-2.2355c-.8693,0-1.8161-1.0021-1.8161-1.8713v-16.8516l4.1354-11.7198c.3904-1.1064,1.3717-2.3519,2.545-2.3519h5.7584v-4.2053h11.9008v4.2053h5.7584c1.1733,0,2.1546,1.2456,2.545,2.3519l4.1354,11.7198v16.8516c0,.8692-.9469,1.8713-1.8161,1.8713h-2.2355c-.8693,0-1.8161-1.0021-1.8161-1.8713v-2.1054H11.4785Z"/><path id="d" class="g" d="M12.8698,12.8077l-3.2527,9.218h28.7657l-3.2527-9.218H12.8698Z"/><path id="e" class="g" d="M15.6795,29.0974c0,1.6359-1.3263,2.9621-2.9623,2.9621s-2.9623-1.3262-2.9623-2.9621,1.3263-2.9621,2.9623-2.9621,2.9623,1.3262,2.9623,2.9621Z"/><path id="f" class="g" d="M38.2452,29.0974c0,1.6359-1.3263,2.9621-2.9623,2.9621s-2.9623-1.3262-2.9623-2.9621h0c0-1.6359,1.3263-2.9621,2.9623-2.9621h0c1.6361,0,2.9623,1.3262,2.9623,2.9621h0Z"/></svg>
Copied!