Accubattery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Accubattery 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/321318.svg" alt="Accubattery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321318.svg" alt="Accubattery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321318.svg" alt="Accubattery icon" :width="24" :height="24" />
CSS background
.icon-accubattery {
background-image: url('https://proicons.com/icon/321318.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="M24,18.82a2.15,2.15,0,0,0-.87.18l-5.82,2.38a.85.85,0,0,0-.52.78v5.13c0,4.58,5.19,7.56,7.21,7.56s7.21-3,7.21-7.56V22.16a.85.85,0,0,0-.52-.78L24.87,19A2,2,0,0,0,24,18.82Z"/><path class="a" d="M18.88,4.5H29.11A2.27,2.27,0,0,1,31.4,6.77V8.25H34A3,3,0,0,1,37,11.2V40.5a3,3,0,0,1-3,3H14a3,3,0,0,1-3-3V11.32a3,3,0,0,1,2.94-3.07h2.66V6.79A2.28,2.28,0,0,1,18.86,4.5Z"/><path class="a" d="M11,15.58C14.07,13,16.48,12,19.26,12c6.9,0,7.66,4.57,13.33,4.57,3.64,0,4.42-2,4.42-2"/><polyline class="a" points="23.75 30.65 25.99 26.67 22.01 27.01 24.25 23.02"/></svg>
Copied!