Airbuds 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 { IconAirbuds } from "@devigner-ui/icons";
<IconAirbuds className="size-6" />
<script setup>
import { IconAirbuds } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbuds class="size-6" />
</template>
<script>
import { IconAirbuds } from "@devigner-ui/icons-svelte";
</script>
<IconAirbuds 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.5 18v.75a2.25 2.25 0 0 0 4.5 0V18m-4.5 0V7.75a5 5 0 0 1 4.75-4.74l.56-.01h.34A3 3 0 0 1 22 5.85V8.3a3 3 0 0 1-3 3 1 1 0 0 0-1 1V18m-4.5 0H18" stroke="currentColor" stroke-width="1.5"></path><path d="M10.5 18v.75a2.25 2.25 0 0 1-4.5 0V18m4.5 0V7.75a5 5 0 0 0-4.75-4.74L5.19 3h-.34A3 3 0 0 0 2 5.85V8.3a3 3 0 0 0 3 3 1 1 0 0 1 1 1V18m4.5 0H6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.5 6v2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4.5 6v2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>