Battery Empty 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 { IconBatteryEmpty } from "@devigner-ui/icons";
<IconBatteryEmpty className="size-6" />
<script setup>
import { IconBatteryEmpty } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBatteryEmpty class="size-6" />
</template>
<script>
import { IconBatteryEmpty } from "@devigner-ui/icons-svelte";
</script>
<IconBatteryEmpty class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.67 19h-6c-4 0-5-1-5-5v-4c0-4 1-5 5-5h6c4 0 5 1 5 5v4c0 4-1 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><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></svg>