Icb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Icb 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/327267.svg" alt="Icb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327267.svg" alt="Icb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327267.svg" alt="Icb icon" :width="24" :height="24" />
CSS background
.icon-icb {
background-image: url('https://proicons.com/icon/327267.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.3016,13.6472c-1.4839,7.1577-1.8653,13.2679-.2504,21.1238,2.3017,1.1348,2.1708,5.0191.4687,6.4157s-8.6828,1.3093-12.2628,1.3093"/><path class="b" d="M33.4711,31.448c4.145-1.8827,8.2936-5.4058,8.2936-10.5559,0-2.4441-4.2008-5.4567-8.4724-1.0481"/><path class="b" d="M33.1412,28.4745c3.6918-1.3412,4.3873-2.7815,4.3873-5.0073s-3.5284-1.1311-4.4906-.2601"/><path class="b" d="M26.5111,18.1269c-.581,7.8592.152,17.3424.152,17.3424"/><path class="b" d="M11.27,20.36c.47,4.58.29,9.09-.8,14.41-2.31,1.14-2.18,5.02-.48,6.42,1.7,1.39,8.69,1.31,12.27,1.31"/><path class="b" d="M18.0955,19.6267c.3944,7.5134-.2491,15.8467-.2491,15.8467"/><path class="b" d="M22.5031,5.5003c4.4157.0394,4.3644,2.0513,7.4632,2.4004s5.0627.611,5.9793,3.7534,1.8476,3.928.9311,4.2917-2.3963-3.6079-3.8386-2.5459-.4546,4.5614-3.1598,4.1938-5.3093-3.3209-7.3896-2.8845-2.0949,5.5137-4.8154,4.8591-.3055-5.6883-4.5099-5.4119-.1901,6.4137-2.7787,7.3322c-1.4599.518-3.768-.8001-4.1317-6.8085s5.0045-8.8307,7.1722-8.8889,3.4333.9311,5.4992.611,1.9494-.9165,3.5788-.902Z"/></svg>
Copied!