Ui Battery Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Battery 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/306733.svg" alt="Ui Battery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306733.svg" alt="Ui Battery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306733.svg" alt="Ui Battery icon" :width="24" :height="24" />
CSS background
.icon-ui-battery {
background-image: url('https://proicons.com/icon/306733.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M427 250h381c30 0 46 16 46 45v410c0 28-17 45-44 45H558c-69-1-138 0-207 0H42c-25 0-42-17-42-42V508 297c0-31 16-47 47-47h380zM81 669h692V331H81v338zm833-271c19 0 37-2 55 1s30 14 30 35c2 44 1 87 0 131 0 20-16 36-36 37-16 1-32 0-49 0V398zm-785-17h117v238H129V381zm609 238H609V381h129v238zm-105-24h81V405h-81v190zm-62 24H446V381h125v238zm-101-24h77V405h-77v190zM288 381h117v238H288V381z"/></svg>
Copied!