Batterybot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Batterybot 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/322423.svg" alt="Batterybot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322423.svg" alt="Batterybot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322423.svg" alt="Batterybot icon" :width="24" :height="24" />
CSS background
.icon-batterybot {
background-image: url('https://proicons.com/icon/322423.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b,.c,.d,.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}.c{stroke-width:1px;}.d{stroke-width:1px;}.e{stroke-width:1px;}</style></defs><path class="a" d="M43.5,20.505v6.67a1,1,0,0,1-1,1h-3v4.63a2,2,0,0,1-2,2H6.5a2,2,0,0,1-2-2V15.195a2,2,0,0,1,2-2h31a2,2,0,0,1,2,2v4.31h3A1,1,0,0,1,43.5,20.505Z"/><line class="b" x1="18" y1="13.275" x2="18" y2="34.302"/><line class="a" x1="39.5" y1="19.505" x2="39.5" y2="28.175"/><line class="c" x1="11.293" y1="13.574" x2="11.293" y2="34.019"/><line class="d" x1="32.344" y1="13.285" x2="32.344" y2="34.41"/><line class="e" x1="25.225" y1="13.559" x2="25.225" y2="34.602"/></svg>
Copied!