Battery Guru Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battery Guru 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/336977.svg" alt="Battery Guru icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336977.svg" alt="Battery Guru icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336977.svg" alt="Battery Guru icon" :width="24" :height="24" />
CSS background
.icon-battery-guru {
background-image: url('https://proicons.com/icon/336977.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M11.8643,25.9757c-.3574-.5543-.5645-1.2204-.5645-1.9615,0-11.3427,12.1874-20.6365,12.693-21.0142v19.2781l8.0004-1.8417c2.392-.5503,4.5911,1.1249,4.5911,3.5778,0,11.5843-12.5915,20.9858-12.5915,20.9858l-.0223-15.6942c-.0021-1.2874-.4325-2.457-1.1473-3.391-1.2224-1.596-3.2773-2.5016-5.4399-2.1158l.201-.0447-.0264.0021c-1.3239.2457-2.459,1.0904-3.0743,2.2884l-.0203.0386c-.4393,1.0315-1.9525.9639-2.5991-.1076" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M21.9602,44.3644c-4.2581-1.4661-13.9885-5.6043-17.3125-13.6392C.347,20.3247,8.4185,7.3291,8.4185,7.3291c0,0,2.7575.7087,6.2521,2.3372M29.0834,43.1827c4.9859-1.5146,11.6006-6.0003,14.2687-12.4575,4.3027-10.4005-3.7768-23.4001-3.7768-23.4001,0,0-7.6085,1.9554-13.5519,6.8227" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M22.841,25.9921l-6.9501,1.5999c-2.392.5503-4.5911-1.1249-4.5911-3.5778M23.9928,22.2781l-6.4084,1.4762" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!