Full Battery Charge Alarm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Full Battery Charge Alarm 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/340867.svg" alt="Full Battery Charge Alarm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340867.svg" alt="Full Battery Charge Alarm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340867.svg" alt="Full Battery Charge Alarm icon" :width="24" :height="24" />
CSS background
.icon-full-battery-charge-alarm {
background-image: url('https://proicons.com/icon/340867.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m31.1542,8.4042h-3.2181v-3.9042h-7.8723v3.9042h-3.2181c-1.4189,0-2.5692,1.1503-2.5692,2.5692v29.9575c0,1.4189,1.1502,2.5692,2.5692,2.5692h14.3085c1.4189,0,2.5692-1.1503,2.5692-2.5692V10.9734c0-1.4189-1.1502-2.5692-2.5692-2.5692Z"/><line class="b" x1="33.72" y1="16.23" x2="26" y2="16.23"/><line class="b" x1="24.87" y1="16.23" x2="14.28" y2="16.23"/><polygon class="b" points="29.8936 24.9659 26 24.9659 26 14.1117 18.117 28.9362 22.0106 28.9362 22.0106 39.7904 29.8936 24.9659"/></svg>
Copied!