earache emoji

earache from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
earache
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the earache emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M29.307 22.94C33.932 5.399 65.2 10.192 53.912 38.857c-14.592 35.792-32.792 24.677-29.73 13"/><path fill="#9b9b9a" d="M49.888 38.807c3.663-21.878-14.563-17.24-16.006-11.677c3.974-15.875 24.092-9.593 16.006 11.677m-11.525-7.981c4.439 7 8.337 13.908 2.337 16.616c-1.397.574-2.876.413-4.382 1.174c-1.534.722-1.82 1.326-3.639 3.284c-2.562 2.063-5.77-1.546-3.958-3.687c3.073-3.396 6.448-3.927 4.667-7.208c-1.219-2.205.496-5.028 4.402-3.903"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30.325 22.817C34.95 5.275 65.2 11.067 53.888 39.15c-14.592 35.792-31.875 25-28.813 13.323"/><path d="M39.303 31.192c4.439 7 7.397 13.542 1.397 16.25c-1.397.574-2.876.413-4.382 1.174c-1.534.722-1.82 1.326-3.639 3.284c-2.562 2.063-5.77-1.546-3.958-3.687c3.073-3.396 6.448-3.927 4.667-7.208c-1.219-2.205-.406-5.282 3.5-4.157m-3.006-9.718c3.975-15.875 24.833-10.258 15.24 11.118m-23.821-11.55l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906 23.728l4.378-1.03l-.377 2.932l5.5-1.294m.367-10.19l-4.331-1.209l.255 2.945l-5.442-1.52"/></g><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m25.301 26.698l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906 23.728l4.378-1.03l-.377 2.932l5.5-1.294m.367-10.19l-4.331-1.209l.255 2.945l-5.442-1.52"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiEarache(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M29.307 22.94C33.932 5.399 65.2 10.192 53.912 38.857c-14.592 35.792-32.792 24.677-29.73 13"/><path fill="#9b9b9a" d="M49.888 38.807c3.663-21.878-14.563-17.24-16.006-11.677c3.974-15.875 24.092-9.593 16.006 11.677m-11.525-7.981c4.439 7 8.337 13.908 2.337 16.616c-1.397.574-2.876.413-4.382 1.174c-1.534.722-1.82 1.326-3.639 3.284c-2.562 2.063-5.77-1.546-3.958-3.687c3.073-3.396 6.448-3.927 4.667-7.208c-1.219-2.205.496-5.028 4.402-3.903"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M30.325 22.817C34.95 5.275 65.2 11.067 53.888 39.15c-14.592 35.792-31.875 25-28.813 13.323"/><path d="M39.303 31.192c4.439 7 7.397 13.542 1.397 16.25c-1.397.574-2.876.413-4.382 1.174c-1.534.722-1.82 1.326-3.639 3.284c-2.562 2.063-5.77-1.546-3.958-3.687c3.073-3.396 6.448-3.927 4.667-7.208c-1.219-2.205-.406-5.282 3.5-4.157m-3.006-9.718c3.975-15.875 24.833-10.258 15.24 11.118m-23.821-11.55l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906 23.728l4.378-1.03l-.377 2.932l5.5-1.294m.367-10.19l-4.331-1.209l.255 2.945l-5.442-1.52"/></g><path fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m25.301 26.698l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906 23.728l4.378-1.03l-.377 2.932l5.5-1.294m.367-10.19l-4.331-1.209l.255 2.945l-5.442-1.52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M29.307 22.94C33.932 5.399 65.2 10.192 53.912 38.857c-14.592 35.792-32.792 24.677-29.73 13"/><path fill="#9b9b9a" d="M49.888 38.807c3.663-21.878-14.563-17.24-16.006-11.677c3.974-15.875 24.092-9.593 16.006 11.677m-11.525-7.981c4.439 7 8.337 13.908 2.337 16.616c-1.397.574-2.876.413-4.382 1.174c-1.534.722-1.82 1.326-3.639 3.284c-2.562 2.063-5.77-1.546-3.958-3.687c3.073-3.396 6.448-3.927 4.667-7.208c-1.219-2.205.496-5.028 4.402-3.903"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30.325 22.817C34.95 5.275 65.2 11.067 53.888 39.15c-14.592 35.792-31.875 25-28.813 13.323"/><path d="M39.303 31.192c4.439 7 7.397 13.542 1.397 16.25c-1.397.574-2.876.413-4.382 1.174c-1.534.722-1.82 1.326-3.639 3.284c-2.562 2.063-5.77-1.546-3.958-3.687c3.073-3.396 6.448-3.927 4.667-7.208c-1.219-2.205-.406-5.282 3.5-4.157m-3.006-9.718c3.975-15.875 24.833-10.258 15.24 11.118m-23.821-11.55l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906 23.728l4.378-1.03l-.377 2.932l5.5-1.294m.367-10.19l-4.331-1.209l.255 2.945l-5.442-1.52"/></g><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m25.301 26.698l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906 23.728l4.378-1.03l-.377 2.932l5.5-1.294m.367-10.19l-4.331-1.209l.255 2.945l-5.442-1.52"/></svg>
</template>

