ear negative icon

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

Name
ear-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the ear negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsEarNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 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.82v.104c-.001.58-.002 1.211.284 1.815c.232.488.616.896 1.12 1.318c.414.547.863 1.245 1.096 1.943c.348 1.043-.513 3.535-1.07 4.958a3 3 0 0 0-.119.213c-.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-.733l-.001.003v.002s0 .002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014l-.006.04q-.008.045-.015.12c-.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.101 11.9l.001-.002l-.009.01z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsEarNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEarNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsEarNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24 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.82v.104c-.001.58-.002 1.211.284 1.815c.232.488.616.896 1.12 1.318c.414.547.863 1.245 1.096 1.943c.348 1.043-.513 3.535-1.07 4.958a3 3 0 0 0-.119.213c-.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-.733l-.001.003v.002s0 .002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014l-.006.04q-.008.045-.015.12c-.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.101 11.9l.001-.002l-.009.01z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsEarNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsEarNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 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.82v.104c-.001.58-.002 1.211.284 1.815c.232.488.616.896 1.12 1.318c.414.547.863 1.245 1.096 1.943c.348 1.043-.513 3.535-1.07 4.958a3 3 0 0 0-.119.213c-.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-.733l-.001.003v.002s0 .002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014l-.006.04q-.008.045-.015.12c-.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.101 11.9l.001-.002l-.009.01z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsEarNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-ear-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsEarNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%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.82v.104c-.001.58-.002%201.211.284%201.815c.232.488.616.896%201.12%201.318c.414.547.863%201.245%201.096%201.943c.348%201.043-.513%203.535-1.07%204.958a3%203%200%200%200-.119.213c-.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-.733l-.001.003v.002s0%20.002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014l-.006.04q-.008.045-.015.12c-.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.101%2011.9l.001-.002l-.009.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEarNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsEarNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%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.82v.104c-.001.58-.002%201.211.284%201.815c.232.488.616.896%201.12%201.318c.414.547.863%201.245%201.096%201.943c.348%201.043-.513%203.535-1.07%204.958a3%203%200%200%200-.119.213c-.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-.733l-.001.003v.002s0%20.002-.985-.178l-.983-.179v.002l-.001.002l-.001.005l-.002.014l-.006.04q-.008.045-.015.12c-.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.101%2011.9l.001-.002l-.009.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEarNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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