Headphones Round 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 { IconHeadphonesRound } from "@devigner-ui/icons";
<IconHeadphonesRound className="size-6" />
<script setup>
import { IconHeadphonesRound } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHeadphonesRound class="size-6" />
</template>
<script>
import { IconHeadphonesRound } from "@devigner-ui/icons-svelte";
</script>
<IconHeadphonesRound class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M21 17v-5a9 9 0 1 0-18 0v5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M22 15.5v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 15.5v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 13.84c0-.76 0-1.14-.17-1.4q-.14-.21-.35-.33c-.27-.16-.63-.12-1.36-.05-1.24.12-1.85.18-2.3.52q-.33.25-.54.63C3 13.7 3 14.34 3 15.63v1.56c0 1.28 0 1.92.28 2.4q.16.3.4.5c.4.38 1 .5 2.21.74.85.16 1.27.25 1.59.07q.17-.1.3-.26c.22-.28.22-.73.22-1.63z" stroke="currentColor" stroke-width="1.5"></path><path d="M16 13.84c0-.76 0-1.14.17-1.4q.14-.21.35-.33c.27-.16.63-.12 1.36-.05 1.24.12 1.85.18 2.3.52q.33.25.54.63c.28.49.28 1.13.28 2.42v1.56c0 1.28 0 1.92-.28 2.4q-.16.3-.4.5c-.4.38-1 .5-2.21.74-.85.16-1.27.25-1.59.07a1 1 0 0 1-.3-.26c-.22-.28-.22-.73-.22-1.63z" stroke="currentColor" stroke-width="1.5"></path></svg>