Airbuds Left 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 { IconAirbudsLeft } from "@devigner-ui/icons";
<IconAirbudsLeft className="size-6" />
<script setup>
import { IconAirbudsLeft } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbudsLeft class="size-6" />
</template>
<script>
import { IconAirbudsLeft } from "@devigner-ui/icons-svelte";
</script>
<IconAirbudsLeft class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 18.67v.83a2.5 2.5 0 0 0 5 0v-.83m-5 0V7.56A5.6 5.6 0 0 1 7.56 2h.1A3.35 3.35 0 0 1 11 5.34V8a3 3 0 0 1-3 3 1 1 0 0 0-1 1v6.67m-5 0h5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M8 5v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle opacity="1" cx="5.5" cy="5.5" r="5.5" transform="matrix(-1 0 0 1 21 11)" stroke="currentColor" stroke-width="1.5"></circle><path d="M14 14v5h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14 5.1A5 5 0 0 1 17.9 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>