Airbuds Case Charge icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAirbudsCaseCharge } from "@devigner-ui/icons";
<IconAirbudsCaseCharge className="size-6" />
<script setup>
import { IconAirbudsCaseCharge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbudsCaseCharge class="size-6" />
</template>
<script>
import { IconAirbudsCaseCharge } from "@devigner-ui/icons-svelte";
</script>
<IconAirbudsCaseCharge 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="M3 11c0-3.75 0-5.62.95-6.94a5 5 0 0 1 1.11-1.1C6.38 2 8.25 2 12 2s5.62 0 6.94.95a5 5 0 0 1 1.1 1.11C21 5.38 21 7.25 21 11v2c0 3.75 0 5.62-.95 6.94a5 5 0 0 1-1.11 1.1C17.62 22 15.75 22 12 22s-5.62 0-6.94-.95a5 5 0 0 1-1.1-1.11C3 18.62 3 16.75 3 13z" stroke="currentColor" stroke-width="1.5"></path><path d="m12 18 2-2.5h-4l2-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7 9h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>