Battery Log Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battery Log icon is commonly used in device status bars and IoT dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/336980.svg" alt="Battery Log icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336980.svg" alt="Battery Log icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336980.svg" alt="Battery Log icon" :width="24" :height="24" />
CSS background
.icon-battery-log {
background-image: url('https://proicons.com/icon/336980.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.0757,32.6636v7.939A1.8974,1.8974,0,0,1,26.1782,42.5H9.4713a1.8974,1.8974,0,0,1-1.8974-1.8974v-29.41A1.8974,1.8974,0,0,1,9.4713,9.2949H13.56V6.4487A.9487.9487,0,0,1,14.509,5.5h6.3279a.9488.9488,0,0,1,.9488.9487V9.2949h4.3925a1.8974,1.8974,0,0,1,1.8975,1.8974v4.1441"/><line class="a" x1="7.5739" y1="35.859" x2="28.0757" y2="35.859"/><line class="a" x1="13.5603" y1="9.2949" x2="21.7857" y2="9.2949"/><path class="a" d="M17.9308,15.3364h20.29a1,1,0,0,1,1,1v12.85a0,0,0,0,1,0,0h-22.29a0,0,0,0,1,0,0v-12.85A1,1,0,0,1,17.9308,15.3364Z"/><path class="a" d="M15.7252,29.1869H40.4261a0,0,0,0,1,0,0v2.4766a1,1,0,0,1-1,1H16.7252a1,1,0,0,1-1-1V29.1869A0,0,0,0,1,15.7252,29.1869Z"/><line class="a" x1="26.9758" y1="30.9252" x2="29.1756" y2="30.9252"/></svg>
Copied!