Battery Guru Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battery Guru Alt 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/322419.svg" alt="Battery Guru Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322419.svg" alt="Battery Guru Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322419.svg" alt="Battery Guru Alt icon" :width="24" :height="24" />
CSS background
.icon-battery-guru-alt {
background-image: url('https://proicons.com/icon/322419.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,5.4713a19.4931,19.4931,0,0,0,0,36.9406"/><path class="a" d="M10.5125,14.1607A16.52,16.52,0,0,0,24,42.4119"/><path class="a" d="M37.4875,14.1607A16.52,16.52,0,0,1,24,42.4119"/><path class="a" d="M11.0019,20.732c2.1006,1.5867,5.4624,3.5574,10.138-.5386s8.7115-4.35,15.2527-2.0206"/><polyline class="a" points="22.338 33.203 26.859 27.69 22.492 27.69 27.013 22.177"/><path class="a" d="M24,42.4119A19.4931,19.4931,0,0,0,24,5.4713"/><path class="a" d="M34.56,14.0723a16.4837,16.4837,0,0,1,2.9279.0884"/><path class="a" d="M13.44,14.0723a16.4837,16.4837,0,0,0-2.9279.0884"/></svg>
Copied!