ear icon
ear-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- ear-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
earBootstrap IconsearEmoji One (Colored)earFramework7 IconsearFluent EmojiearFluent Emoji FlatearFluent Emoji High ContrastearFirefox OS EmojiearHealth IconsearHuge IconsearIonIconsearLucideear-fillMingCute IconearMyna UI IconsearNoto EmojiearOpenMojiearStreamline EmojisearTabler IconsearTwitter EmojiearUnicons
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="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m20 128a4.2 4.2 0 0 0 1.33-.22a8 8 0 0 1 5.34 15.08A20 20 0 0 1 128 148c0-8.85 4.77-15.23 9-20.87c3.77-5 7-9.38 7-15.13a16 16 0 0 0-32 0a8 8 0 0 1-16 0a32 32 0 0 1 64 0c0 11.07-5.66 18.63-10.2 24.71c-3.6 4.81-5.8 7.93-5.8 11.29a4 4 0 0 0 4 4m36-32a8 8 0 0 1-8-8a48 48 0 0 0-96 0c0 11.9 6.71 20.5 13.82 29.6c7 8.92 14.18 18.15 14.18 30.4a20 20 0 0 0 34 14.29a8 8 0 1 1 11.19 11.42A36 36 0 0 1 92 172c0-6.74-5-13.14-10.79-20.55C73.54 141.63 64 129.41 64 112a64 64 0 0 1 128 0a8 8 0 0 1-8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhEarFill(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="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m20 128a4.2 4.2 0 0 0 1.33-.22a8 8 0 0 1 5.34 15.08A20 20 0 0 1 128 148c0-8.85 4.77-15.23 9-20.87c3.77-5 7-9.38 7-15.13a16 16 0 0 0-32 0a8 8 0 0 1-16 0a32 32 0 0 1 64 0c0 11.07-5.66 18.63-10.2 24.71c-3.6 4.81-5.8 7.93-5.8 11.29a4 4 0 0 0 4 4m36-32a8 8 0 0 1-8-8a48 48 0 0 0-96 0c0 11.9 6.71 20.5 13.82 29.6c7 8.92 14.18 18.15 14.18 30.4a20 20 0 0 0 34 14.29a8 8 0 1 1 11.19 11.42A36 36 0 0 1 92 172c0-6.74-5-13.14-10.79-20.55C73.54 141.63 64 129.41 64 112a64 64 0 0 1 128 0a8 8 0 0 1-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m20 128a4.2 4.2 0 0 0 1.33-.22a8 8 0 0 1 5.34 15.08A20 20 0 0 1 128 148c0-8.85 4.77-15.23 9-20.87c3.77-5 7-9.38 7-15.13a16 16 0 0 0-32 0a8 8 0 0 1-16 0a32 32 0 0 1 64 0c0 11.07-5.66 18.63-10.2 24.71c-3.6 4.81-5.8 7.93-5.8 11.29a4 4 0 0 0 4 4m36-32a8 8 0 0 1-8-8a48 48 0 0 0-96 0c0 11.9 6.71 20.5 13.82 29.6c7 8.92 14.18 18.15 14.18 30.4a20 20 0 0 0 34 14.29a8 8 0 1 1 11.19 11.42A36 36 0 0 1 92 172c0-6.74-5-13.14-10.79-20.55C73.54 141.63 64 129.41 64 112a64 64 0 0 1 128 0a8 8 0 0 1-8 8"/></svg> </template>
CSS
.icon-ear-fill {
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%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m20%20128a4.2%204.2%200%200%200%201.33-.22a8%208%200%200%201%205.34%2015.08A20%2020%200%200%201%20128%20148c0-8.85%204.77-15.23%209-20.87c3.77-5%207-9.38%207-15.13a16%2016%200%200%200-32%200a8%208%200%200%201-16%200a32%2032%200%200%201%2064%200c0%2011.07-5.66%2018.63-10.2%2024.71c-3.6%204.81-5.8%207.93-5.8%2011.29a4%204%200%200%200%204%204m36-32a8%208%200%200%201-8-8a48%2048%200%200%200-96%200c0%2011.9%206.71%2020.5%2013.82%2029.6c7%208.92%2014.18%2018.15%2014.18%2030.4a20%2020%200%200%200%2034%2014.29a8%208%200%201%201%2011.19%2011.42A36%2036%200%200%201%2092%20172c0-6.74-5-13.14-10.79-20.55C73.54%20141.63%2064%20129.41%2064%20112a64%2064%200%200%201%20128%200a8%208%200%200%201-8%208%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%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m20%20128a4.2%204.2%200%200%200%201.33-.22a8%208%200%200%201%205.34%2015.08A20%2020%200%200%201%20128%20148c0-8.85%204.77-15.23%209-20.87c3.77-5%207-9.38%207-15.13a16%2016%200%200%200-32%200a8%208%200%200%201-16%200a32%2032%200%200%201%2064%200c0%2011.07-5.66%2018.63-10.2%2024.71c-3.6%204.81-5.8%207.93-5.8%2011.29a4%204%200%200%200%204%204m36-32a8%208%200%200%201-8-8a48%2048%200%200%200-96%200c0%2011.9%206.71%2020.5%2013.82%2029.6c7%208.92%2014.18%2018.15%2014.18%2030.4a20%2020%200%200%200%2034%2014.29a8%208%200%201%201%2011.19%2011.42A36%2036%200%200%201%2092%20172c0-6.74-5-13.14-10.79-20.55C73.54%20141.63%2064%20129.41%2064%20112a64%2064%200%200%201%20128%200a8%208%200%200%201-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ear-fill.svg?color=%231a73e8&size=48