Airbuds 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 { IconAirbudsCharge } from "@devigner-ui/icons";
<IconAirbudsCharge className="size-6" />
<script setup>
import { IconAirbudsCharge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbudsCharge class="size-6" />
</template>
<script>
import { IconAirbudsCharge } from "@devigner-ui/icons-svelte";
</script>
<IconAirbudsCharge class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 11.5v-.2a1 1 0 0 1 1-1 3 3 0 0 0 3-3V4.85A3 3 0 0 0 19.15 2h-.9a5 5 0 0 0-4.74 4.75l-.01.56v6.19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.5 19v.75a2.25 2.25 0 0 1-4.5 0V19m4.5 0V8.75a5 5 0 0 0-4.75-4.74L5.19 4h-.34A3 3 0 0 0 2 6.85V9.3a3 3 0 0 0 3 3 1 1 0 0 1 1 1V19m4.5 0H6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.5 5v2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4.5 7v2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle opacity="1" cx="18" cy="18" r="4" stroke="currentColor" stroke-width="1.5"></circle><path d="M18 16.5 17 18h2l-1 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>