ear from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
ear
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the ear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 104a8 8 0 0 1-16 0a72 72 0 0 0-144 0c0 26.7 8.53 34.92 17.57 43.64C82.21 156 92 165.41 92 188a36 36 0 0 0 36 36c10.24 0 18.45-4.16 25.83-13.09a8 8 0 1 1 12.34 10.18C155.81 233.64 143 240 128 240a52.06 52.06 0 0 1-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46 149.5 40 137.5 40 104a88 88 0 0 1 176 0m-38.13 57.08a8 8 0 0 0-10.94 2.92a8 8 0 0 1-14.93-4c0-9.33 4.82-15.76 10.4-23.2c6.37-8.5 13.6-18.13 13.6-32.8a48 48 0 0 0-96 0a8 8 0 0 0 16 0a32 32 0 0 1 64 0c0 9.33-4.82 15.76-10.4 23.2c-6.37 8.5-13.6 18.13-13.6 32.8a24 24 0 0 0 44.78 12a8 8 0 0 0-2.91-10.92"/></svg>

React

import type { SVGProps } from "react";

export function PhEar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 104a8 8 0 0 1-16 0a72 72 0 0 0-144 0c0 26.7 8.53 34.92 17.57 43.64C82.21 156 92 165.41 92 188a36 36 0 0 0 36 36c10.24 0 18.45-4.16 25.83-13.09a8 8 0 1 1 12.34 10.18C155.81 233.64 143 240 128 240a52.06 52.06 0 0 1-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46 149.5 40 137.5 40 104a88 88 0 0 1 176 0m-38.13 57.08a8 8 0 0 0-10.94 2.92a8 8 0 0 1-14.93-4c0-9.33 4.82-15.76 10.4-23.2c6.37-8.5 13.6-18.13 13.6-32.8a48 48 0 0 0-96 0a8 8 0 0 0 16 0a32 32 0 0 1 64 0c0 9.33-4.82 15.76-10.4 23.2c-6.37 8.5-13.6 18.13-13.6 32.8a24 24 0 0 0 44.78 12a8 8 0 0 0-2.91-10.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 104a8 8 0 0 1-16 0a72 72 0 0 0-144 0c0 26.7 8.53 34.92 17.57 43.64C82.21 156 92 165.41 92 188a36 36 0 0 0 36 36c10.24 0 18.45-4.16 25.83-13.09a8 8 0 1 1 12.34 10.18C155.81 233.64 143 240 128 240a52.06 52.06 0 0 1-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46 149.5 40 137.5 40 104a88 88 0 0 1 176 0m-38.13 57.08a8 8 0 0 0-10.94 2.92a8 8 0 0 1-14.93-4c0-9.33 4.82-15.76 10.4-23.2c6.37-8.5 13.6-18.13 13.6-32.8a48 48 0 0 0-96 0a8 8 0 0 0 16 0a32 32 0 0 1 64 0c0 9.33-4.82 15.76-10.4 23.2c-6.37 8.5-13.6 18.13-13.6 32.8a24 24 0 0 0 44.78 12a8 8 0 0 0-2.91-10.92"/></svg>
</template>

CSS

.icon-ear {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20104a8%208%200%200%201-16%200a72%2072%200%200%200-144%200c0%2026.7%208.53%2034.92%2017.57%2043.64C82.21%20156%2092%20165.41%2092%20188a36%2036%200%200%200%2036%2036c10.24%200%2018.45-4.16%2025.83-13.09a8%208%200%201%201%2012.34%2010.18C155.81%20233.64%20143%20240%20128%20240a52.06%2052.06%200%200%201-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46%20149.5%2040%20137.5%2040%20104a88%2088%200%200%201%20176%200m-38.13%2057.08a8%208%200%200%200-10.94%202.92a8%208%200%200%201-14.93-4c0-9.33%204.82-15.76%2010.4-23.2c6.37-8.5%2013.6-18.13%2013.6-32.8a48%2048%200%200%200-96%200a8%208%200%200%200%2016%200a32%2032%200%200%201%2064%200c0%209.33-4.82%2015.76-10.4%2023.2c-6.37%208.5-13.6%2018.13-13.6%2032.8a24%2024%200%200%200%2044.78%2012a8%208%200%200%200-2.91-10.92%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20104a8%208%200%200%201-16%200a72%2072%200%200%200-144%200c0%2026.7%208.53%2034.92%2017.57%2043.64C82.21%20156%2092%20165.41%2092%20188a36%2036%200%200%200%2036%2036c10.24%200%2018.45-4.16%2025.83-13.09a8%208%200%201%201%2012.34%2010.18C155.81%20233.64%20143%20240%20128%20240a52.06%2052.06%200%200%201-52-52c0-15.79-5.68-21.27-13.54-28.84C52.46%20149.5%2040%20137.5%2040%20104a88%2088%200%200%201%20176%200m-38.13%2057.08a8%208%200%200%200-10.94%202.92a8%208%200%200%201-14.93-4c0-9.33%204.82-15.76%2010.4-23.2c6.37-8.5%2013.6-18.13%2013.6-32.8a48%2048%200%200%200-96%200a8%208%200%200%200%2016%200a32%2032%200%200%201%2064%200c0%209.33-4.82%2015.76-10.4%2023.2c-6.37%208.5-13.6%2018.13-13.6%2032.8a24%2024%200%200%200%2044.78%2012a8%208%200%200%200-2.91-10.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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