Battery Charging icon in outline, twotone, bold and bulk. Free in all four styles, for wifi, bluetooth, battery, power, cloud sync. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBatteryCharging } from "@devigner-ui/icons";
<IconBatteryCharging className="size-6" />
<script setup>
import { IconBatteryCharging } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBatteryCharging class="size-6" />
</template>
<script>
import { IconBatteryCharging } from "@devigner-ui/icons-svelte";
</script>
<IconBatteryCharging class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M21.17 9.5c1.5 0 1.5.5 1.5 1.5v2c0 1 0 1.5-1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m10.67 8-1.89 2.5a1 1 0 0 0 .86 1.5h2.3a1 1 0 0 1 .87 1.5L10.67 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.67 19c-4 0-5-1-5-5v-4c0-4 1-5 5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.67 5c4 0 5 1 5 5v4c0 4-1 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>