ear emoji
ear from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- ear
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji High Contrast
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-upbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcrossed-fingersdetectiveear-with-hearing-aideye
Use the ear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.994 9.805c.06-1.908 1.932-4.774 5.99-4.774c4.125 0 6 5.032 6 6.969c0 1.344-1.984 1.328-1.984 0c0-1.687-1.547-4.984-4.344-4.984c-2.139 0-4.558 1.36-4.664 2.81v2.308a5149 5149 0 0 0 7.79 7.272c.327.297.109.64-.22.5c-.295-.126-6.355-4.121-7.57-4.923v3.013l.04-.002c.423-.011 1.015-.027 1.643.102c.815.169 1.709.576 2.58 1.498a.5.5 0 1 1-.728.687c-.723-.766-1.43-1.077-2.054-1.205c-.503-.104-.942-.093-1.357-.082q-.063 0-.124.003v6.206c0 .077.019.126.049.168a.5.5 0 0 0 .131.116c1.843.182 2.593-1.278 3.217-2.492c.426-.828.793-1.542 1.408-1.542c1.187 0 1.384 1.001 1.187 2.375C17.641 26.234 15.125 27 13.97 27c-1.069 0-2.704-.357-2.946-1.508a1.4 1.4 0 0 1-.03-.289z"/><path d="M16.469 1.031c-6.16 0-10.344 4.68-10.344 10.063v12.062c0 4.43 3.16 7.875 6.938 7.875c4.242 0 6.243-3.452 7.179-5.065q.114-.199.209-.357l.007-.012l.007-.012q.33-.585.651-1.177l2.658-4.801q.268-.45.543-.898C25.643 16.534 27 14.31 27 11.094c0-1.671-.67-4.155-2.3-6.238c-1.666-2.125-4.33-3.825-8.231-3.825m3.483 21.326q-.32.593-.629 1.16l-.595 1.077l-.2.334c-1 1.689-2.429 4.103-5.465 4.103c-2.473 0-4.938-2.337-4.938-5.875V11.094c0-4.305 3.316-8.063 8.344-8.063c3.24 0 5.34 1.379 6.656 3.058C24.474 7.811 25 9.86 25 11.094c0 2.622-1.05 4.357-2.38 6.55q-.281.462-.574.956a109 109 0 0 0-2.094 3.757"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastEar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.994 9.805c.06-1.908 1.932-4.774 5.99-4.774c4.125 0 6 5.032 6 6.969c0 1.344-1.984 1.328-1.984 0c0-1.687-1.547-4.984-4.344-4.984c-2.139 0-4.558 1.36-4.664 2.81v2.308a5149 5149 0 0 0 7.79 7.272c.327.297.109.64-.22.5c-.295-.126-6.355-4.121-7.57-4.923v3.013l.04-.002c.423-.011 1.015-.027 1.643.102c.815.169 1.709.576 2.58 1.498a.5.5 0 1 1-.728.687c-.723-.766-1.43-1.077-2.054-1.205c-.503-.104-.942-.093-1.357-.082q-.063 0-.124.003v6.206c0 .077.019.126.049.168a.5.5 0 0 0 .131.116c1.843.182 2.593-1.278 3.217-2.492c.426-.828.793-1.542 1.408-1.542c1.187 0 1.384 1.001 1.187 2.375C17.641 26.234 15.125 27 13.97 27c-1.069 0-2.704-.357-2.946-1.508a1.4 1.4 0 0 1-.03-.289z"/><path d="M16.469 1.031c-6.16 0-10.344 4.68-10.344 10.063v12.062c0 4.43 3.16 7.875 6.938 7.875c4.242 0 6.243-3.452 7.179-5.065q.114-.199.209-.357l.007-.012l.007-.012q.33-.585.651-1.177l2.658-4.801q.268-.45.543-.898C25.643 16.534 27 14.31 27 11.094c0-1.671-.67-4.155-2.3-6.238c-1.666-2.125-4.33-3.825-8.231-3.825m3.483 21.326q-.32.593-.629 1.16l-.595 1.077l-.2.334c-1 1.689-2.429 4.103-5.465 4.103c-2.473 0-4.938-2.337-4.938-5.875V11.094c0-4.305 3.316-8.063 8.344-8.063c3.24 0 5.34 1.379 6.656 3.058C24.474 7.811 25 9.86 25 11.094c0 2.622-1.05 4.357-2.38 6.55q-.281.462-.574.956a109 109 0 0 0-2.094 3.757"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.994 9.805c.06-1.908 1.932-4.774 5.99-4.774c4.125 0 6 5.032 6 6.969c0 1.344-1.984 1.328-1.984 0c0-1.687-1.547-4.984-4.344-4.984c-2.139 0-4.558 1.36-4.664 2.81v2.308a5149 5149 0 0 0 7.79 7.272c.327.297.109.64-.22.5c-.295-.126-6.355-4.121-7.57-4.923v3.013l.04-.002c.423-.011 1.015-.027 1.643.102c.815.169 1.709.576 2.58 1.498a.5.5 0 1 1-.728.687c-.723-.766-1.43-1.077-2.054-1.205c-.503-.104-.942-.093-1.357-.082q-.063 0-.124.003v6.206c0 .077.019.126.049.168a.5.5 0 0 0 .131.116c1.843.182 2.593-1.278 3.217-2.492c.426-.828.793-1.542 1.408-1.542c1.187 0 1.384 1.001 1.187 2.375C17.641 26.234 15.125 27 13.97 27c-1.069 0-2.704-.357-2.946-1.508a1.4 1.4 0 0 1-.03-.289z"/><path d="M16.469 1.031c-6.16 0-10.344 4.68-10.344 10.063v12.062c0 4.43 3.16 7.875 6.938 7.875c4.242 0 6.243-3.452 7.179-5.065q.114-.199.209-.357l.007-.012l.007-.012q.33-.585.651-1.177l2.658-4.801q.268-.45.543-.898C25.643 16.534 27 14.31 27 11.094c0-1.671-.67-4.155-2.3-6.238c-1.666-2.125-4.33-3.825-8.231-3.825m3.483 21.326q-.32.593-.629 1.16l-.595 1.077l-.2.334c-1 1.689-2.429 4.103-5.465 4.103c-2.473 0-4.938-2.337-4.938-5.875V11.094c0-4.305 3.316-8.063 8.344-8.063c3.24 0 5.34 1.379 6.656 3.058C24.474 7.811 25 9.86 25 11.094c0 2.622-1.05 4.357-2.38 6.55q-.281.462-.574.956a109 109 0 0 0-2.094 3.757"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.994%209.805c.06-1.908%201.932-4.774%205.99-4.774c4.125%200%206%205.032%206%206.969c0%201.344-1.984%201.328-1.984%200c0-1.687-1.547-4.984-4.344-4.984c-2.139%200-4.558%201.36-4.664%202.81v2.308a5149%205149%200%200%200%207.79%207.272c.327.297.109.64-.22.5c-.295-.126-6.355-4.121-7.57-4.923v3.013l.04-.002c.423-.011%201.015-.027%201.643.102c.815.169%201.709.576%202.58%201.498a.5.5%200%201%201-.728.687c-.723-.766-1.43-1.077-2.054-1.205c-.503-.104-.942-.093-1.357-.082q-.063%200-.124.003v6.206c0%20.077.019.126.049.168a.5.5%200%200%200%20.131.116c1.843.182%202.593-1.278%203.217-2.492c.426-.828.793-1.542%201.408-1.542c1.187%200%201.384%201.001%201.187%202.375C17.641%2026.234%2015.125%2027%2013.97%2027c-1.069%200-2.704-.357-2.946-1.508a1.4%201.4%200%200%201-.03-.289z%22%2F%3E%3Cpath%20d%3D%22M16.469%201.031c-6.16%200-10.344%204.68-10.344%2010.063v12.062c0%204.43%203.16%207.875%206.938%207.875c4.242%200%206.243-3.452%207.179-5.065q.114-.199.209-.357l.007-.012l.007-.012q.33-.585.651-1.177l2.658-4.801q.268-.45.543-.898C25.643%2016.534%2027%2014.31%2027%2011.094c0-1.671-.67-4.155-2.3-6.238c-1.666-2.125-4.33-3.825-8.231-3.825m3.483%2021.326q-.32.593-.629%201.16l-.595%201.077l-.2.334c-1%201.689-2.429%204.103-5.465%204.103c-2.473%200-4.938-2.337-4.938-5.875V11.094c0-4.305%203.316-8.063%208.344-8.063c3.24%200%205.34%201.379%206.656%203.058C24.474%207.811%2025%209.86%2025%2011.094c0%202.622-1.05%204.357-2.38%206.55q-.281.462-.574.956a109%20109%200%200%200-2.094%203.757%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.994%209.805c.06-1.908%201.932-4.774%205.99-4.774c4.125%200%206%205.032%206%206.969c0%201.344-1.984%201.328-1.984%200c0-1.687-1.547-4.984-4.344-4.984c-2.139%200-4.558%201.36-4.664%202.81v2.308a5149%205149%200%200%200%207.79%207.272c.327.297.109.64-.22.5c-.295-.126-6.355-4.121-7.57-4.923v3.013l.04-.002c.423-.011%201.015-.027%201.643.102c.815.169%201.709.576%202.58%201.498a.5.5%200%201%201-.728.687c-.723-.766-1.43-1.077-2.054-1.205c-.503-.104-.942-.093-1.357-.082q-.063%200-.124.003v6.206c0%20.077.019.126.049.168a.5.5%200%200%200%20.131.116c1.843.182%202.593-1.278%203.217-2.492c.426-.828.793-1.542%201.408-1.542c1.187%200%201.384%201.001%201.187%202.375C17.641%2026.234%2015.125%2027%2013.97%2027c-1.069%200-2.704-.357-2.946-1.508a1.4%201.4%200%200%201-.03-.289z%22%2F%3E%3Cpath%20d%3D%22M16.469%201.031c-6.16%200-10.344%204.68-10.344%2010.063v12.062c0%204.43%203.16%207.875%206.938%207.875c4.242%200%206.243-3.452%207.179-5.065q.114-.199.209-.357l.007-.012l.007-.012q.33-.585.651-1.177l2.658-4.801q.268-.45.543-.898C25.643%2016.534%2027%2014.31%2027%2011.094c0-1.671-.67-4.155-2.3-6.238c-1.666-2.125-4.33-3.825-8.231-3.825m3.483%2021.326q-.32.593-.629%201.16l-.595%201.077l-.2.334c-1%201.689-2.429%204.103-5.465%204.103c-2.473%200-4.938-2.337-4.938-5.875V11.094c0-4.305%203.316-8.063%208.344-8.063c3.24%200%205.34%201.379%206.656%203.058C24.474%207.811%2025%209.86%2025%2011.094c0%202.622-1.05%204.357-2.38%206.55q-.281.462-.574.956a109%20109%200%200%200-2.094%203.757%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/ear.svg?color=%231a73e8&size=48