CSS

.icon-earache {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M29.307%2022.94C33.932%205.399%2065.2%2010.192%2053.912%2038.857c-14.592%2035.792-32.792%2024.677-29.73%2013%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M49.888%2038.807c3.663-21.878-14.563-17.24-16.006-11.677c3.974-15.875%2024.092-9.593%2016.006%2011.677m-11.525-7.981c4.439%207%208.337%2013.908%202.337%2016.616c-1.397.574-2.876.413-4.382%201.174c-1.534.722-1.82%201.326-3.639%203.284c-2.562%202.063-5.77-1.546-3.958-3.687c3.073-3.396%206.448-3.927%204.667-7.208c-1.219-2.205.496-5.028%204.402-3.903%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M30.325%2022.817C34.95%205.275%2065.2%2011.067%2053.888%2039.15c-14.592%2035.792-31.875%2025-28.813%2013.323%22%2F%3E%3Cpath%20d%3D%22M39.303%2031.192c4.439%207%207.397%2013.542%201.397%2016.25c-1.397.574-2.876.413-4.382%201.174c-1.534.722-1.82%201.326-3.639%203.284c-2.562%202.063-5.77-1.546-3.958-3.687c3.073-3.396%206.448-3.927%204.667-7.208c-1.219-2.205-.406-5.282%203.5-4.157m-3.006-9.718c3.975-15.875%2024.833-10.258%2015.24%2011.118m-23.821-11.55l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906%2023.728l4.378-1.03l-.377%202.932l5.5-1.294m.367-10.19l-4.331-1.209l.255%202.945l-5.442-1.52%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m25.301%2026.698l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906%2023.728l4.378-1.03l-.377%202.932l5.5-1.294m.367-10.19l-4.331-1.209l.255%202.945l-5.442-1.52%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M29.307%2022.94C33.932%205.399%2065.2%2010.192%2053.912%2038.857c-14.592%2035.792-32.792%2024.677-29.73%2013%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M49.888%2038.807c3.663-21.878-14.563-17.24-16.006-11.677c3.974-15.875%2024.092-9.593%2016.006%2011.677m-11.525-7.981c4.439%207%208.337%2013.908%202.337%2016.616c-1.397.574-2.876.413-4.382%201.174c-1.534.722-1.82%201.326-3.639%203.284c-2.562%202.063-5.77-1.546-3.958-3.687c3.073-3.396%206.448-3.927%204.667-7.208c-1.219-2.205.496-5.028%204.402-3.903%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M30.325%2022.817C34.95%205.275%2065.2%2011.067%2053.888%2039.15c-14.592%2035.792-31.875%2025-28.813%2013.323%22%2F%3E%3Cpath%20d%3D%22M39.303%2031.192c4.439%207%207.397%2013.542%201.397%2016.25c-1.397.574-2.876.413-4.382%201.174c-1.534.722-1.82%201.326-3.639%203.284c-2.562%202.063-5.77-1.546-3.958-3.687c3.073-3.396%206.448-3.927%204.667-7.208c-1.219-2.205-.406-5.282%203.5-4.157m-3.006-9.718c3.975-15.875%2024.833-10.258%2015.24%2011.118m-23.821-11.55l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906%2023.728l4.378-1.03l-.377%202.932l5.5-1.294m.367-10.19l-4.331-1.209l.255%202.945l-5.442-1.52%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m25.301%2026.698l-3.226-3.134l2.672-1.262l-4.053-3.937m-8.906%2023.728l4.378-1.03l-.377%202.932l5.5-1.294m.367-10.19l-4.331-1.209l.255%202.945l-5.442-1.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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