ear-listen from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
ear-listen
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the ear listen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3s-1.5 34.9 14.2 42.9l.4.2q.6.3 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7c-13.9-15.1-27.8-26.1-38.2-33.3c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2l-.2-.1h-.1L384 32zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78v6.1c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176c-90.6 0-165.2 68.5-174.9 156.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3M32 512a32 32 0 1 0 0-64a32 32 0 1 0 0 64m160-160a32 32 0 1 0-64 0a32 32 0 1 0 64 0m-150.6 9.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0M208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidEarListen(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="M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3s-1.5 34.9 14.2 42.9l.4.2q.6.3 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7c-13.9-15.1-27.8-26.1-38.2-33.3c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2l-.2-.1h-.1L384 32zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78v6.1c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176c-90.6 0-165.2 68.5-174.9 156.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3M32 512a32 32 0 1 0 0-64a32 32 0 1 0 0 64m160-160a32 32 0 1 0-64 0a32 32 0 1 0 64 0m-150.6 9.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0M208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3s-1.5 34.9 14.2 42.9l.4.2q.6.3 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7c-13.9-15.1-27.8-26.1-38.2-33.3c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2l-.2-.1h-.1L384 32zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78v6.1c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176c-90.6 0-165.2 68.5-174.9 156.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3M32 512a32 32 0 1 0 0-64a32 32 0 1 0 0 64m160-160a32 32 0 1 0-64 0a32 32 0 1 0 64 0m-150.6 9.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0M208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24"/></svg>
</template>

CSS

.icon-ear-listen {
  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%22M398.3%203.4c-15.8-7.9-35-1.5-42.9%2014.3s-1.5%2034.9%2014.2%2042.9l.4.2q.6.3%202.1%201.2c2%201.2%205%203%208.7%205.6c7.5%205.2%2017.6%2013.2%2027.7%2024.2C428.5%20113.4%20448%20146%20448%20192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-66-28.5-113.4-56.5-143.7c-13.9-15.1-27.8-26.1-38.2-33.3c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2l-.2-.1h-.1L384%2032zM128.7%20227.5c6.2-56%2053.7-99.5%20111.3-99.5c61.9%200%20112%2050.1%20112%20112c0%2029.3-11.2%2055.9-29.6%2075.9c-17%2018.4-34.4%2045.1-34.4%2078v6.1c0%2026.5-21.5%2048-48%2048c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032c61.9%200%20112-50.1%20112-112v-6.1c0-9.8%205.4-21.7%2017.4-34.7C398.3%20327.9%20416%20286%20416%20240c0-97.2-78.8-176-176-176c-90.6%200-165.2%2068.5-174.9%20156.5c-1.9%2017.6%2010.7%2033.4%2028.3%2035.3s33.4-10.7%2035.3-28.3M32%20512a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m160-160a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m-150.6%209.4c-12.5%2012.5-12.5%2032.8%200%2045.3l64%2064c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3%200M208%20240c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-44.2-35.8-80-80-80s-80%2035.8-80%2080c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24%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%22M398.3%203.4c-15.8-7.9-35-1.5-42.9%2014.3s-1.5%2034.9%2014.2%2042.9l.4.2q.6.3%202.1%201.2c2%201.2%205%203%208.7%205.6c7.5%205.2%2017.6%2013.2%2027.7%2024.2C428.5%20113.4%20448%20146%20448%20192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-66-28.5-113.4-56.5-143.7c-13.9-15.1-27.8-26.1-38.2-33.3c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2l-.2-.1h-.1L384%2032zM128.7%20227.5c6.2-56%2053.7-99.5%20111.3-99.5c61.9%200%20112%2050.1%20112%20112c0%2029.3-11.2%2055.9-29.6%2075.9c-17%2018.4-34.4%2045.1-34.4%2078v6.1c0%2026.5-21.5%2048-48%2048c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032c61.9%200%20112-50.1%20112-112v-6.1c0-9.8%205.4-21.7%2017.4-34.7C398.3%20327.9%20416%20286%20416%20240c0-97.2-78.8-176-176-176c-90.6%200-165.2%2068.5-174.9%20156.5c-1.9%2017.6%2010.7%2033.4%2028.3%2035.3s33.4-10.7%2035.3-28.3M32%20512a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m160-160a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m-150.6%209.4c-12.5%2012.5-12.5%2032.8%200%2045.3l64%2064c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3%200M208%20240c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-44.2-35.8-80-80-80s-80%2035.8-80%2080c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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