ear icon
ear from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- ear
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
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 EmojiearOpenMojiearPhosphorearStreamline EmojisearTabler IconsearTwitter Emoji
More medical icons from Unicons
ambulanceassistive-listening-systemsband-aidbook-medicalcapsuleclinic-medicalcoronavirusfile-medical-althead-sidehead-side-coughhead-side-maskheart-medicalheart-rateheartbeathospitalhospital-square-signhospital-symbolhouse-usermedical-dripmedical-squaremedical-square-fullmedkitmicroscopemonitor-heart-rate
Use the ear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a1 1 0 0 1 1 1a1 1 0 0 0 2 0a3 3 0 1 0-5.018 2.22c.01.01.162.17.194.216a.99.99 0 0 1 0 1.119a1 1 0 1 0 1.648 1.13a2.98 2.98 0 0 0-.005-3.388a7 7 0 0 0-.49-.557a1 1 0 0 1-.16-.181A1 1 0 0 1 12 8m0-6a7 7 0 0 0-6.762 8.812a1 1 0 0 0 1.932-.518A5 5 0 1 1 17 9a5.1 5.1 0 0 1-.705 2.567L12.73 19A2 2 0 0 1 11 20a2.027 2.027 0 0 1-2-2a2 2 0 0 1 .269-.999a1 1 0 0 0-1.733-1.002a3.999 3.999 0 1 0 6.963 3.934l3.563-7.433A7 7 0 0 0 12 2"/></svg>
React
import type { SVGProps } from "react";
export function UilEar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a1 1 0 0 1 1 1a1 1 0 0 0 2 0a3 3 0 1 0-5.018 2.22c.01.01.162.17.194.216a.99.99 0 0 1 0 1.119a1 1 0 1 0 1.648 1.13a2.98 2.98 0 0 0-.005-3.388a7 7 0 0 0-.49-.557a1 1 0 0 1-.16-.181A1 1 0 0 1 12 8m0-6a7 7 0 0 0-6.762 8.812a1 1 0 0 0 1.932-.518A5 5 0 1 1 17 9a5.1 5.1 0 0 1-.705 2.567L12.73 19A2 2 0 0 1 11 20a2.027 2.027 0 0 1-2-2a2 2 0 0 1 .269-.999a1 1 0 0 0-1.733-1.002a3.999 3.999 0 1 0 6.963 3.934l3.563-7.433A7 7 0 0 0 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8a1 1 0 0 1 1 1a1 1 0 0 0 2 0a3 3 0 1 0-5.018 2.22c.01.01.162.17.194.216a.99.99 0 0 1 0 1.119a1 1 0 1 0 1.648 1.13a2.98 2.98 0 0 0-.005-3.388a7 7 0 0 0-.49-.557a1 1 0 0 1-.16-.181A1 1 0 0 1 12 8m0-6a7 7 0 0 0-6.762 8.812a1 1 0 0 0 1.932-.518A5 5 0 1 1 17 9a5.1 5.1 0 0 1-.705 2.567L12.73 19A2 2 0 0 1 11 20a2.027 2.027 0 0 1-2-2a2 2 0 0 1 .269-.999a1 1 0 0 0-1.733-1.002a3.999 3.999 0 1 0 6.963 3.934l3.563-7.433A7 7 0 0 0 12 2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208a1%201%200%200%201%201%201a1%201%200%200%200%202%200a3%203%200%201%200-5.018%202.22c.01.01.162.17.194.216a.99.99%200%200%201%200%201.119a1%201%200%201%200%201.648%201.13a2.98%202.98%200%200%200-.005-3.388a7%207%200%200%200-.49-.557a1%201%200%200%201-.16-.181A1%201%200%200%201%2012%208m0-6a7%207%200%200%200-6.762%208.812a1%201%200%200%200%201.932-.518A5%205%200%201%201%2017%209a5.1%205.1%200%200%201-.705%202.567L12.73%2019A2%202%200%200%201%2011%2020a2.027%202.027%200%200%201-2-2a2%202%200%200%201%20.269-.999a1%201%200%200%200-1.733-1.002a3.999%203.999%200%201%200%206.963%203.934l3.563-7.433A7%207%200%200%200%2012%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208a1%201%200%200%201%201%201a1%201%200%200%200%202%200a3%203%200%201%200-5.018%202.22c.01.01.162.17.194.216a.99.99%200%200%201%200%201.119a1%201%200%201%200%201.648%201.13a2.98%202.98%200%200%200-.005-3.388a7%207%200%200%200-.49-.557a1%201%200%200%201-.16-.181A1%201%200%200%201%2012%208m0-6a7%207%200%200%200-6.762%208.812a1%201%200%200%200%201.932-.518A5%205%200%201%201%2017%209a5.1%205.1%200%200%201-.705%202.567L12.73%2019A2%202%200%200%201%2011%2020a2.027%202.027%200%200%201-2-2a2%202%200%200%201%20.269-.999a1%201%200%200%200-1.733-1.002a3.999%203.999%200%201%200%206.963%203.934l3.563-7.433A7%207%200%200%200%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/ear.svg?color=%231a73e8&size=48