headphone from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
headphone
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the headphone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#454749" d="M47.5 45.1c-6.6 12.1-6.5 13.1-9.6 11.3S33.6 53 40.3 41S48.9 29.1 52 30.9c3 1.7 2.1 2.2-4.5 14.2"/><path fill="#258399" d="M53.7 48.7c-4.2 7.7-9.4 11.4-11.9 10c-3.1-1.8-1.5-1.8 5.1-13.9s5.8-13.5 8.9-11.7c2.5 1.4 2.1 7.9-2.1 15.6"/><path fill="#454749" d="M16.5 45.1c6.6 12.1 6.5 13.1 9.6 11.3S30.4 53 23.7 41S15.1 29.1 12 30.9c-3 1.7-2.1 2.2 4.5 14.2"/><path fill="#258399" d="M10.3 48.7c4.2 7.7 9.4 11.4 11.9 10c3.1-1.8 1.5-1.8-5.1-13.9s-5.8-13.5-8.9-11.7c-2.5 1.4-2.1 7.9 2.1 15.6"/><path fill="#3baacf" d="M11.3 57.7s5.4 1.4 5.8 0c2.5-8.1-11.4-12.9-11.4-22.1C5.7 20.8 17.5 8.8 32 8.8s26.3 12 26.3 26.8c0 9.2-13.9 14-11.4 22.1c.4 1.4 5.8 0 5.8 0c5.7-5.6 9.3-13.4 9.3-22.1C62 18.7 48.6 5 32 5S2 18.7 2 35.6c0 8.7 3.6 16.5 9.3 22.1"/><path fill="#454749" d="M14.9 17.6c3.5-.7 8-5.7 17.1-5.7s13.7 5.1 17.1 5.7c1.4.3 3.8-1.9 3.8-1.9c-5.5-6.3-12-9.5-20.9-9.5s-15.4 3.2-20.9 9.5c0 .1 2.4 2.2 3.8 1.9"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneHeadphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#454749" d="M47.5 45.1c-6.6 12.1-6.5 13.1-9.6 11.3S33.6 53 40.3 41S48.9 29.1 52 30.9c3 1.7 2.1 2.2-4.5 14.2"/><path fill="#258399" d="M53.7 48.7c-4.2 7.7-9.4 11.4-11.9 10c-3.1-1.8-1.5-1.8 5.1-13.9s5.8-13.5 8.9-11.7c2.5 1.4 2.1 7.9-2.1 15.6"/><path fill="#454749" d="M16.5 45.1c6.6 12.1 6.5 13.1 9.6 11.3S30.4 53 23.7 41S15.1 29.1 12 30.9c-3 1.7-2.1 2.2 4.5 14.2"/><path fill="#258399" d="M10.3 48.7c4.2 7.7 9.4 11.4 11.9 10c3.1-1.8 1.5-1.8-5.1-13.9s-5.8-13.5-8.9-11.7c-2.5 1.4-2.1 7.9 2.1 15.6"/><path fill="#3baacf" d="M11.3 57.7s5.4 1.4 5.8 0c2.5-8.1-11.4-12.9-11.4-22.1C5.7 20.8 17.5 8.8 32 8.8s26.3 12 26.3 26.8c0 9.2-13.9 14-11.4 22.1c.4 1.4 5.8 0 5.8 0c5.7-5.6 9.3-13.4 9.3-22.1C62 18.7 48.6 5 32 5S2 18.7 2 35.6c0 8.7 3.6 16.5 9.3 22.1"/><path fill="#454749" d="M14.9 17.6c3.5-.7 8-5.7 17.1-5.7s13.7 5.1 17.1 5.7c1.4.3 3.8-1.9 3.8-1.9c-5.5-6.3-12-9.5-20.9-9.5s-15.4 3.2-20.9 9.5c0 .1 2.4 2.2 3.8 1.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#454749" d="M47.5 45.1c-6.6 12.1-6.5 13.1-9.6 11.3S33.6 53 40.3 41S48.9 29.1 52 30.9c3 1.7 2.1 2.2-4.5 14.2"/><path fill="#258399" d="M53.7 48.7c-4.2 7.7-9.4 11.4-11.9 10c-3.1-1.8-1.5-1.8 5.1-13.9s5.8-13.5 8.9-11.7c2.5 1.4 2.1 7.9-2.1 15.6"/><path fill="#454749" d="M16.5 45.1c6.6 12.1 6.5 13.1 9.6 11.3S30.4 53 23.7 41S15.1 29.1 12 30.9c-3 1.7-2.1 2.2 4.5 14.2"/><path fill="#258399" d="M10.3 48.7c4.2 7.7 9.4 11.4 11.9 10c3.1-1.8 1.5-1.8-5.1-13.9s-5.8-13.5-8.9-11.7c-2.5 1.4-2.1 7.9 2.1 15.6"/><path fill="#3baacf" d="M11.3 57.7s5.4 1.4 5.8 0c2.5-8.1-11.4-12.9-11.4-22.1C5.7 20.8 17.5 8.8 32 8.8s26.3 12 26.3 26.8c0 9.2-13.9 14-11.4 22.1c.4 1.4 5.8 0 5.8 0c5.7-5.6 9.3-13.4 9.3-22.1C62 18.7 48.6 5 32 5S2 18.7 2 35.6c0 8.7 3.6 16.5 9.3 22.1"/><path fill="#454749" d="M14.9 17.6c3.5-.7 8-5.7 17.1-5.7s13.7 5.1 17.1 5.7c1.4.3 3.8-1.9 3.8-1.9c-5.5-6.3-12-9.5-20.9-9.5s-15.4 3.2-20.9 9.5c0 .1 2.4 2.2 3.8 1.9"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M47.5%2045.1c-6.6%2012.1-6.5%2013.1-9.6%2011.3S33.6%2053%2040.3%2041S48.9%2029.1%2052%2030.9c3%201.7%202.1%202.2-4.5%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23258399%22%20d%3D%22M53.7%2048.7c-4.2%207.7-9.4%2011.4-11.9%2010c-3.1-1.8-1.5-1.8%205.1-13.9s5.8-13.5%208.9-11.7c2.5%201.4%202.1%207.9-2.1%2015.6%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M16.5%2045.1c6.6%2012.1%206.5%2013.1%209.6%2011.3S30.4%2053%2023.7%2041S15.1%2029.1%2012%2030.9c-3%201.7-2.1%202.2%204.5%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23258399%22%20d%3D%22M10.3%2048.7c4.2%207.7%209.4%2011.4%2011.9%2010c3.1-1.8%201.5-1.8-5.1-13.9s-5.8-13.5-8.9-11.7c-2.5%201.4-2.1%207.9%202.1%2015.6%22%2F%3E%3Cpath%20fill%3D%22%233baacf%22%20d%3D%22M11.3%2057.7s5.4%201.4%205.8%200c2.5-8.1-11.4-12.9-11.4-22.1C5.7%2020.8%2017.5%208.8%2032%208.8s26.3%2012%2026.3%2026.8c0%209.2-13.9%2014-11.4%2022.1c.4%201.4%205.8%200%205.8%200c5.7-5.6%209.3-13.4%209.3-22.1C62%2018.7%2048.6%205%2032%205S2%2018.7%202%2035.6c0%208.7%203.6%2016.5%209.3%2022.1%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M14.9%2017.6c3.5-.7%208-5.7%2017.1-5.7s13.7%205.1%2017.1%205.7c1.4.3%203.8-1.9%203.8-1.9c-5.5-6.3-12-9.5-20.9-9.5s-15.4%203.2-20.9%209.5c0%20.1%202.4%202.2%203.8%201.9%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M47.5%2045.1c-6.6%2012.1-6.5%2013.1-9.6%2011.3S33.6%2053%2040.3%2041S48.9%2029.1%2052%2030.9c3%201.7%202.1%202.2-4.5%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23258399%22%20d%3D%22M53.7%2048.7c-4.2%207.7-9.4%2011.4-11.9%2010c-3.1-1.8-1.5-1.8%205.1-13.9s5.8-13.5%208.9-11.7c2.5%201.4%202.1%207.9-2.1%2015.6%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M16.5%2045.1c6.6%2012.1%206.5%2013.1%209.6%2011.3S30.4%2053%2023.7%2041S15.1%2029.1%2012%2030.9c-3%201.7-2.1%202.2%204.5%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23258399%22%20d%3D%22M10.3%2048.7c4.2%207.7%209.4%2011.4%2011.9%2010c3.1-1.8%201.5-1.8-5.1-13.9s-5.8-13.5-8.9-11.7c-2.5%201.4-2.1%207.9%202.1%2015.6%22%2F%3E%3Cpath%20fill%3D%22%233baacf%22%20d%3D%22M11.3%2057.7s5.4%201.4%205.8%200c2.5-8.1-11.4-12.9-11.4-22.1C5.7%2020.8%2017.5%208.8%2032%208.8s26.3%2012%2026.3%2026.8c0%209.2-13.9%2014-11.4%2022.1c.4%201.4%205.8%200%205.8%200c5.7-5.6%209.3-13.4%209.3-22.1C62%2018.7%2048.6%205%2032%205S2%2018.7%202%2035.6c0%208.7%203.6%2016.5%209.3%2022.1%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20d%3D%22M14.9%2017.6c3.5-.7%208-5.7%2017.1-5.7s13.7%205.1%2017.1%205.7c1.4.3%203.8-1.9%203.8-1.9c-5.5-6.3-12-9.5-20.9-9.5s-15.4%203.2-20.9%209.5c0%20.1%202.4%202.2%203.8%201.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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