Airbuds Right 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 { IconAirbudsRight } from "@devigner-ui/icons";
<IconAirbudsRight className="size-6" />
<script setup>
import { IconAirbudsRight } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbudsRight class="size-6" />
</template>
<script>
import { IconAirbudsRight } from "@devigner-ui/icons-svelte";
</script>
<IconAirbudsRight class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 18.67v1.1A2.35 2.35 0 0 1 18.77 22h-.54A2.35 2.35 0 0 1 16 19.77v-1.1m5 0V7.56A5.6 5.6 0 0 0 15.44 2h-.1A3.35 3.35 0 0 0 12 5.34V8a3 3 0 0 0 3 3 1 1 0 0 1 1 1v6.67m5 0h-5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M15 5v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle opacity="1" cx="7.5" cy="16.5" r="5.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M9 5.1A5 5 0 0 0 5.1 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 14v-.75a.75.75 0 0 0-.75.75zm-.75 5a.75.75 0 0 0 1.5 0zM6 16.5h-.75v.75H6zm2.36 2.89a.75.75 0 1 0 1.28-.78zM6 14.75h1.5v-1.5H6zm.75 1.75V14h-1.5v2.5zm1.5-1.25c0 .15-.2.5-.75.5v1.5c1.1 0 2.25-.77 2.25-2zm-.75-.5c.55 0 .75.35.75.5h1.5c0-1.23-1.14-2-2.25-2zM5.25 14v5h1.5v-5zm2.25 1.75H6v1.5h1.5zm-.64 1.14 1.5 2.5 1.28-.78-1.5-2.5z" fill="currentColor"></path></svg>