Headphone 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 { IconHeadphone } from "@devigner-ui/icons";
<IconHeadphone className="size-6" />
<script setup>
import { IconHeadphone } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHeadphone class="size-6" />
</template>
<script>
import { IconHeadphone } from "@devigner-ui/icons-svelte";
</script>
<IconHeadphone class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.13 18.49v-2.92c0-.97.76-1.84 1.84-1.84.97 0 1.84.76 1.84 1.84v2.81a3.6 3.6 0 0 1-3.57 3.57 3.6 3.6 0 0 1-3.57-3.57v-6.16a9.9 9.9 0 0 1 9.95-10.17c5.62 0 10.05 4.55 10.05 10.06v6.16a3.6 3.6 0 0 1-3.57 3.57 3.6 3.6 0 0 1-3.57-3.57v-2.81c0-.97.76-1.84 1.84-1.84.97 0 1.84.76 1.84 1.84v3.03" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>