headphones from Font Awesome 6 Solid by Dave Gandy · Regular · Audio & Video · CC-BY-4.0 Attribution required.

Name
headphones
Set
Font Awesome 6 Solid
Style
Regular
Category
Audio & Video
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More audio & video icons from Font Awesome 6 Solid

Use the headphones icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V288C0 146.6 114.6 32 256 32s256 114.6 256 256v112c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHeadphones(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V288C0 146.6 114.6 32 256 32s256 114.6 256 256v112c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48v128c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V288C0 146.6 114.6 32 256 32s256 114.6 256 256v112c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80"/></svg>
</template>

CSS

.icon-headphones {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2080C149.9%2080%2062.4%20159.4%2049.6%20262c9.4-3.8%2019.6-6%2030.4-6c26.5%200%2048%2021.5%2048%2048v128c0%2026.5-21.5%2048-48%2048c-44.2%200-80-35.8-80-80V288C0%20146.6%20114.6%2032%20256%2032s256%20114.6%20256%20256v112c0%2044.2-35.8%2080-80%2080c-26.5%200-48-21.5-48-48V304c0-26.5%2021.5-48%2048-48c10.8%200%2021%202.1%2030.4%206C449.6%20159.4%20362.1%2080%20256%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2080C149.9%2080%2062.4%20159.4%2049.6%20262c9.4-3.8%2019.6-6%2030.4-6c26.5%200%2048%2021.5%2048%2048v128c0%2026.5-21.5%2048-48%2048c-44.2%200-80-35.8-80-80V288C0%20146.6%20114.6%2032%20256%2032s256%20114.6%20256%20256v112c0%2044.2-35.8%2080-80%2080c-26.5%200-48-21.5-48-48V304c0-26.5%2021.5-48%2048-48c10.8%200%2021%202.1%2030.4%206C449.6%20159.4%20362.1%2080%20256%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/headphones.svg?color=%231a73e8&size=48