headphone from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
headphone
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the headphone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.72 16.11c-.1.3.03.63.3.78c1.04.55 1.44 1.82.92 2.89l-.56 1.13a.7.7 0 0 1-.198.252l.758.413c.51.28.74.86.57 1.39l-1.94 6.18c-.17.54-.69.88-1.25.81l-2.189-.246l-.015.048a1.51 1.51 0 0 1-1.88.986l-.004-.001l-1.93-.6l-.005-.001a1.51 1.51 0 0 1-.985-1.881l.001-.005l2.93-9.37l.001-.003a1.513 1.513 0 0 1 1.88-.986l.005.001l1.93.6l.004.001a1.51 1.51 0 0 1 1.048 1.54l.47-.937c.16-.32.02-.69-.29-.86c-.91-.5-1.34-1.59-1.02-2.59c.29-.91.44-1.87.44-2.84v-.02c0-1.11-.3-2.2-.86-3.15a9.9 9.9 0 0 0-8.55-4.89c-3.65 0-6.83 1.96-8.56 4.89c-.56.95-.86 2.04-.86 3.15v.02c0 .97.15 1.93.44 2.84c.33 1.01-.1 2.09-1.02 2.59c-.31.17-.45.54-.29.86l.436.873a1.51 1.51 0 0 1 1.05-1.476l.005-.001l1.934-.601c.781-.236 1.638.187 1.882.991l2.931 9.373a1.51 1.51 0 0 1-.986 1.88l-.004.002l-1.934.601a1.51 1.51 0 0 1-1.88-.986l-.002-.003l-.014-.045l-2.189.245c-.56.07-1.08-.27-1.25-.81l-1.94-6.18c-.16-.53.07-1.11.57-1.39l.777-.422a.7.7 0 0 1-.187-.241l-.56-1.13c-.53-1.06-.12-2.32.92-2.88c.27-.14.4-.47.3-.78A10.81 10.81 0 0 1 8.5 5.18c2.07-2.09 4.84-3.21 7.78-3.18h.02c2.92-.03 5.65 1.07 7.72 3.11c2.08 2.04 3.22 4.78 3.22 7.69c0 1.13-.18 2.24-.52 3.31m-4.523 3.076v.001l-2.929 9.364c-.08.27.067.55.333.637l1.925.598c.27.08.551-.066.638-.333v-.001l2.928-9.364a.51.51 0 0 0-.333-.637l-1.925-.598a.51.51 0 0 0-.637.333m-11.835-.007a.51.51 0 0 0-.636-.326l-1.925.598a.51.51 0 0 0-.333.637l2.928 9.364v.001a.51.51 0 0 0 .638.333l1.925-.598a.51.51 0 0 0 .333-.637l-2.929-9.367z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastHeadphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.72 16.11c-.1.3.03.63.3.78c1.04.55 1.44 1.82.92 2.89l-.56 1.13a.7.7 0 0 1-.198.252l.758.413c.51.28.74.86.57 1.39l-1.94 6.18c-.17.54-.69.88-1.25.81l-2.189-.246l-.015.048a1.51 1.51 0 0 1-1.88.986l-.004-.001l-1.93-.6l-.005-.001a1.51 1.51 0 0 1-.985-1.881l.001-.005l2.93-9.37l.001-.003a1.513 1.513 0 0 1 1.88-.986l.005.001l1.93.6l.004.001a1.51 1.51 0 0 1 1.048 1.54l.47-.937c.16-.32.02-.69-.29-.86c-.91-.5-1.34-1.59-1.02-2.59c.29-.91.44-1.87.44-2.84v-.02c0-1.11-.3-2.2-.86-3.15a9.9 9.9 0 0 0-8.55-4.89c-3.65 0-6.83 1.96-8.56 4.89c-.56.95-.86 2.04-.86 3.15v.02c0 .97.15 1.93.44 2.84c.33 1.01-.1 2.09-1.02 2.59c-.31.17-.45.54-.29.86l.436.873a1.51 1.51 0 0 1 1.05-1.476l.005-.001l1.934-.601c.781-.236 1.638.187 1.882.991l2.931 9.373a1.51 1.51 0 0 1-.986 1.88l-.004.002l-1.934.601a1.51 1.51 0 0 1-1.88-.986l-.002-.003l-.014-.045l-2.189.245c-.56.07-1.08-.27-1.25-.81l-1.94-6.18c-.16-.53.07-1.11.57-1.39l.777-.422a.7.7 0 0 1-.187-.241l-.56-1.13c-.53-1.06-.12-2.32.92-2.88c.27-.14.4-.47.3-.78A10.81 10.81 0 0 1 8.5 5.18c2.07-2.09 4.84-3.21 7.78-3.18h.02c2.92-.03 5.65 1.07 7.72 3.11c2.08 2.04 3.22 4.78 3.22 7.69c0 1.13-.18 2.24-.52 3.31m-4.523 3.076v.001l-2.929 9.364c-.08.27.067.55.333.637l1.925.598c.27.08.551-.066.638-.333v-.001l2.928-9.364a.51.51 0 0 0-.333-.637l-1.925-.598a.51.51 0 0 0-.637.333m-11.835-.007a.51.51 0 0 0-.636-.326l-1.925.598a.51.51 0 0 0-.333.637l2.928 9.364v.001a.51.51 0 0 0 .638.333l1.925-.598a.51.51 0 0 0 .333-.637l-2.929-9.367z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.72 16.11c-.1.3.03.63.3.78c1.04.55 1.44 1.82.92 2.89l-.56 1.13a.7.7 0 0 1-.198.252l.758.413c.51.28.74.86.57 1.39l-1.94 6.18c-.17.54-.69.88-1.25.81l-2.189-.246l-.015.048a1.51 1.51 0 0 1-1.88.986l-.004-.001l-1.93-.6l-.005-.001a1.51 1.51 0 0 1-.985-1.881l.001-.005l2.93-9.37l.001-.003a1.513 1.513 0 0 1 1.88-.986l.005.001l1.93.6l.004.001a1.51 1.51 0 0 1 1.048 1.54l.47-.937c.16-.32.02-.69-.29-.86c-.91-.5-1.34-1.59-1.02-2.59c.29-.91.44-1.87.44-2.84v-.02c0-1.11-.3-2.2-.86-3.15a9.9 9.9 0 0 0-8.55-4.89c-3.65 0-6.83 1.96-8.56 4.89c-.56.95-.86 2.04-.86 3.15v.02c0 .97.15 1.93.44 2.84c.33 1.01-.1 2.09-1.02 2.59c-.31.17-.45.54-.29.86l.436.873a1.51 1.51 0 0 1 1.05-1.476l.005-.001l1.934-.601c.781-.236 1.638.187 1.882.991l2.931 9.373a1.51 1.51 0 0 1-.986 1.88l-.004.002l-1.934.601a1.51 1.51 0 0 1-1.88-.986l-.002-.003l-.014-.045l-2.189.245c-.56.07-1.08-.27-1.25-.81l-1.94-6.18c-.16-.53.07-1.11.57-1.39l.777-.422a.7.7 0 0 1-.187-.241l-.56-1.13c-.53-1.06-.12-2.32.92-2.88c.27-.14.4-.47.3-.78A10.81 10.81 0 0 1 8.5 5.18c2.07-2.09 4.84-3.21 7.78-3.18h.02c2.92-.03 5.65 1.07 7.72 3.11c2.08 2.04 3.22 4.78 3.22 7.69c0 1.13-.18 2.24-.52 3.31m-4.523 3.076v.001l-2.929 9.364c-.08.27.067.55.333.637l1.925.598c.27.08.551-.066.638-.333v-.001l2.928-9.364a.51.51 0 0 0-.333-.637l-1.925-.598a.51.51 0 0 0-.637.333m-11.835-.007a.51.51 0 0 0-.636-.326l-1.925.598a.51.51 0 0 0-.333.637l2.928 9.364v.001a.51.51 0 0 0 .638.333l1.925-.598a.51.51 0 0 0 .333-.637l-2.929-9.367z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.72%2016.11c-.1.3.03.63.3.78c1.04.55%201.44%201.82.92%202.89l-.56%201.13a.7.7%200%200%201-.198.252l.758.413c.51.28.74.86.57%201.39l-1.94%206.18c-.17.54-.69.88-1.25.81l-2.189-.246l-.015.048a1.51%201.51%200%200%201-1.88.986l-.004-.001l-1.93-.6l-.005-.001a1.51%201.51%200%200%201-.985-1.881l.001-.005l2.93-9.37l.001-.003a1.513%201.513%200%200%201%201.88-.986l.005.001l1.93.6l.004.001a1.51%201.51%200%200%201%201.048%201.54l.47-.937c.16-.32.02-.69-.29-.86c-.91-.5-1.34-1.59-1.02-2.59c.29-.91.44-1.87.44-2.84v-.02c0-1.11-.3-2.2-.86-3.15a9.9%209.9%200%200%200-8.55-4.89c-3.65%200-6.83%201.96-8.56%204.89c-.56.95-.86%202.04-.86%203.15v.02c0%20.97.15%201.93.44%202.84c.33%201.01-.1%202.09-1.02%202.59c-.31.17-.45.54-.29.86l.436.873a1.51%201.51%200%200%201%201.05-1.476l.005-.001l1.934-.601c.781-.236%201.638.187%201.882.991l2.931%209.373a1.51%201.51%200%200%201-.986%201.88l-.004.002l-1.934.601a1.51%201.51%200%200%201-1.88-.986l-.002-.003l-.014-.045l-2.189.245c-.56.07-1.08-.27-1.25-.81l-1.94-6.18c-.16-.53.07-1.11.57-1.39l.777-.422a.7.7%200%200%201-.187-.241l-.56-1.13c-.53-1.06-.12-2.32.92-2.88c.27-.14.4-.47.3-.78A10.81%2010.81%200%200%201%208.5%205.18c2.07-2.09%204.84-3.21%207.78-3.18h.02c2.92-.03%205.65%201.07%207.72%203.11c2.08%202.04%203.22%204.78%203.22%207.69c0%201.13-.18%202.24-.52%203.31m-4.523%203.076v.001l-2.929%209.364c-.08.27.067.55.333.637l1.925.598c.27.08.551-.066.638-.333v-.001l2.928-9.364a.51.51%200%200%200-.333-.637l-1.925-.598a.51.51%200%200%200-.637.333m-11.835-.007a.51.51%200%200%200-.636-.326l-1.925.598a.51.51%200%200%200-.333.637l2.928%209.364v.001a.51.51%200%200%200%20.638.333l1.925-.598a.51.51%200%200%200%20.333-.637l-2.929-9.367z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.72%2016.11c-.1.3.03.63.3.78c1.04.55%201.44%201.82.92%202.89l-.56%201.13a.7.7%200%200%201-.198.252l.758.413c.51.28.74.86.57%201.39l-1.94%206.18c-.17.54-.69.88-1.25.81l-2.189-.246l-.015.048a1.51%201.51%200%200%201-1.88.986l-.004-.001l-1.93-.6l-.005-.001a1.51%201.51%200%200%201-.985-1.881l.001-.005l2.93-9.37l.001-.003a1.513%201.513%200%200%201%201.88-.986l.005.001l1.93.6l.004.001a1.51%201.51%200%200%201%201.048%201.54l.47-.937c.16-.32.02-.69-.29-.86c-.91-.5-1.34-1.59-1.02-2.59c.29-.91.44-1.87.44-2.84v-.02c0-1.11-.3-2.2-.86-3.15a9.9%209.9%200%200%200-8.55-4.89c-3.65%200-6.83%201.96-8.56%204.89c-.56.95-.86%202.04-.86%203.15v.02c0%20.97.15%201.93.44%202.84c.33%201.01-.1%202.09-1.02%202.59c-.31.17-.45.54-.29.86l.436.873a1.51%201.51%200%200%201%201.05-1.476l.005-.001l1.934-.601c.781-.236%201.638.187%201.882.991l2.931%209.373a1.51%201.51%200%200%201-.986%201.88l-.004.002l-1.934.601a1.51%201.51%200%200%201-1.88-.986l-.002-.003l-.014-.045l-2.189.245c-.56.07-1.08-.27-1.25-.81l-1.94-6.18c-.16-.53.07-1.11.57-1.39l.777-.422a.7.7%200%200%201-.187-.241l-.56-1.13c-.53-1.06-.12-2.32.92-2.88c.27-.14.4-.47.3-.78A10.81%2010.81%200%200%201%208.5%205.18c2.07-2.09%204.84-3.21%207.78-3.18h.02c2.92-.03%205.65%201.07%207.72%203.11c2.08%202.04%203.22%204.78%203.22%207.69c0%201.13-.18%202.24-.52%203.31m-4.523%203.076v.001l-2.929%209.364c-.08.27.067.55.333.637l1.925.598c.27.08.551-.066.638-.333v-.001l2.928-9.364a.51.51%200%200%200-.333-.637l-1.925-.598a.51.51%200%200%200-.637.333m-11.835-.007a.51.51%200%200%200-.636-.326l-1.925.598a.51.51%200%200%200-.333.637l2.928%209.364v.001a.51.51%200%200%200%20.638.333l1.925-.598a.51.51%200%200%200%20.333-.637l-2.929-9.367z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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