ear with hearing aid emoji

ear-with-hearing-aid from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
ear-with-hearing-aid
Set
Fluent Emoji High Contrast
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji High Contrast

Use the ear with hearing aid emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.063 1.527h.5c4.258 0 7.258 2.192 9.175 4.79a15.3 15.3 0 0 1 2.168 4.183h.594a1 1 0 0 1 1 1v4a1 1 0 0 1-.984 1v.531c0 1.143-.612 1.997-1.323 2.554c-.699.547-1.55.854-2.17.883H22.95l-2.3 4.12q-.313.571-.635 1.138l-.007.012l-.007.012q-.092.152-.203.344C18.885 27.653 16.928 31 12.783 31C9.094 31 6 27.663 6 23.36v-8.41a5.8 5.8 0 0 1-.432-1.72c-.23-2.191.282-5.09 1.98-7.468c1.663-2.328 4.418-4.086 8.515-4.222zM8 17.096v6.264C8 26.754 10.385 29 12.783 29c2.946 0 4.33-2.318 5.304-3.949q.098-.166.194-.323l.579-1.037l.612-1.12c.648-1.19 1.33-2.441 2.041-3.632c.191-.32.378-.625.56-.923c1.295-2.12 2.312-3.785 2.312-6.305c0-1.184-.51-3.152-1.818-4.81c-1.276-1.614-3.315-2.943-6.466-2.943C11.211 3.958 8 7.58 8 11.711v2.76l.036.057c.216.327.49.56.805.746c.327.193.682.327 1.076.469l.091.033c.22.078.49.174.746.297v-5.57q0-.071.02-.138c.119-1.84 1.948-4.51 5.83-4.51c4.018 0 5.844 4.86 5.844 6.73c0 1.299-1.933 1.284-1.933 0c0-1.629-1.507-4.813-4.231-4.813c-2.05 0-4.366 1.272-4.537 2.65l.007.082v2.224c1.234 1.144 7.287 6.753 7.574 7.01c.32.287.106.62-.213.484c-.287-.122-6.148-3.953-7.361-4.747v1.396c.21.27.35.558.444.828c.676.2 1.188.536 1.558.943c.511.562.724 1.229.743 1.765l.001.002v.154q-.001.338-.05.635l-.03.369l-.045-.034a2.63 2.63 0 0 1-.885 1.37a2.94 2.94 0 0 1-1.708.628h-.028v1.806c0 .07.017.114.044.15c.024.034.07.079.155.128c1.768.152 2.493-1.246 3.097-2.41c.415-.8.772-1.49 1.37-1.49c1.158 0 1.349.968 1.158 2.294c-.335 2.324-2.786 3.064-3.912 3.064c-.838 0-2.034-.224-2.591-.891a1.24 1.24 0 0 1-.321-.844V20.52a.84.84 0 0 1-.572-.352a1.5 1.5 0 0 1-.26-.82a3 3 0 0 1 .072-.744c.045-.21.104-.399.153-.539a.8.8 0 0 0-.145-.128c-.112-.075-.311-.15-.761-.312A9 9 0 0 1 8 17.095"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastEarWithHearingAid(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="M16.063 1.527h.5c4.258 0 7.258 2.192 9.175 4.79a15.3 15.3 0 0 1 2.168 4.183h.594a1 1 0 0 1 1 1v4a1 1 0 0 1-.984 1v.531c0 1.143-.612 1.997-1.323 2.554c-.699.547-1.55.854-2.17.883H22.95l-2.3 4.12q-.313.571-.635 1.138l-.007.012l-.007.012q-.092.152-.203.344C18.885 27.653 16.928 31 12.783 31C9.094 31 6 27.663 6 23.36v-8.41a5.8 5.8 0 0 1-.432-1.72c-.23-2.191.282-5.09 1.98-7.468c1.663-2.328 4.418-4.086 8.515-4.222zM8 17.096v6.264C8 26.754 10.385 29 12.783 29c2.946 0 4.33-2.318 5.304-3.949q.098-.166.194-.323l.579-1.037l.612-1.12c.648-1.19 1.33-2.441 2.041-3.632c.191-.32.378-.625.56-.923c1.295-2.12 2.312-3.785 2.312-6.305c0-1.184-.51-3.152-1.818-4.81c-1.276-1.614-3.315-2.943-6.466-2.943C11.211 3.958 8 7.58 8 11.711v2.76l.036.057c.216.327.49.56.805.746c.327.193.682.327 1.076.469l.091.033c.22.078.49.174.746.297v-5.57q0-.071.02-.138c.119-1.84 1.948-4.51 5.83-4.51c4.018 0 5.844 4.86 5.844 6.73c0 1.299-1.933 1.284-1.933 0c0-1.629-1.507-4.813-4.231-4.813c-2.05 0-4.366 1.272-4.537 2.65l.007.082v2.224c1.234 1.144 7.287 6.753 7.574 7.01c.32.287.106.62-.213.484c-.287-.122-6.148-3.953-7.361-4.747v1.396c.21.27.35.558.444.828c.676.2 1.188.536 1.558.943c.511.562.724 1.229.743 1.765l.001.002v.154q-.001.338-.05.635l-.03.369l-.045-.034a2.63 2.63 0 0 1-.885 1.37a2.94 2.94 0 0 1-1.708.628h-.028v1.806c0 .07.017.114.044.15c.024.034.07.079.155.128c1.768.152 2.493-1.246 3.097-2.41c.415-.8.772-1.49 1.37-1.49c1.158 0 1.349.968 1.158 2.294c-.335 2.324-2.786 3.064-3.912 3.064c-.838 0-2.034-.224-2.591-.891a1.24 1.24 0 0 1-.321-.844V20.52a.84.84 0 0 1-.572-.352a1.5 1.5 0 0 1-.26-.82a3 3 0 0 1 .072-.744c.045-.21.104-.399.153-.539a.8.8 0 0 0-.145-.128c-.112-.075-.311-.15-.761-.312A9 9 0 0 1 8 17.095"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.063 1.527h.5c4.258 0 7.258 2.192 9.175 4.79a15.3 15.3 0 0 1 2.168 4.183h.594a1 1 0 0 1 1 1v4a1 1 0 0 1-.984 1v.531c0 1.143-.612 1.997-1.323 2.554c-.699.547-1.55.854-2.17.883H22.95l-2.3 4.12q-.313.571-.635 1.138l-.007.012l-.007.012q-.092.152-.203.344C18.885 27.653 16.928 31 12.783 31C9.094 31 6 27.663 6 23.36v-8.41a5.8 5.8 0 0 1-.432-1.72c-.23-2.191.282-5.09 1.98-7.468c1.663-2.328 4.418-4.086 8.515-4.222zM8 17.096v6.264C8 26.754 10.385 29 12.783 29c2.946 0 4.33-2.318 5.304-3.949q.098-.166.194-.323l.579-1.037l.612-1.12c.648-1.19 1.33-2.441 2.041-3.632c.191-.32.378-.625.56-.923c1.295-2.12 2.312-3.785 2.312-6.305c0-1.184-.51-3.152-1.818-4.81c-1.276-1.614-3.315-2.943-6.466-2.943C11.211 3.958 8 7.58 8 11.711v2.76l.036.057c.216.327.49.56.805.746c.327.193.682.327 1.076.469l.091.033c.22.078.49.174.746.297v-5.57q0-.071.02-.138c.119-1.84 1.948-4.51 5.83-4.51c4.018 0 5.844 4.86 5.844 6.73c0 1.299-1.933 1.284-1.933 0c0-1.629-1.507-4.813-4.231-4.813c-2.05 0-4.366 1.272-4.537 2.65l.007.082v2.224c1.234 1.144 7.287 6.753 7.574 7.01c.32.287.106.62-.213.484c-.287-.122-6.148-3.953-7.361-4.747v1.396c.21.27.35.558.444.828c.676.2 1.188.536 1.558.943c.511.562.724 1.229.743 1.765l.001.002v.154q-.001.338-.05.635l-.03.369l-.045-.034a2.63 2.63 0 0 1-.885 1.37a2.94 2.94 0 0 1-1.708.628h-.028v1.806c0 .07.017.114.044.15c.024.034.07.079.155.128c1.768.152 2.493-1.246 3.097-2.41c.415-.8.772-1.49 1.37-1.49c1.158 0 1.349.968 1.158 2.294c-.335 2.324-2.786 3.064-3.912 3.064c-.838 0-2.034-.224-2.591-.891a1.24 1.24 0 0 1-.321-.844V20.52a.84.84 0 0 1-.572-.352a1.5 1.5 0 0 1-.26-.82a3 3 0 0 1 .072-.744c.045-.21.104-.399.153-.539a.8.8 0 0 0-.145-.128c-.112-.075-.311-.15-.761-.312A9 9 0 0 1 8 17.095"/></svg>
</template>

