Acb One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acb 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/321309.svg" alt="Acb One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321309.svg" alt="Acb One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321309.svg" alt="Acb One icon" :width="24" :height="24" />
CSS background
.icon-acb-one {
background-image: url('https://proicons.com/icon/321309.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="M35.4148,18.071c1.5466,0,2.8003,1.2739,2.8003,2.8454s-1.2538,2.8454-2.8003,2.8454h-4.6206v-11.3816h4.6206c1.5466,0,2.8003,1.2739,2.8003,2.8454s-1.2538,2.8454-2.8003,2.8454Z"/><line class="c" x1="35.4148" y1="18.071" x2="30.7938" y2="18.071"/><path class="c" d="M27.4249,19.9449v.0466c0,2.0822-1.6612,3.7701-3.7103,3.7701s-3.7103-1.6879-3.7103-3.7701v-3.8412c0-2.0822,1.6612-3.7701,3.7103-3.7701h0c2.0491,0,3.7103,1.6879,3.7103,3.7701v.0466"/><line class="c" x1="15.9621" y1="19.9549" x2="11.0178" y2="19.9549"/><polyline class="c" points="9.7849 23.7298 13.4946 12.3809 17.2042 23.7639"/><line class="c" x1="29.7472" y1="31.8671" x2="32.194" y2="31.8671"/><polyline class="c" points="33.5 35.6199 29.7472 35.6199 29.7472 28.1143 33.5 28.1143"/><path class="c" d="M16.9862,35.6199c-1.3732,0-2.4862-1.1131-2.4862-2.4862v-2.5331c0-1.3732,1.1131-2.4862,2.4862-2.4862s2.4862,1.1131,2.4862,2.4862v2.5331c0,1.3732-1.1131,2.4862-2.4862,2.4862Z"/><path class="c" d="M21.5486,28.1143v7.5056l1.8764-1.8764"/><path class="c" d="M27.6469,35.6199v-7.5056l-1.8764,1.8764"/><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/></svg>
Copied!