B612 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The B612 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/322291.svg" alt="B612 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322291.svg" alt="B612 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322291.svg" alt="B612 icon" :width="24" :height="24" />
CSS background
.icon-b612 {
background-image: url('https://proicons.com/icon/322291.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.7536,24.0003c1.4237,0,2.5778,1.1366,2.5778,2.5387s-1.1541,2.5387-2.5778,2.5387h-4.2534v-10.1547h4.2534c1.4237,0,2.5778,1.1366,2.5778,2.5387s-1.1541,2.5387-2.5778,2.5387Z"/><line class="c" x1="13.7499" y1="24.004" x2="9.5" y2="24.004"/><ellipse class="c" cx="21.7776" cy="25.7139" rx="3.4156" ry="3.3637"/><path class="c" d="M24.8914,20.1621c-.5692-.734-1.4364-1.2385-2.8739-1.2385h-.2398c-1.8864,0-3.4156,1.5059-3.4156,3.3637v3.4272"/><path class="c" d="M26.8705,20.3084l2.7659-1.3818v10.151"/><path class="c" d="M31.6691,22.2863c0-2.0762,1.9095-3.713,4.0933-3.2996,1.4324.2711,2.5761,1.4912,2.7188,2.9208.1061,1.0635-.2356,2.1128-.9815,2.7575-1.3817,1.1942-5.8305,4.4127-5.8305,4.4127h6.8309"/><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/></svg>
Copied!