Airpod 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 { IconAirpod } from "@devigner-ui/icons";
<IconAirpod className="size-6" />
<script setup>
import { IconAirpod } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirpod class="size-6" />
</template>
<script>
import { IconAirpod } from "@devigner-ui/icons-svelte";
</script>
<IconAirpod 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.29 15.75v-7.5q0-1.15.11-2.07C3.77 2.89 5.32 2 9.55 2h6.25c4.22 0 5.78.89 6.14 4.18q.12.92.11 2.07v7.5q0 1.15-.11 2.08c-.37 3.28-1.92 4.17-6.15 4.17H9.55c-4.22 0-5.78-.89-6.14-4.17q-.13-.93-.12-2.08" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M21.9 8.92h-4.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.54 8.92h-4.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.8 8.92c0 1.13-.92 2.05-2.05 2.05H9.59c-.56 0-1.08-.23-1.45-.61a2.05 2.05 0 0 1 1.45-3.49h6.15c.56 0 1.08.23 1.45.61a2 2 0 0 1 .61 1.44" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>