3c Battery Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3c Battery Manager 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/321200.svg" alt="3c Battery Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321200.svg" alt="3c Battery Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321200.svg" alt="3c Battery Manager icon" :width="24" :height="24" />
CSS background
.icon-3c-battery-manager {
background-image: url('https://proicons.com/icon/321200.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.5 28.826v.12c0 5.3615-4.3464 9.7079-9.7079 9.7079s-9.7079-4.3464-9.7079-9.7079v-9.8911c0-5.3615 4.3464-9.7079 9.7079-9.7079s9.7079 4.3464 9.7079 9.7079v.1201"/><path class="c" d="m5.5033 36.181c2.0231 1.6952 4.2075 2.472 9.113 2.472h1.1429c4.0455 0 7.325-3.2795 7.325-7.325s-3.2795-7.325-7.325-7.325"/><path class="c" d="m5.5 11.794c2.0277-1.6898 4.2141-2.4608 9.1196-2.4477l1.1396.0066c4.0455 0 7.325 3.2795 7.325 7.325s-3.2795 7.325-7.325 7.325"/><line class="c" x1="10.128" x2="15.759" y1="24.003" y2="24.003"/><path class="c" d="m34.25 16.847h1.2493c.69211 0 1.2493.56302 1.2493 1.2624v13.465c0 .69935-.55719 1.2624-1.2493 1.2624h-5.4136c-.69211 0-1.2493-.56302-1.2493-1.2624v-13.465c0-.69935.55719-1.2624 1.2493-1.2624h1.2493v-1.6832h2.915z"/><path class="c" d="m32.792 21.425-1.3129 3.727 2.6256-.62116-1.3127 3.727"/></svg>
Copied!