Battery Disable 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 { IconBatteryDisable } from "@devigner-ui/icons";
<IconBatteryDisable className="size-6" />
<script setup>
import { IconBatteryDisable } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBatteryDisable class="size-6" />
</template>
<script>
import { IconBatteryDisable } from "@devigner-ui/icons-svelte";
</script>
<IconBatteryDisable 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 d="m4.67 21.5 12-19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.67 5c-4 0-5 1-5 5v4c0 3.4.72 4.63 3.39 4.92" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M13.67 19c4 0 5-1 5-5v-4c0-3.39-.72-4.63-3.37-4.92" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>