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

Name
ear-outline
Set
Health Icons
Style
Outline
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="M24 7c-6.542 0-11.846 4.925-11.846 11H10c0-7.18 6.268-13 14-13s14 5.82 14 13c0 4.501-2.465 8.467-6.204 10.8c-2.552 1.59-4.565 3.707-4.565 6.111V35c0 4.418-3.858 8-8.616 8S10 39.418 10 35v-2h2.154v2c0 3.314 2.893 6 6.461 6s6.462-2.686 6.462-6v-.089c0-3.457 2.83-6.096 5.518-7.772c3.17-1.976 5.25-5.332 5.25-9.139c0-6.075-5.303-11-11.845-11m-4.911 10.02C19.472 15.315 21.052 14 23 14c2.244 0 4 1.745 4 3.82h2c0-3.248-2.721-5.82-6-5.82s-6 2.572-6 5.82c0 1.64.639 2.951 2.019 3.709c.749.411 1.25.76 1.556 1.041q.111.103.173.175c-.184.087-.485.186-.936.273l.376 1.964c.672-.128 1.296-.32 1.769-.623c.494-.317.966-.865.902-1.65c-.055-.666-.49-1.206-.932-1.612c-.472-.434-1.129-.873-1.946-1.322a1.72 1.72 0 0 1-.742-.744c.693.046 1.547.152 2.388.383c.943.258 1.797.652 2.403 1.223c.569.535.96 1.26.97 2.327c-.13 1.361-.452 2.24-.82 2.81c-.364.562-.801.87-1.255 1.049c-.472.186-.993.243-1.517.243c-.26 0-.51-.014-.75-.03l-.092-.005a10 10 0 0 0-.602-.028c-.95 0-1.43.736-1.653 1.168c-.154.299-.305.707-.436 1.058c-.055.148-.106.286-.152.401c-.19.475-.374.82-.595 1.049c-.185.19-.415.321-.817.321c-.531 0-.807-.12-.947-.216a.74.74 0 0 1-.282-.376a1.7 1.7 0 0 1-.068-.733v-.003v.003l-.001.003v.002s0 .002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014a2 2 0 0 0-.021.16c-.01.097-.02.23-.02.386c0 .308.036.745.204 1.202c.17.468.483.967 1.03 1.341c.545.373 1.24.565 2.077.565c.968 0 1.708-.368 2.252-.928c.506-.521.807-1.174 1.017-1.7c.096-.239.17-.439.233-.613c.1-.27.176-.477.277-.674q.023-.045.042-.077l.3.018l.098.007c.249.015.55.033.878.033c.65 0 1.451-.068 2.25-.382c.815-.32 1.595-.887 2.201-1.824c.596-.922.99-2.153 1.137-3.762q.004-.045.004-.09c0-1.658-.634-2.918-1.598-3.827c-.935-.881-2.136-1.393-3.247-1.697c-1.12-.306-2.225-.422-3.038-.463zm1.103 11.9l-.009.01z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEarOutline(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="M24 7c-6.542 0-11.846 4.925-11.846 11H10c0-7.18 6.268-13 14-13s14 5.82 14 13c0 4.501-2.465 8.467-6.204 10.8c-2.552 1.59-4.565 3.707-4.565 6.111V35c0 4.418-3.858 8-8.616 8S10 39.418 10 35v-2h2.154v2c0 3.314 2.893 6 6.461 6s6.462-2.686 6.462-6v-.089c0-3.457 2.83-6.096 5.518-7.772c3.17-1.976 5.25-5.332 5.25-9.139c0-6.075-5.303-11-11.845-11m-4.911 10.02C19.472 15.315 21.052 14 23 14c2.244 0 4 1.745 4 3.82h2c0-3.248-2.721-5.82-6-5.82s-6 2.572-6 5.82c0 1.64.639 2.951 2.019 3.709c.749.411 1.25.76 1.556 1.041q.111.103.173.175c-.184.087-.485.186-.936.273l.376 1.964c.672-.128 1.296-.32 1.769-.623c.494-.317.966-.865.902-1.65c-.055-.666-.49-1.206-.932-1.612c-.472-.434-1.129-.873-1.946-1.322a1.72 1.72 0 0 1-.742-.744c.693.046 1.547.152 2.388.383c.943.258 1.797.652 2.403 1.223c.569.535.96 1.26.97 2.327c-.13 1.361-.452 2.24-.82 2.81c-.364.562-.801.87-1.255 1.049c-.472.186-.993.243-1.517.243c-.26 0-.51-.014-.75-.03l-.092-.005a10 10 0 0 0-.602-.028c-.95 0-1.43.736-1.653 1.168c-.154.299-.305.707-.436 1.058c-.055.148-.106.286-.152.401c-.19.475-.374.82-.595 1.049c-.185.19-.415.321-.817.321c-.531 0-.807-.12-.947-.216a.74.74 0 0 1-.282-.376a1.7 1.7 0 0 1-.068-.733v-.003v.003l-.001.003v.002s0 .002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014a2 2 0 0 0-.021.16c-.01.097-.02.23-.02.386c0 .308.036.745.204 1.202c.17.468.483.967 1.03 1.341c.545.373 1.24.565 2.077.565c.968 0 1.708-.368 2.252-.928c.506-.521.807-1.174 1.017-1.7c.096-.239.17-.439.233-.613c.1-.27.176-.477.277-.674q.023-.045.042-.077l.3.018l.098.007c.249.015.55.033.878.033c.65 0 1.451-.068 2.25-.382c.815-.32 1.595-.887 2.201-1.824c.596-.922.99-2.153 1.137-3.762q.004-.045.004-.09c0-1.658-.634-2.918-1.598-3.827c-.935-.881-2.136-1.393-3.247-1.697c-1.12-.306-2.225-.422-3.038-.463zm1.103 11.9l-.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="M24 7c-6.542 0-11.846 4.925-11.846 11H10c0-7.18 6.268-13 14-13s14 5.82 14 13c0 4.501-2.465 8.467-6.204 10.8c-2.552 1.59-4.565 3.707-4.565 6.111V35c0 4.418-3.858 8-8.616 8S10 39.418 10 35v-2h2.154v2c0 3.314 2.893 6 6.461 6s6.462-2.686 6.462-6v-.089c0-3.457 2.83-6.096 5.518-7.772c3.17-1.976 5.25-5.332 5.25-9.139c0-6.075-5.303-11-11.845-11m-4.911 10.02C19.472 15.315 21.052 14 23 14c2.244 0 4 1.745 4 3.82h2c0-3.248-2.721-5.82-6-5.82s-6 2.572-6 5.82c0 1.64.639 2.951 2.019 3.709c.749.411 1.25.76 1.556 1.041q.111.103.173.175c-.184.087-.485.186-.936.273l.376 1.964c.672-.128 1.296-.32 1.769-.623c.494-.317.966-.865.902-1.65c-.055-.666-.49-1.206-.932-1.612c-.472-.434-1.129-.873-1.946-1.322a1.72 1.72 0 0 1-.742-.744c.693.046 1.547.152 2.388.383c.943.258 1.797.652 2.403 1.223c.569.535.96 1.26.97 2.327c-.13 1.361-.452 2.24-.82 2.81c-.364.562-.801.87-1.255 1.049c-.472.186-.993.243-1.517.243c-.26 0-.51-.014-.75-.03l-.092-.005a10 10 0 0 0-.602-.028c-.95 0-1.43.736-1.653 1.168c-.154.299-.305.707-.436 1.058c-.055.148-.106.286-.152.401c-.19.475-.374.82-.595 1.049c-.185.19-.415.321-.817.321c-.531 0-.807-.12-.947-.216a.74.74 0 0 1-.282-.376a1.7 1.7 0 0 1-.068-.733v-.003v.003l-.001.003v.002s0 .002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014a2 2 0 0 0-.021.16c-.01.097-.02.23-.02.386c0 .308.036.745.204 1.202c.17.468.483.967 1.03 1.341c.545.373 1.24.565 2.077.565c.968 0 1.708-.368 2.252-.928c.506-.521.807-1.174 1.017-1.7c.096-.239.17-.439.233-.613c.1-.27.176-.477.277-.674q.023-.045.042-.077l.3.018l.098.007c.249.015.55.033.878.033c.65 0 1.451-.068 2.25-.382c.815-.32 1.595-.887 2.201-1.824c.596-.922.99-2.153 1.137-3.762q.004-.045.004-.09c0-1.658-.634-2.918-1.598-3.827c-.935-.881-2.136-1.393-3.247-1.697c-1.12-.306-2.225-.422-3.038-.463zm1.103 11.9l-.009.01z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ear-outline {
  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%22M24%207c-6.542%200-11.846%204.925-11.846%2011H10c0-7.18%206.268-13%2014-13s14%205.82%2014%2013c0%204.501-2.465%208.467-6.204%2010.8c-2.552%201.59-4.565%203.707-4.565%206.111V35c0%204.418-3.858%208-8.616%208S10%2039.418%2010%2035v-2h2.154v2c0%203.314%202.893%206%206.461%206s6.462-2.686%206.462-6v-.089c0-3.457%202.83-6.096%205.518-7.772c3.17-1.976%205.25-5.332%205.25-9.139c0-6.075-5.303-11-11.845-11m-4.911%2010.02C19.472%2015.315%2021.052%2014%2023%2014c2.244%200%204%201.745%204%203.82h2c0-3.248-2.721-5.82-6-5.82s-6%202.572-6%205.82c0%201.64.639%202.951%202.019%203.709c.749.411%201.25.76%201.556%201.041q.111.103.173.175c-.184.087-.485.186-.936.273l.376%201.964c.672-.128%201.296-.32%201.769-.623c.494-.317.966-.865.902-1.65c-.055-.666-.49-1.206-.932-1.612c-.472-.434-1.129-.873-1.946-1.322a1.72%201.72%200%200%201-.742-.744c.693.046%201.547.152%202.388.383c.943.258%201.797.652%202.403%201.223c.569.535.96%201.26.97%202.327c-.13%201.361-.452%202.24-.82%202.81c-.364.562-.801.87-1.255%201.049c-.472.186-.993.243-1.517.243c-.26%200-.51-.014-.75-.03l-.092-.005a10%2010%200%200%200-.602-.028c-.95%200-1.43.736-1.653%201.168c-.154.299-.305.707-.436%201.058c-.055.148-.106.286-.152.401c-.19.475-.374.82-.595%201.049c-.185.19-.415.321-.817.321c-.531%200-.807-.12-.947-.216a.74.74%200%200%201-.282-.376a1.7%201.7%200%200%201-.068-.733v-.003v.003l-.001.003v.002s0%20.002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014a2%202%200%200%200-.021.16c-.01.097-.02.23-.02.386c0%20.308.036.745.204%201.202c.17.468.483.967%201.03%201.341c.545.373%201.24.565%202.077.565c.968%200%201.708-.368%202.252-.928c.506-.521.807-1.174%201.017-1.7c.096-.239.17-.439.233-.613c.1-.27.176-.477.277-.674q.023-.045.042-.077l.3.018l.098.007c.249.015.55.033.878.033c.65%200%201.451-.068%202.25-.382c.815-.32%201.595-.887%202.201-1.824c.596-.922.99-2.153%201.137-3.762q.004-.045.004-.09c0-1.658-.634-2.918-1.598-3.827c-.935-.881-2.136-1.393-3.247-1.697c-1.12-.306-2.225-.422-3.038-.463zm1.103%2011.9l-.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%22M24%207c-6.542%200-11.846%204.925-11.846%2011H10c0-7.18%206.268-13%2014-13s14%205.82%2014%2013c0%204.501-2.465%208.467-6.204%2010.8c-2.552%201.59-4.565%203.707-4.565%206.111V35c0%204.418-3.858%208-8.616%208S10%2039.418%2010%2035v-2h2.154v2c0%203.314%202.893%206%206.461%206s6.462-2.686%206.462-6v-.089c0-3.457%202.83-6.096%205.518-7.772c3.17-1.976%205.25-5.332%205.25-9.139c0-6.075-5.303-11-11.845-11m-4.911%2010.02C19.472%2015.315%2021.052%2014%2023%2014c2.244%200%204%201.745%204%203.82h2c0-3.248-2.721-5.82-6-5.82s-6%202.572-6%205.82c0%201.64.639%202.951%202.019%203.709c.749.411%201.25.76%201.556%201.041q.111.103.173.175c-.184.087-.485.186-.936.273l.376%201.964c.672-.128%201.296-.32%201.769-.623c.494-.317.966-.865.902-1.65c-.055-.666-.49-1.206-.932-1.612c-.472-.434-1.129-.873-1.946-1.322a1.72%201.72%200%200%201-.742-.744c.693.046%201.547.152%202.388.383c.943.258%201.797.652%202.403%201.223c.569.535.96%201.26.97%202.327c-.13%201.361-.452%202.24-.82%202.81c-.364.562-.801.87-1.255%201.049c-.472.186-.993.243-1.517.243c-.26%200-.51-.014-.75-.03l-.092-.005a10%2010%200%200%200-.602-.028c-.95%200-1.43.736-1.653%201.168c-.154.299-.305.707-.436%201.058c-.055.148-.106.286-.152.401c-.19.475-.374.82-.595%201.049c-.185.19-.415.321-.817.321c-.531%200-.807-.12-.947-.216a.74.74%200%200%201-.282-.376a1.7%201.7%200%200%201-.068-.733v-.003v.003l-.001.003v.002s0%20.002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014a2%202%200%200%200-.021.16c-.01.097-.02.23-.02.386c0%20.308.036.745.204%201.202c.17.468.483.967%201.03%201.341c.545.373%201.24.565%202.077.565c.968%200%201.708-.368%202.252-.928c.506-.521.807-1.174%201.017-1.7c.096-.239.17-.439.233-.613c.1-.27.176-.477.277-.674q.023-.045.042-.077l.3.018l.098.007c.249.015.55.033.878.033c.65%200%201.451-.068%202.25-.382c.815-.32%201.595-.887%202.201-1.824c.596-.922.99-2.153%201.137-3.762q.004-.045.004-.09c0-1.658-.634-2.918-1.598-3.827c-.935-.881-2.136-1.393-3.247-1.697c-1.12-.306-2.225-.422-3.038-.463zm1.103%2011.9l-.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-outline.svg?color=%231a73e8&size=48