Bcel One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bcel One 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/322463.svg" alt="Bcel One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322463.svg" alt="Bcel One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322463.svg" alt="Bcel One icon" :width="24" :height="24" />
CSS background
.icon-bcel-one {
background-image: url('https://proicons.com/icon/322463.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="M36.0157,25.8303l9.3832.1335M44.1857,31.2911h-3.8497c-2.3817.0022-4.3142-1.9453-4.3163-4.3498,0-.0039,0-.0079,0-.0118v-2.167c0-2.4183,1.9248-4.3615,4.3163-4.3615h.8283c2.3681,0,4.2774,1.904,4.3202,4.283M23.4167,31.719v-7.4237c-.0043-2.1465,1.7158-3.89,3.8419-3.8944.0052,0,.0104,0,.0156,0h1.4427c2.1261-.0043,3.8532,1.7322,3.8575,3.8787,0,.0052,0,.0105,0,.0157v7.4197M2.5,23.7968C2.7259,11.8091,12.5349,2.276,24.409,2.504c11.556.2219,20.8712,9.6263,21.091,21.2927h0c-.0035,11.9899-9.6339,21.7067-21.5102,21.7032-3.8781-.0011-7.6838-1.0611-11.014-3.0675,4.5496-1.005,7.9716-7.8751,7.9716-16.0172h0c0-8.9115-4.0713-16.135-9.0876-16.135S2.7722,17.4998,2.7722,26.4113l.0117.899c-.1903-1.1626-.2853-2.3391-.2839-3.5175v.0039Z"/></svg>
Copied!