Emoji Battery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325119.svg" alt="Emoji Battery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325119.svg" alt="Emoji Battery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325119.svg" alt="Emoji Battery icon" :width="24" :height="24" />
CSS background
.icon-emoji-battery {
background-image: url('https://proicons.com/icon/325119.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m39.35,20.7351v-4.3697c0-.3371-.274-.6104-.612-.6104H6.112c-.338,0-.612.2733-.612.6104v15.2692c0,.3371.274.6104.612.6104h32.6284c.338,0,.612-.2733.612-.6104v-4.0737h3.1476v-6.8259h-3.15"/><path id="d" class="e" d="m8.6996,18.3009h20.9548v11.6014H8.6996v-11.6014"/></svg>
Copied!