Airbuds Case 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 { IconAirbudsCase } from "@devigner-ui/icons";
<IconAirbudsCase className="size-6" />
<script setup>
import { IconAirbudsCase } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbudsCase class="size-6" />
</template>
<script>
import { IconAirbudsCase } from "@devigner-ui/icons-svelte";
</script>
<IconAirbudsCase class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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="M7 9c0-1.1.9-2 2-2h6a2 2 0 1 1 0 4H9a2 2 0 0 1-2-2" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M21 9h-3.5M7 9H3" stroke="currentColor" stroke-width="1.5"></path></svg>