CSS

.icon-ear-with-hearing-aid {
  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%22M16.063%201.527h.5c4.258%200%207.258%202.192%209.175%204.79a15.3%2015.3%200%200%201%202.168%204.183h.594a1%201%200%200%201%201%201v4a1%201%200%200%201-.984%201v.531c0%201.143-.612%201.997-1.323%202.554c-.699.547-1.55.854-2.17.883H22.95l-2.3%204.12q-.313.571-.635%201.138l-.007.012l-.007.012q-.092.152-.203.344C18.885%2027.653%2016.928%2031%2012.783%2031C9.094%2031%206%2027.663%206%2023.36v-8.41a5.8%205.8%200%200%201-.432-1.72c-.23-2.191.282-5.09%201.98-7.468c1.663-2.328%204.418-4.086%208.515-4.222zM8%2017.096v6.264C8%2026.754%2010.385%2029%2012.783%2029c2.946%200%204.33-2.318%205.304-3.949q.098-.166.194-.323l.579-1.037l.612-1.12c.648-1.19%201.33-2.441%202.041-3.632c.191-.32.378-.625.56-.923c1.295-2.12%202.312-3.785%202.312-6.305c0-1.184-.51-3.152-1.818-4.81c-1.276-1.614-3.315-2.943-6.466-2.943C11.211%203.958%208%207.58%208%2011.711v2.76l.036.057c.216.327.49.56.805.746c.327.193.682.327%201.076.469l.091.033c.22.078.49.174.746.297v-5.57q0-.071.02-.138c.119-1.84%201.948-4.51%205.83-4.51c4.018%200%205.844%204.86%205.844%206.73c0%201.299-1.933%201.284-1.933%200c0-1.629-1.507-4.813-4.231-4.813c-2.05%200-4.366%201.272-4.537%202.65l.007.082v2.224c1.234%201.144%207.287%206.753%207.574%207.01c.32.287.106.62-.213.484c-.287-.122-6.148-3.953-7.361-4.747v1.396c.21.27.35.558.444.828c.676.2%201.188.536%201.558.943c.511.562.724%201.229.743%201.765l.001.002v.154q-.001.338-.05.635l-.03.369l-.045-.034a2.63%202.63%200%200%201-.885%201.37a2.94%202.94%200%200%201-1.708.628h-.028v1.806c0%20.07.017.114.044.15c.024.034.07.079.155.128c1.768.152%202.493-1.246%203.097-2.41c.415-.8.772-1.49%201.37-1.49c1.158%200%201.349.968%201.158%202.294c-.335%202.324-2.786%203.064-3.912%203.064c-.838%200-2.034-.224-2.591-.891a1.24%201.24%200%200%201-.321-.844V20.52a.84.84%200%200%201-.572-.352a1.5%201.5%200%200%201-.26-.82a3%203%200%200%201%20.072-.744c.045-.21.104-.399.153-.539a.8.8%200%200%200-.145-.128c-.112-.075-.311-.15-.761-.312A9%209%200%200%201%208%2017.095%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%22M16.063%201.527h.5c4.258%200%207.258%202.192%209.175%204.79a15.3%2015.3%200%200%201%202.168%204.183h.594a1%201%200%200%201%201%201v4a1%201%200%200%201-.984%201v.531c0%201.143-.612%201.997-1.323%202.554c-.699.547-1.55.854-2.17.883H22.95l-2.3%204.12q-.313.571-.635%201.138l-.007.012l-.007.012q-.092.152-.203.344C18.885%2027.653%2016.928%2031%2012.783%2031C9.094%2031%206%2027.663%206%2023.36v-8.41a5.8%205.8%200%200%201-.432-1.72c-.23-2.191.282-5.09%201.98-7.468c1.663-2.328%204.418-4.086%208.515-4.222zM8%2017.096v6.264C8%2026.754%2010.385%2029%2012.783%2029c2.946%200%204.33-2.318%205.304-3.949q.098-.166.194-.323l.579-1.037l.612-1.12c.648-1.19%201.33-2.441%202.041-3.632c.191-.32.378-.625.56-.923c1.295-2.12%202.312-3.785%202.312-6.305c0-1.184-.51-3.152-1.818-4.81c-1.276-1.614-3.315-2.943-6.466-2.943C11.211%203.958%208%207.58%208%2011.711v2.76l.036.057c.216.327.49.56.805.746c.327.193.682.327%201.076.469l.091.033c.22.078.49.174.746.297v-5.57q0-.071.02-.138c.119-1.84%201.948-4.51%205.83-4.51c4.018%200%205.844%204.86%205.844%206.73c0%201.299-1.933%201.284-1.933%200c0-1.629-1.507-4.813-4.231-4.813c-2.05%200-4.366%201.272-4.537%202.65l.007.082v2.224c1.234%201.144%207.287%206.753%207.574%207.01c.32.287.106.62-.213.484c-.287-.122-6.148-3.953-7.361-4.747v1.396c.21.27.35.558.444.828c.676.2%201.188.536%201.558.943c.511.562.724%201.229.743%201.765l.001.002v.154q-.001.338-.05.635l-.03.369l-.045-.034a2.63%202.63%200%200%201-.885%201.37a2.94%202.94%200%200%201-1.708.628h-.028v1.806c0%20.07.017.114.044.15c.024.034.07.079.155.128c1.768.152%202.493-1.246%203.097-2.41c.415-.8.772-1.49%201.37-1.49c1.158%200%201.349.968%201.158%202.294c-.335%202.324-2.786%203.064-3.912%203.064c-.838%200-2.034-.224-2.591-.891a1.24%201.24%200%200%201-.321-.844V20.52a.84.84%200%200%201-.572-.352a1.5%201.5%200%200%201-.26-.82a3%203%200%200%201%20.072-.744c.045-.21.104-.399.153-.539a.8.8%200%200%200-.145-.128c-.112-.075-.311-.15-.761-.312A9%209%200%200%201%208%2017.095%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/ear-with-hearing-aid.svg?color=%231a73e8&size=48