ear icon
ear-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- ear-light
- Set
- Phosphor
- Style
- Light
- 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="M214 104a6 6 0 0 1-12 0a74 74 0 0 0-148 0c0 27.55 8.83 36.06 18.18 45.08c4.31 4.15 8.77 8.45 12.16 14.47C88.15 170.31 90 178.3 90 188a38 38 0 0 0 38 38c10.74 0 19.69-4.52 27.37-13.82a6 6 0 0 1 9.26 7.64C154.66 231.88 142.34 238 128 238a50.06 50.06 0 0 1-50-50c0-16.64-6.24-22.66-14.15-30.29C54.12 148.33 42 136.64 42 104a86 86 0 0 1 172 0m-37.14 58.81a6 6 0 0 0-8.19 2.19a10 10 0 0 1-18.67-5c0-10 5-16.67 10.8-24.4C167 127.35 174 118 174 104a46 46 0 0 0-92 0a6 6 0 0 0 12 0a34 34 0 0 1 68 0c0 10-5 16.67-10.8 24.4C145 136.65 138 146 138 160a22 22 0 0 0 41.05 11a6 6 0 0 0-2.19-8.19"/></svg>
React
import type { SVGProps } from "react";
export function PhEarLight(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="M214 104a6 6 0 0 1-12 0a74 74 0 0 0-148 0c0 27.55 8.83 36.06 18.18 45.08c4.31 4.15 8.77 8.45 12.16 14.47C88.15 170.31 90 178.3 90 188a38 38 0 0 0 38 38c10.74 0 19.69-4.52 27.37-13.82a6 6 0 0 1 9.26 7.64C154.66 231.88 142.34 238 128 238a50.06 50.06 0 0 1-50-50c0-16.64-6.24-22.66-14.15-30.29C54.12 148.33 42 136.64 42 104a86 86 0 0 1 172 0m-37.14 58.81a6 6 0 0 0-8.19 2.19a10 10 0 0 1-18.67-5c0-10 5-16.67 10.8-24.4C167 127.35 174 118 174 104a46 46 0 0 0-92 0a6 6 0 0 0 12 0a34 34 0 0 1 68 0c0 10-5 16.67-10.8 24.4C145 136.65 138 146 138 160a22 22 0 0 0 41.05 11a6 6 0 0 0-2.19-8.19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M214 104a6 6 0 0 1-12 0a74 74 0 0 0-148 0c0 27.55 8.83 36.06 18.18 45.08c4.31 4.15 8.77 8.45 12.16 14.47C88.15 170.31 90 178.3 90 188a38 38 0 0 0 38 38c10.74 0 19.69-4.52 27.37-13.82a6 6 0 0 1 9.26 7.64C154.66 231.88 142.34 238 128 238a50.06 50.06 0 0 1-50-50c0-16.64-6.24-22.66-14.15-30.29C54.12 148.33 42 136.64 42 104a86 86 0 0 1 172 0m-37.14 58.81a6 6 0 0 0-8.19 2.19a10 10 0 0 1-18.67-5c0-10 5-16.67 10.8-24.4C167 127.35 174 118 174 104a46 46 0 0 0-92 0a6 6 0 0 0 12 0a34 34 0 0 1 68 0c0 10-5 16.67-10.8 24.4C145 136.65 138 146 138 160a22 22 0 0 0 41.05 11a6 6 0 0 0-2.19-8.19"/></svg> </template>
CSS
.icon-ear-light {
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%22M214%20104a6%206%200%200%201-12%200a74%2074%200%200%200-148%200c0%2027.55%208.83%2036.06%2018.18%2045.08c4.31%204.15%208.77%208.45%2012.16%2014.47C88.15%20170.31%2090%20178.3%2090%20188a38%2038%200%200%200%2038%2038c10.74%200%2019.69-4.52%2027.37-13.82a6%206%200%200%201%209.26%207.64C154.66%20231.88%20142.34%20238%20128%20238a50.06%2050.06%200%200%201-50-50c0-16.64-6.24-22.66-14.15-30.29C54.12%20148.33%2042%20136.64%2042%20104a86%2086%200%200%201%20172%200m-37.14%2058.81a6%206%200%200%200-8.19%202.19a10%2010%200%200%201-18.67-5c0-10%205-16.67%2010.8-24.4C167%20127.35%20174%20118%20174%20104a46%2046%200%200%200-92%200a6%206%200%200%200%2012%200a34%2034%200%200%201%2068%200c0%2010-5%2016.67-10.8%2024.4C145%20136.65%20138%20146%20138%20160a22%2022%200%200%200%2041.05%2011a6%206%200%200%200-2.19-8.19%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%22M214%20104a6%206%200%200%201-12%200a74%2074%200%200%200-148%200c0%2027.55%208.83%2036.06%2018.18%2045.08c4.31%204.15%208.77%208.45%2012.16%2014.47C88.15%20170.31%2090%20178.3%2090%20188a38%2038%200%200%200%2038%2038c10.74%200%2019.69-4.52%2027.37-13.82a6%206%200%200%201%209.26%207.64C154.66%20231.88%20142.34%20238%20128%20238a50.06%2050.06%200%200%201-50-50c0-16.64-6.24-22.66-14.15-30.29C54.12%20148.33%2042%20136.64%2042%20104a86%2086%200%200%201%20172%200m-37.14%2058.81a6%206%200%200%200-8.19%202.19a10%2010%200%200%201-18.67-5c0-10%205-16.67%2010.8-24.4C167%20127.35%20174%20118%20174%20104a46%2046%200%200%200-92%200a6%206%200%200%200%2012%200a34%2034%200%200%201%2068%200c0%2010-5%2016.67-10.8%2024.4C145%20136.65%20138%20146%20138%20160a22%2022%200%200%200%2041.05%2011a6%206%200%200%200-2.19-8.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ear-light.svg?color=%231a73e8&size=48