Batterytool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Batterytool 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/322427.svg" alt="Batterytool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322427.svg" alt="Batterytool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322427.svg" alt="Batterytool icon" :width="24" :height="24" />
CSS background
.icon-batterytool {
background-image: url('https://proicons.com/icon/322427.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.4619,21.8305c-.2525-.0107-.5-.04-.7551-.04C32.6092,21.79,24.3993,30.2124,24,40.7527,23.6007,30.2124,15.3908,21.79,5.2932,21.79c-.2549,0-.5026.0294-.7551.04-.01.2662-.0381.5272-.0381.7959,0,10.9123,8.3923,19.7582,18.7449,19.7582.255,0,.5026-.0295.7551-.04.2525.0107.5.04.7551.04,10.3526,0,18.7449-8.8459,18.7449-19.7582C43.5,22.3577,43.472,22.0967,43.4619,21.8305Z"/><path class="a" d="M24,25.532c1.3-2.371,5.6452-5.88,5.6452-5.88A28.1114,28.1114,0,0,0,24,5.6154a28.11,28.11,0,0,0-5.6451,14.0363S22.7,23.161,24,25.532Z"/></svg>
Copied!