ear-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
ear-thin
Set
Phosphor
Style
Thin
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="M212 104a4 4 0 0 1-8 0a76 76 0 0 0-152 0c0 28.4 9.55 37.61 18.79 46.52C79.25 158.67 88 167.11 88 188a40 40 0 0 0 40 40c11.37 0 20.83-4.76 28.92-14.55a4 4 0 0 1 6.16 5.1C153.52 230.13 141.71 236 128 236a48.05 48.05 0 0 1-48-48c0-17.49-6.84-24.09-14.76-31.72C55.28 146.68 44 135.79 44 104a84 84 0 0 1 168 0m-36.14 60.54a4 4 0 0 0-5.46 1.46a12 12 0 0 1-22.4-6c0-10.67 5.44-17.92 11.2-25.6c6.29-8.4 12.8-17.07 12.8-30.4a44 44 0 0 0-88 0a4 4 0 0 0 8 0a36 36 0 0 1 72 0c0 10.67-5.44 17.92-11.2 25.6c-6.29 8.4-12.8 17.07-12.8 30.4a20 20 0 0 0 37.32 10a4 4 0 0 0-1.46-5.46"/></svg>

React

import type { SVGProps } from "react";

export function PhEarThin(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="M212 104a4 4 0 0 1-8 0a76 76 0 0 0-152 0c0 28.4 9.55 37.61 18.79 46.52C79.25 158.67 88 167.11 88 188a40 40 0 0 0 40 40c11.37 0 20.83-4.76 28.92-14.55a4 4 0 0 1 6.16 5.1C153.52 230.13 141.71 236 128 236a48.05 48.05 0 0 1-48-48c0-17.49-6.84-24.09-14.76-31.72C55.28 146.68 44 135.79 44 104a84 84 0 0 1 168 0m-36.14 60.54a4 4 0 0 0-5.46 1.46a12 12 0 0 1-22.4-6c0-10.67 5.44-17.92 11.2-25.6c6.29-8.4 12.8-17.07 12.8-30.4a44 44 0 0 0-88 0a4 4 0 0 0 8 0a36 36 0 0 1 72 0c0 10.67-5.44 17.92-11.2 25.6c-6.29 8.4-12.8 17.07-12.8 30.4a20 20 0 0 0 37.32 10a4 4 0 0 0-1.46-5.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212 104a4 4 0 0 1-8 0a76 76 0 0 0-152 0c0 28.4 9.55 37.61 18.79 46.52C79.25 158.67 88 167.11 88 188a40 40 0 0 0 40 40c11.37 0 20.83-4.76 28.92-14.55a4 4 0 0 1 6.16 5.1C153.52 230.13 141.71 236 128 236a48.05 48.05 0 0 1-48-48c0-17.49-6.84-24.09-14.76-31.72C55.28 146.68 44 135.79 44 104a84 84 0 0 1 168 0m-36.14 60.54a4 4 0 0 0-5.46 1.46a12 12 0 0 1-22.4-6c0-10.67 5.44-17.92 11.2-25.6c6.29-8.4 12.8-17.07 12.8-30.4a44 44 0 0 0-88 0a4 4 0 0 0 8 0a36 36 0 0 1 72 0c0 10.67-5.44 17.92-11.2 25.6c-6.29 8.4-12.8 17.07-12.8 30.4a20 20 0 0 0 37.32 10a4 4 0 0 0-1.46-5.46"/></svg>
</template>

CSS

.icon-ear-thin {
  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%22M212%20104a4%204%200%200%201-8%200a76%2076%200%200%200-152%200c0%2028.4%209.55%2037.61%2018.79%2046.52C79.25%20158.67%2088%20167.11%2088%20188a40%2040%200%200%200%2040%2040c11.37%200%2020.83-4.76%2028.92-14.55a4%204%200%200%201%206.16%205.1C153.52%20230.13%20141.71%20236%20128%20236a48.05%2048.05%200%200%201-48-48c0-17.49-6.84-24.09-14.76-31.72C55.28%20146.68%2044%20135.79%2044%20104a84%2084%200%200%201%20168%200m-36.14%2060.54a4%204%200%200%200-5.46%201.46a12%2012%200%200%201-22.4-6c0-10.67%205.44-17.92%2011.2-25.6c6.29-8.4%2012.8-17.07%2012.8-30.4a44%2044%200%200%200-88%200a4%204%200%200%200%208%200a36%2036%200%200%201%2072%200c0%2010.67-5.44%2017.92-11.2%2025.6c-6.29%208.4-12.8%2017.07-12.8%2030.4a20%2020%200%200%200%2037.32%2010a4%204%200%200%200-1.46-5.46%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%22M212%20104a4%204%200%200%201-8%200a76%2076%200%200%200-152%200c0%2028.4%209.55%2037.61%2018.79%2046.52C79.25%20158.67%2088%20167.11%2088%20188a40%2040%200%200%200%2040%2040c11.37%200%2020.83-4.76%2028.92-14.55a4%204%200%200%201%206.16%205.1C153.52%20230.13%20141.71%20236%20128%20236a48.05%2048.05%200%200%201-48-48c0-17.49-6.84-24.09-14.76-31.72C55.28%20146.68%2044%20135.79%2044%20104a84%2084%200%200%201%20168%200m-36.14%2060.54a4%204%200%200%200-5.46%201.46a12%2012%200%200%201-22.4-6c0-10.67%205.44-17.92%2011.2-25.6c6.29-8.4%2012.8-17.07%2012.8-30.4a44%2044%200%200%200-88%200a4%204%200%200%200%208%200a36%2036%200%200%201%2072%200c0%2010.67-5.44%2017.92-11.2%2025.6c-6.29%208.4-12.8%2017.07-12.8%2030.4a20%2020%200%200%200%2037.32%2010a4%204%200%200%200-1.46-5.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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