Airbuds Check 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 { IconAirbudsCheck } from "@devigner-ui/icons";
<IconAirbudsCheck className="size-6" />
<script setup>
import { IconAirbudsCheck } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAirbudsCheck class="size-6" />
</template>
<script>
import { IconAirbudsCheck } from "@devigner-ui/icons-svelte";
</script>
<IconAirbudsCheck class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 11.5v-.2a1 1 0 0 1 1-1 3 3 0 0 0 3-3V4.85A3 3 0 0 0 19.15 2h-.9a5 5 0 0 0-4.74 4.75l-.01.56v6.19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.5 19v.75a2.25 2.25 0 0 1-4.5 0V19m4.5 0V8.75a5 5 0 0 0-4.75-4.74L5.19 4h-.34A3 3 0 0 0 2 6.85V9.3a3 3 0 0 0 3 3 1 1 0 0 1 1 1V19m4.5 0H6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.5 5v2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4.5 7v2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle opacity="1" cx="18" cy="18" r="4" stroke="currentColor" stroke-width="1.5"></circle><path d="m16.5 18.2.86.8 2.14-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>