ear from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
ear
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the ear emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD3B6" d="M409.8 175.2c0-85-68.9-153.9-153.9-153.9S102.1 90.2 102.1 175.2c0 14.5 2 28.6 5.8 41.9c3.2 25.1 6.5 55.6 6.5 74.3c0 36 1.8 92.8 1.8 92.8c-10 63.8 38.3 105.9 103 105.9s96.8-44.5 117-105.9c1.7-5.3 2.9-10.4 3.6-15.5c20.3-75.6 70-87.1 70-193.5"/><path fill="#D8B09A" d="M256 58.1c-63.8 0-115.7 51.9-115.7 115.7c0 33.2 17.1 58.6 36.3 84c1.5 1.9 3.7 2.9 5.9 2.9c1.6 0 3.1-.5 4.4-1.5c3.3-2.5 3.9-7.1 1.4-10.4c-17.5-23.2-33.3-46.4-33.3-75c0-55.6 45.3-100.9 100.9-100.9s100.9 45.3 100.9 100.9c0 55.5-9.9 72.7-24.8 98.7c-12.8 22.2-28.7 49.9-44.6 109.8c-1 3.9 1.3 8 5.2 9c.6.2 1.3.2 1.9.2c3.3 0 6.3-2.2 7.1-5.5c15.4-58 30.8-84.8 43.1-106.3c15.5-27 26.8-46.6 26.8-106C371.6 110 319.7 58.1 256 58.1"/><path fill="#D8B09A" d="M258.1 256.2c-.6 0-7.7-.4-14.7-4c-9.4-4.8-13.9-12.9-13.9-24.7c0-4.1-3.3-7.4-7.4-7.4s-7.4 3.3-7.4 7.4c0 21.9 12 32.7 22 37.8c10.4 5.3 20.7 5.6 21.2 5.6h.2c10.8 0 19.6 8.8 19.6 19.6s-8.8 19.6-19.6 19.6h-24.9c-25.1 0-37.2 14.1-37.2 43.1v61.4c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5V372c0-4.1-3.3-7.4-7.4-7.4s-7.4 3.3-7.4 7.4v42.7c0 12.9 10.5 23.3 23.3 23.3s23.3-10.5 23.3-23.3v-61.4c0-26.1 10.6-28.3 22.4-28.3H258c19 0 34.4-15.4 34.4-34.4c0-18.9-15.4-34.3-34.3-34.4"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiEar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD3B6" d="M409.8 175.2c0-85-68.9-153.9-153.9-153.9S102.1 90.2 102.1 175.2c0 14.5 2 28.6 5.8 41.9c3.2 25.1 6.5 55.6 6.5 74.3c0 36 1.8 92.8 1.8 92.8c-10 63.8 38.3 105.9 103 105.9s96.8-44.5 117-105.9c1.7-5.3 2.9-10.4 3.6-15.5c20.3-75.6 70-87.1 70-193.5"/><path fill="#D8B09A" d="M256 58.1c-63.8 0-115.7 51.9-115.7 115.7c0 33.2 17.1 58.6 36.3 84c1.5 1.9 3.7 2.9 5.9 2.9c1.6 0 3.1-.5 4.4-1.5c3.3-2.5 3.9-7.1 1.4-10.4c-17.5-23.2-33.3-46.4-33.3-75c0-55.6 45.3-100.9 100.9-100.9s100.9 45.3 100.9 100.9c0 55.5-9.9 72.7-24.8 98.7c-12.8 22.2-28.7 49.9-44.6 109.8c-1 3.9 1.3 8 5.2 9c.6.2 1.3.2 1.9.2c3.3 0 6.3-2.2 7.1-5.5c15.4-58 30.8-84.8 43.1-106.3c15.5-27 26.8-46.6 26.8-106C371.6 110 319.7 58.1 256 58.1"/><path fill="#D8B09A" d="M258.1 256.2c-.6 0-7.7-.4-14.7-4c-9.4-4.8-13.9-12.9-13.9-24.7c0-4.1-3.3-7.4-7.4-7.4s-7.4 3.3-7.4 7.4c0 21.9 12 32.7 22 37.8c10.4 5.3 20.7 5.6 21.2 5.6h.2c10.8 0 19.6 8.8 19.6 19.6s-8.8 19.6-19.6 19.6h-24.9c-25.1 0-37.2 14.1-37.2 43.1v61.4c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5V372c0-4.1-3.3-7.4-7.4-7.4s-7.4 3.3-7.4 7.4v42.7c0 12.9 10.5 23.3 23.3 23.3s23.3-10.5 23.3-23.3v-61.4c0-26.1 10.6-28.3 22.4-28.3H258c19 0 34.4-15.4 34.4-34.4c0-18.9-15.4-34.3-34.3-34.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD3B6" d="M409.8 175.2c0-85-68.9-153.9-153.9-153.9S102.1 90.2 102.1 175.2c0 14.5 2 28.6 5.8 41.9c3.2 25.1 6.5 55.6 6.5 74.3c0 36 1.8 92.8 1.8 92.8c-10 63.8 38.3 105.9 103 105.9s96.8-44.5 117-105.9c1.7-5.3 2.9-10.4 3.6-15.5c20.3-75.6 70-87.1 70-193.5"/><path fill="#D8B09A" d="M256 58.1c-63.8 0-115.7 51.9-115.7 115.7c0 33.2 17.1 58.6 36.3 84c1.5 1.9 3.7 2.9 5.9 2.9c1.6 0 3.1-.5 4.4-1.5c3.3-2.5 3.9-7.1 1.4-10.4c-17.5-23.2-33.3-46.4-33.3-75c0-55.6 45.3-100.9 100.9-100.9s100.9 45.3 100.9 100.9c0 55.5-9.9 72.7-24.8 98.7c-12.8 22.2-28.7 49.9-44.6 109.8c-1 3.9 1.3 8 5.2 9c.6.2 1.3.2 1.9.2c3.3 0 6.3-2.2 7.1-5.5c15.4-58 30.8-84.8 43.1-106.3c15.5-27 26.8-46.6 26.8-106C371.6 110 319.7 58.1 256 58.1"/><path fill="#D8B09A" d="M258.1 256.2c-.6 0-7.7-.4-14.7-4c-9.4-4.8-13.9-12.9-13.9-24.7c0-4.1-3.3-7.4-7.4-7.4s-7.4 3.3-7.4 7.4c0 21.9 12 32.7 22 37.8c10.4 5.3 20.7 5.6 21.2 5.6h.2c10.8 0 19.6 8.8 19.6 19.6s-8.8 19.6-19.6 19.6h-24.9c-25.1 0-37.2 14.1-37.2 43.1v61.4c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5V372c0-4.1-3.3-7.4-7.4-7.4s-7.4 3.3-7.4 7.4v42.7c0 12.9 10.5 23.3 23.3 23.3s23.3-10.5 23.3-23.3v-61.4c0-26.1 10.6-28.3 22.4-28.3H258c19 0 34.4-15.4 34.4-34.4c0-18.9-15.4-34.3-34.3-34.4"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M409.8%20175.2c0-85-68.9-153.9-153.9-153.9S102.1%2090.2%20102.1%20175.2c0%2014.5%202%2028.6%205.8%2041.9c3.2%2025.1%206.5%2055.6%206.5%2074.3c0%2036%201.8%2092.8%201.8%2092.8c-10%2063.8%2038.3%20105.9%20103%20105.9s96.8-44.5%20117-105.9c1.7-5.3%202.9-10.4%203.6-15.5c20.3-75.6%2070-87.1%2070-193.5%22%2F%3E%3Cpath%20fill%3D%22%23D8B09A%22%20d%3D%22M256%2058.1c-63.8%200-115.7%2051.9-115.7%20115.7c0%2033.2%2017.1%2058.6%2036.3%2084c1.5%201.9%203.7%202.9%205.9%202.9c1.6%200%203.1-.5%204.4-1.5c3.3-2.5%203.9-7.1%201.4-10.4c-17.5-23.2-33.3-46.4-33.3-75c0-55.6%2045.3-100.9%20100.9-100.9s100.9%2045.3%20100.9%20100.9c0%2055.5-9.9%2072.7-24.8%2098.7c-12.8%2022.2-28.7%2049.9-44.6%20109.8c-1%203.9%201.3%208%205.2%209c.6.2%201.3.2%201.9.2c3.3%200%206.3-2.2%207.1-5.5c15.4-58%2030.8-84.8%2043.1-106.3c15.5-27%2026.8-46.6%2026.8-106C371.6%20110%20319.7%2058.1%20256%2058.1%22%2F%3E%3Cpath%20fill%3D%22%23D8B09A%22%20d%3D%22M258.1%20256.2c-.6%200-7.7-.4-14.7-4c-9.4-4.8-13.9-12.9-13.9-24.7c0-4.1-3.3-7.4-7.4-7.4s-7.4%203.3-7.4%207.4c0%2021.9%2012%2032.7%2022%2037.8c10.4%205.3%2020.7%205.6%2021.2%205.6h.2c10.8%200%2019.6%208.8%2019.6%2019.6s-8.8%2019.6-19.6%2019.6h-24.9c-25.1%200-37.2%2014.1-37.2%2043.1v61.4c0%204.7-3.8%208.5-8.5%208.5s-8.5-3.8-8.5-8.5V372c0-4.1-3.3-7.4-7.4-7.4s-7.4%203.3-7.4%207.4v42.7c0%2012.9%2010.5%2023.3%2023.3%2023.3s23.3-10.5%2023.3-23.3v-61.4c0-26.1%2010.6-28.3%2022.4-28.3H258c19%200%2034.4-15.4%2034.4-34.4c0-18.9-15.4-34.3-34.3-34.4%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M409.8%20175.2c0-85-68.9-153.9-153.9-153.9S102.1%2090.2%20102.1%20175.2c0%2014.5%202%2028.6%205.8%2041.9c3.2%2025.1%206.5%2055.6%206.5%2074.3c0%2036%201.8%2092.8%201.8%2092.8c-10%2063.8%2038.3%20105.9%20103%20105.9s96.8-44.5%20117-105.9c1.7-5.3%202.9-10.4%203.6-15.5c20.3-75.6%2070-87.1%2070-193.5%22%2F%3E%3Cpath%20fill%3D%22%23D8B09A%22%20d%3D%22M256%2058.1c-63.8%200-115.7%2051.9-115.7%20115.7c0%2033.2%2017.1%2058.6%2036.3%2084c1.5%201.9%203.7%202.9%205.9%202.9c1.6%200%203.1-.5%204.4-1.5c3.3-2.5%203.9-7.1%201.4-10.4c-17.5-23.2-33.3-46.4-33.3-75c0-55.6%2045.3-100.9%20100.9-100.9s100.9%2045.3%20100.9%20100.9c0%2055.5-9.9%2072.7-24.8%2098.7c-12.8%2022.2-28.7%2049.9-44.6%20109.8c-1%203.9%201.3%208%205.2%209c.6.2%201.3.2%201.9.2c3.3%200%206.3-2.2%207.1-5.5c15.4-58%2030.8-84.8%2043.1-106.3c15.5-27%2026.8-46.6%2026.8-106C371.6%20110%20319.7%2058.1%20256%2058.1%22%2F%3E%3Cpath%20fill%3D%22%23D8B09A%22%20d%3D%22M258.1%20256.2c-.6%200-7.7-.4-14.7-4c-9.4-4.8-13.9-12.9-13.9-24.7c0-4.1-3.3-7.4-7.4-7.4s-7.4%203.3-7.4%207.4c0%2021.9%2012%2032.7%2022%2037.8c10.4%205.3%2020.7%205.6%2021.2%205.6h.2c10.8%200%2019.6%208.8%2019.6%2019.6s-8.8%2019.6-19.6%2019.6h-24.9c-25.1%200-37.2%2014.1-37.2%2043.1v61.4c0%204.7-3.8%208.5-8.5%208.5s-8.5-3.8-8.5-8.5V372c0-4.1-3.3-7.4-7.4-7.4s-7.4%203.3-7.4%207.4v42.7c0%2012.9%2010.5%2023.3%2023.3%2023.3s23.3-10.5%2023.3-23.3v-61.4c0-26.1%2010.6-28.3%2022.4-28.3H258c19%200%2034.4-15.4%2034.4-34.4c0-18.9-15.4-34.3-34.3-34.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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