ear from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
ear
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the ear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M12.154 18c0-6.075 5.304-11 11.846-11s11.846 4.925 11.846 11c0 3.807-2.082 7.163-5.25 9.139c-2.689 1.676-5.52 4.315-5.52 7.772V35c0 3.314-2.892 6-6.46 6c-3.57 0-6.462-2.686-6.462-6v-2H10v2c0 4.418 3.857 8 8.615 8s8.616-3.582 8.616-8v-.089c0-2.404 2.013-4.52 4.565-6.112C35.536 26.467 38 22.501 38 18c0-7.18-6.268-13-14-13s-14 5.82-14 13zM23 14c-1.948 0-3.528 1.315-3.911 3.02h.028c.813.042 1.918.158 3.038.464c1.111.304 2.312.816 3.247 1.697c.964.909 1.598 2.169 1.598 3.827q0 .045-.004.09c-.146 1.61-.54 2.84-1.137 3.762c-.606.937-1.386 1.503-2.202 1.824c-.798.314-1.598.382-2.249.382c-.327 0-.629-.018-.878-.033l-.099-.007l-.3-.018l-.041.077a6 6 0 0 0-.277.674c-.064.174-.137.374-.233.614c-.21.525-.511 1.178-1.017 1.7c-.544.559-1.284.927-2.252.927c-.838 0-1.532-.192-2.076-.565a2.74 2.74 0 0 1-1.031-1.34A3.5 3.5 0 0 1 13 29.891a4 4 0 0 1 .04-.546l.003-.014l.001-.005v-.003c0-.001 0-.002.984.178l.984.179v-.003l.001-.003v-.003v.003l-.004.038a1.7 1.7 0 0 0 .073.695a.74.74 0 0 0 .281.376c.14.096.417.216.948.216c.402 0 .632-.131.817-.321c.221-.228.405-.574.595-1.049c.046-.115.097-.253.152-.401c.13-.35.282-.76.436-1.058q.05-.1.12-.213c.556-1.423 1.417-3.915 1.069-4.958c-.233-.698-.682-1.396-1.096-1.943c-.504-.422-.888-.83-1.12-1.318c-.286-.604-.285-1.235-.284-1.815v-.103c0-3.248 2.721-5.82 6-5.82s6 2.572 6 5.82h-2c0-2.075-1.756-3.82-4-3.82m-2.808 14.92l-.009.01z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M12.154 18c0-6.075 5.304-11 11.846-11s11.846 4.925 11.846 11c0 3.807-2.082 7.163-5.25 9.139c-2.689 1.676-5.52 4.315-5.52 7.772V35c0 3.314-2.892 6-6.46 6c-3.57 0-6.462-2.686-6.462-6v-2H10v2c0 4.418 3.857 8 8.615 8s8.616-3.582 8.616-8v-.089c0-2.404 2.013-4.52 4.565-6.112C35.536 26.467 38 22.501 38 18c0-7.18-6.268-13-14-13s-14 5.82-14 13zM23 14c-1.948 0-3.528 1.315-3.911 3.02h.028c.813.042 1.918.158 3.038.464c1.111.304 2.312.816 3.247 1.697c.964.909 1.598 2.169 1.598 3.827q0 .045-.004.09c-.146 1.61-.54 2.84-1.137 3.762c-.606.937-1.386 1.503-2.202 1.824c-.798.314-1.598.382-2.249.382c-.327 0-.629-.018-.878-.033l-.099-.007l-.3-.018l-.041.077a6 6 0 0 0-.277.674c-.064.174-.137.374-.233.614c-.21.525-.511 1.178-1.017 1.7c-.544.559-1.284.927-2.252.927c-.838 0-1.532-.192-2.076-.565a2.74 2.74 0 0 1-1.031-1.34A3.5 3.5 0 0 1 13 29.891a4 4 0 0 1 .04-.546l.003-.014l.001-.005v-.003c0-.001 0-.002.984.178l.984.179v-.003l.001-.003v-.003v.003l-.004.038a1.7 1.7 0 0 0 .073.695a.74.74 0 0 0 .281.376c.14.096.417.216.948.216c.402 0 .632-.131.817-.321c.221-.228.405-.574.595-1.049c.046-.115.097-.253.152-.401c.13-.35.282-.76.436-1.058q.05-.1.12-.213c.556-1.423 1.417-3.915 1.069-4.958c-.233-.698-.682-1.396-1.096-1.943c-.504-.422-.888-.83-1.12-1.318c-.286-.604-.285-1.235-.284-1.815v-.103c0-3.248 2.721-5.82 6-5.82s6 2.572 6 5.82h-2c0-2.075-1.756-3.82-4-3.82m-2.808 14.92l-.009.01z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M12.154 18c0-6.075 5.304-11 11.846-11s11.846 4.925 11.846 11c0 3.807-2.082 7.163-5.25 9.139c-2.689 1.676-5.52 4.315-5.52 7.772V35c0 3.314-2.892 6-6.46 6c-3.57 0-6.462-2.686-6.462-6v-2H10v2c0 4.418 3.857 8 8.615 8s8.616-3.582 8.616-8v-.089c0-2.404 2.013-4.52 4.565-6.112C35.536 26.467 38 22.501 38 18c0-7.18-6.268-13-14-13s-14 5.82-14 13zM23 14c-1.948 0-3.528 1.315-3.911 3.02h.028c.813.042 1.918.158 3.038.464c1.111.304 2.312.816 3.247 1.697c.964.909 1.598 2.169 1.598 3.827q0 .045-.004.09c-.146 1.61-.54 2.84-1.137 3.762c-.606.937-1.386 1.503-2.202 1.824c-.798.314-1.598.382-2.249.382c-.327 0-.629-.018-.878-.033l-.099-.007l-.3-.018l-.041.077a6 6 0 0 0-.277.674c-.064.174-.137.374-.233.614c-.21.525-.511 1.178-1.017 1.7c-.544.559-1.284.927-2.252.927c-.838 0-1.532-.192-2.076-.565a2.74 2.74 0 0 1-1.031-1.34A3.5 3.5 0 0 1 13 29.891a4 4 0 0 1 .04-.546l.003-.014l.001-.005v-.003c0-.001 0-.002.984.178l.984.179v-.003l.001-.003v-.003v.003l-.004.038a1.7 1.7 0 0 0 .073.695a.74.74 0 0 0 .281.376c.14.096.417.216.948.216c.402 0 .632-.131.817-.321c.221-.228.405-.574.595-1.049c.046-.115.097-.253.152-.401c.13-.35.282-.76.436-1.058q.05-.1.12-.213c.556-1.423 1.417-3.915 1.069-4.958c-.233-.698-.682-1.396-1.096-1.943c-.504-.422-.888-.83-1.12-1.318c-.286-.604-.285-1.235-.284-1.815v-.103c0-3.248 2.721-5.82 6-5.82s6 2.572 6 5.82h-2c0-2.075-1.756-3.82-4-3.82m-2.808 14.92l-.009.01z" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.154%2018c0-6.075%205.304-11%2011.846-11s11.846%204.925%2011.846%2011c0%203.807-2.082%207.163-5.25%209.139c-2.689%201.676-5.52%204.315-5.52%207.772V35c0%203.314-2.892%206-6.46%206c-3.57%200-6.462-2.686-6.462-6v-2H10v2c0%204.418%203.857%208%208.615%208s8.616-3.582%208.616-8v-.089c0-2.404%202.013-4.52%204.565-6.112C35.536%2026.467%2038%2022.501%2038%2018c0-7.18-6.268-13-14-13s-14%205.82-14%2013zM23%2014c-1.948%200-3.528%201.315-3.911%203.02h.028c.813.042%201.918.158%203.038.464c1.111.304%202.312.816%203.247%201.697c.964.909%201.598%202.169%201.598%203.827q0%20.045-.004.09c-.146%201.61-.54%202.84-1.137%203.762c-.606.937-1.386%201.503-2.202%201.824c-.798.314-1.598.382-2.249.382c-.327%200-.629-.018-.878-.033l-.099-.007l-.3-.018l-.041.077a6%206%200%200%200-.277.674c-.064.174-.137.374-.233.614c-.21.525-.511%201.178-1.017%201.7c-.544.559-1.284.927-2.252.927c-.838%200-1.532-.192-2.076-.565a2.74%202.74%200%200%201-1.031-1.34A3.5%203.5%200%200%201%2013%2029.891a4%204%200%200%201%20.04-.546l.003-.014l.001-.005v-.003c0-.001%200-.002.984.178l.984.179v-.003l.001-.003v-.003v.003l-.004.038a1.7%201.7%200%200%200%20.073.695a.74.74%200%200%200%20.281.376c.14.096.417.216.948.216c.402%200%20.632-.131.817-.321c.221-.228.405-.574.595-1.049c.046-.115.097-.253.152-.401c.13-.35.282-.76.436-1.058q.05-.1.12-.213c.556-1.423%201.417-3.915%201.069-4.958c-.233-.698-.682-1.396-1.096-1.943c-.504-.422-.888-.83-1.12-1.318c-.286-.604-.285-1.235-.284-1.815v-.103c0-3.248%202.721-5.82%206-5.82s6%202.572%206%205.82h-2c0-2.075-1.756-3.82-4-3.82m-2.808%2014.92l-.009.01z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.154%2018c0-6.075%205.304-11%2011.846-11s11.846%204.925%2011.846%2011c0%203.807-2.082%207.163-5.25%209.139c-2.689%201.676-5.52%204.315-5.52%207.772V35c0%203.314-2.892%206-6.46%206c-3.57%200-6.462-2.686-6.462-6v-2H10v2c0%204.418%203.857%208%208.615%208s8.616-3.582%208.616-8v-.089c0-2.404%202.013-4.52%204.565-6.112C35.536%2026.467%2038%2022.501%2038%2018c0-7.18-6.268-13-14-13s-14%205.82-14%2013zM23%2014c-1.948%200-3.528%201.315-3.911%203.02h.028c.813.042%201.918.158%203.038.464c1.111.304%202.312.816%203.247%201.697c.964.909%201.598%202.169%201.598%203.827q0%20.045-.004.09c-.146%201.61-.54%202.84-1.137%203.762c-.606.937-1.386%201.503-2.202%201.824c-.798.314-1.598.382-2.249.382c-.327%200-.629-.018-.878-.033l-.099-.007l-.3-.018l-.041.077a6%206%200%200%200-.277.674c-.064.174-.137.374-.233.614c-.21.525-.511%201.178-1.017%201.7c-.544.559-1.284.927-2.252.927c-.838%200-1.532-.192-2.076-.565a2.74%202.74%200%200%201-1.031-1.34A3.5%203.5%200%200%201%2013%2029.891a4%204%200%200%201%20.04-.546l.003-.014l.001-.005v-.003c0-.001%200-.002.984.178l.984.179v-.003l.001-.003v-.003v.003l-.004.038a1.7%201.7%200%200%200%20.073.695a.74.74%200%200%200%20.281.376c.14.096.417.216.948.216c.402%200%20.632-.131.817-.321c.221-.228.405-.574.595-1.049c.046-.115.097-.253.152-.401c.13-.35.282-.76.436-1.058q.05-.1.12-.213c.556-1.423%201.417-3.915%201.069-4.958c-.233-.698-.682-1.396-1.096-1.943c-.504-.422-.888-.83-1.12-1.318c-.286-.604-.285-1.235-.284-1.815v-.103c0-3.248%202.721-5.82%206-5.82s6%202.572%206%205.82h-2c0-2.075-1.756-3.82-4-3.82m-2.808%2014.92l-.009.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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