headphone icon

headphone from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
headphone
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the headphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M447.4 238.2c-3.2-59.8-21.9-108.6-56-145.2l-.2-.2c-7.7-8.4-16.1-15.9-24.8-22.6-9-6.9-18.6-13-28.5-18.1-25.3-13.1-53-20-82.1-20-29 0-56.6 6.9-81.9 20-9.9 5.1-19.4 11.2-28.4 18.1-8.7 6.7-17 14.2-24.7 22.6l-.2.2c-34 36.6-52.7 85.5-55.9 145.2C61.9 288.9 68 368 77.7 400c20.3 67 40.4 80 72.1 80s58.2-26.4 58.2-58.9v-106c0-32.5-23.3-59-53.3-59-18 0-34 9.7-43.8 24.4 0 0-11.1-8.1-13.1-23-2.1-14.9-3.1-32.4 5.6-63 8.7-30.5 20.8-20.2 35.6-39 2.5-3.3 5.2-6.4 8-9.5 3.2-3.4 6.4-6.7 9.8-9.7 1.6-1.5 3.2-2.8 4.8-4.2 11-9.3 21-17 33.7-22.8 18.9-8.6 39.4-13.3 60.5-13.3 21 0 41.7 4.7 60.7 13.3 12.7 5.8 22.9 13.5 33.9 22.8 1.6 1.4 3.2 2.7 4.8 4.2 3.4 3 6.6 6.3 9.8 9.7 2.8 3.1 5.5 6.2 8 9.5 14.8 18.8 26.9 8.5 35.6 39 8.7 30.5 7.6 48.1 5.6 63-2.1 14.9-13.1 23-13.1 23-9.8-14.7-25.7-24.4-43.8-24.4-30 0-53.3 26.4-53.3 59v106.1c0 32.4 26.5 58.9 58.2 58.9 31.7 0 51.8-13 72.1-80 9.7-32.1 15.8-111.2 13.1-161.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonHeadphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M447.4 238.2c-3.2-59.8-21.9-108.6-56-145.2l-.2-.2c-7.7-8.4-16.1-15.9-24.8-22.6-9-6.9-18.6-13-28.5-18.1-25.3-13.1-53-20-82.1-20-29 0-56.6 6.9-81.9 20-9.9 5.1-19.4 11.2-28.4 18.1-8.7 6.7-17 14.2-24.7 22.6l-.2.2c-34 36.6-52.7 85.5-55.9 145.2C61.9 288.9 68 368 77.7 400c20.3 67 40.4 80 72.1 80s58.2-26.4 58.2-58.9v-106c0-32.5-23.3-59-53.3-59-18 0-34 9.7-43.8 24.4 0 0-11.1-8.1-13.1-23-2.1-14.9-3.1-32.4 5.6-63 8.7-30.5 20.8-20.2 35.6-39 2.5-3.3 5.2-6.4 8-9.5 3.2-3.4 6.4-6.7 9.8-9.7 1.6-1.5 3.2-2.8 4.8-4.2 11-9.3 21-17 33.7-22.8 18.9-8.6 39.4-13.3 60.5-13.3 21 0 41.7 4.7 60.7 13.3 12.7 5.8 22.9 13.5 33.9 22.8 1.6 1.4 3.2 2.7 4.8 4.2 3.4 3 6.6 6.3 9.8 9.7 2.8 3.1 5.5 6.2 8 9.5 14.8 18.8 26.9 8.5 35.6 39 8.7 30.5 7.6 48.1 5.6 63-2.1 14.9-13.1 23-13.1 23-9.8-14.7-25.7-24.4-43.8-24.4-30 0-53.3 26.4-53.3 59v106.1c0 32.4 26.5 58.9 58.2 58.9 31.7 0 51.8-13 72.1-80 9.7-32.1 15.8-111.2 13.1-161.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M447.4 238.2c-3.2-59.8-21.9-108.6-56-145.2l-.2-.2c-7.7-8.4-16.1-15.9-24.8-22.6-9-6.9-18.6-13-28.5-18.1-25.3-13.1-53-20-82.1-20-29 0-56.6 6.9-81.9 20-9.9 5.1-19.4 11.2-28.4 18.1-8.7 6.7-17 14.2-24.7 22.6l-.2.2c-34 36.6-52.7 85.5-55.9 145.2C61.9 288.9 68 368 77.7 400c20.3 67 40.4 80 72.1 80s58.2-26.4 58.2-58.9v-106c0-32.5-23.3-59-53.3-59-18 0-34 9.7-43.8 24.4 0 0-11.1-8.1-13.1-23-2.1-14.9-3.1-32.4 5.6-63 8.7-30.5 20.8-20.2 35.6-39 2.5-3.3 5.2-6.4 8-9.5 3.2-3.4 6.4-6.7 9.8-9.7 1.6-1.5 3.2-2.8 4.8-4.2 11-9.3 21-17 33.7-22.8 18.9-8.6 39.4-13.3 60.5-13.3 21 0 41.7 4.7 60.7 13.3 12.7 5.8 22.9 13.5 33.9 22.8 1.6 1.4 3.2 2.7 4.8 4.2 3.4 3 6.6 6.3 9.8 9.7 2.8 3.1 5.5 6.2 8 9.5 14.8 18.8 26.9 8.5 35.6 39 8.7 30.5 7.6 48.1 5.6 63-2.1 14.9-13.1 23-13.1 23-9.8-14.7-25.7-24.4-43.8-24.4-30 0-53.3 26.4-53.3 59v106.1c0 32.4 26.5 58.9 58.2 58.9 31.7 0 51.8-13 72.1-80 9.7-32.1 15.8-111.2 13.1-161.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-headphone {
  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%20d%3D%22M447.4%20238.2c-3.2-59.8-21.9-108.6-56-145.2l-.2-.2c-7.7-8.4-16.1-15.9-24.8-22.6-9-6.9-18.6-13-28.5-18.1-25.3-13.1-53-20-82.1-20-29%200-56.6%206.9-81.9%2020-9.9%205.1-19.4%2011.2-28.4%2018.1-8.7%206.7-17%2014.2-24.7%2022.6l-.2.2c-34%2036.6-52.7%2085.5-55.9%20145.2C61.9%20288.9%2068%20368%2077.7%20400c20.3%2067%2040.4%2080%2072.1%2080s58.2-26.4%2058.2-58.9v-106c0-32.5-23.3-59-53.3-59-18%200-34%209.7-43.8%2024.4%200%200-11.1-8.1-13.1-23-2.1-14.9-3.1-32.4%205.6-63%208.7-30.5%2020.8-20.2%2035.6-39%202.5-3.3%205.2-6.4%208-9.5%203.2-3.4%206.4-6.7%209.8-9.7%201.6-1.5%203.2-2.8%204.8-4.2%2011-9.3%2021-17%2033.7-22.8%2018.9-8.6%2039.4-13.3%2060.5-13.3%2021%200%2041.7%204.7%2060.7%2013.3%2012.7%205.8%2022.9%2013.5%2033.9%2022.8%201.6%201.4%203.2%202.7%204.8%204.2%203.4%203%206.6%206.3%209.8%209.7%202.8%203.1%205.5%206.2%208%209.5%2014.8%2018.8%2026.9%208.5%2035.6%2039%208.7%2030.5%207.6%2048.1%205.6%2063-2.1%2014.9-13.1%2023-13.1%2023-9.8-14.7-25.7-24.4-43.8-24.4-30%200-53.3%2026.4-53.3%2059v106.1c0%2032.4%2026.5%2058.9%2058.2%2058.9%2031.7%200%2051.8-13%2072.1-80%209.7-32.1%2015.8-111.2%2013.1-161.9z%22%20fill%3D%22currentColor%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%20d%3D%22M447.4%20238.2c-3.2-59.8-21.9-108.6-56-145.2l-.2-.2c-7.7-8.4-16.1-15.9-24.8-22.6-9-6.9-18.6-13-28.5-18.1-25.3-13.1-53-20-82.1-20-29%200-56.6%206.9-81.9%2020-9.9%205.1-19.4%2011.2-28.4%2018.1-8.7%206.7-17%2014.2-24.7%2022.6l-.2.2c-34%2036.6-52.7%2085.5-55.9%20145.2C61.9%20288.9%2068%20368%2077.7%20400c20.3%2067%2040.4%2080%2072.1%2080s58.2-26.4%2058.2-58.9v-106c0-32.5-23.3-59-53.3-59-18%200-34%209.7-43.8%2024.4%200%200-11.1-8.1-13.1-23-2.1-14.9-3.1-32.4%205.6-63%208.7-30.5%2020.8-20.2%2035.6-39%202.5-3.3%205.2-6.4%208-9.5%203.2-3.4%206.4-6.7%209.8-9.7%201.6-1.5%203.2-2.8%204.8-4.2%2011-9.3%2021-17%2033.7-22.8%2018.9-8.6%2039.4-13.3%2060.5-13.3%2021%200%2041.7%204.7%2060.7%2013.3%2012.7%205.8%2022.9%2013.5%2033.9%2022.8%201.6%201.4%203.2%202.7%204.8%204.2%203.4%203%206.6%206.3%209.8%209.7%202.8%203.1%205.5%206.2%208%209.5%2014.8%2018.8%2026.9%208.5%2035.6%2039%208.7%2030.5%207.6%2048.1%205.6%2063-2.1%2014.9-13.1%2023-13.1%2023-9.8-14.7-25.7-24.4-43.8-24.4-30%200-53.3%2026.4-53.3%2059v106.1c0%2032.4%2026.5%2058.9%2058.2%2058.9%2031.7%200%2051.8-13%2072.1-80%209.7-32.1%2015.8-111.2%2013.1-161.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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