Battery Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Battery Widget 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/322422.svg" alt="Battery Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322422.svg" alt="Battery Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322422.svg" alt="Battery Widget icon" :width="24" :height="24" />
CSS background
.icon-battery-widget {
background-image: url('https://proicons.com/icon/322422.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"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><circle class="d" cx="24" cy="24" r="14"/><line class="d" x1="38" y1="24" x2="45.5" y2="24"/><line class="d" x1="10" y1="24" x2="2.5" y2="24"/><path id="c" class="d" d="M29.0515,22.1022l-5.0025-.0923.0852-6.0532-5.0933,10.0237,5.0408-.0231-.1746,6.0006,5.1445-9.8558Z"/></svg>
Copied!