ears nose and throat icon

ears-nose-and-throat-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.

Name
ears-nose-and-throat-outline
Set
Health Icons
Style
Outline
Category
Specialties
Viewbox
48×48
License
MIT
Aliases
ears-nose-and-throat2x-outline

1 other variant in Health Icons

More specialties icons from Health Icons

Use the ears nose and throat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m27.263 21.325l-.002.002a1 1 0 0 0 1.47 1.354l.01-.009l.074-.067A2.63 2.63 0 0 1 30.5 22c.595 0 1.5.49 1.5 2.05c0 1.467-.635 2.442-1.36 3.07c-.37.32-.762.548-1.102.694a3 3 0 0 1-.437.151a2 2 0 0 1-.142.03l-.05.005a1 1 0 1 0 0 2c.417 0 .928-.139 1.417-.348a6.3 6.3 0 0 0 1.624-1.021c1.094-.948 2.05-2.448 2.05-4.581c0-2.54-1.678-4.05-3.5-4.05a4.63 4.63 0 0 0-2.982 1.082a4 4 0 0 0-.228.213l-.018.02l-.007.006zM28 22l-.74-.673z"/><path d="M6 39a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3zM40 9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h10v-4h-2c-2.4 0-3-2-3-3v-3s-2.686-.313-2.8-.313a1.45 1.45 0 0 1-.883-.475a1.26 1.26 0 0 1-.315-.9c.084-.49.258-.963.513-1.4L11.2 25.3c.485-1.11.97-2.22 1.426-3.356c0 0 .285-2.642.541-3.54c.796-2.418 2.403-4.536 4.588-6.047S22.59 10.02 25.315 10c2.64-.004 5.213.755 7.363 2.172s3.769 3.422 4.63 5.733c.86 2.312.92 4.814.171 7.159c-.45 1.407-1.224 2.722-2.22 3.873C33.997 30.393 33 32.14 33 34.065V40h6a1 1 0 0 0 1-1zM29.222 26.085c-1.713 1.272-2.64 1.96-2.64 4.565V40H31v-5.935c0-2.62 1.349-4.823 2.746-6.437c.842-.973 1.47-2.054 1.828-3.173a8.9 8.9 0 0 0-.14-5.852c-.707-1.895-2.044-3.566-3.857-4.76c-1.812-1.195-3.998-1.846-6.253-1.843c-2.334.018-4.587.726-6.431 2.001c-1.83 1.267-3.154 3.018-3.812 4.984c-.08.303-.194 1.012-.298 1.79a62 62 0 0 0-.157 1.277l-.01.08l-.002.026q-.03.275-.133.531c-.467 1.165-.962 2.297-1.443 3.4l-.001.002l-.68 1.603l-.046.099l.559.063l.36.041C14.01 25.81 16.727 23 20.5 23c1.711 0 2.817.78 3.689 1.394c.568.4 1.036.731 1.509.731a4.07 4.07 0 0 0 2.217-.643c.575-.366 1.438-.277 1.743.334a.915.915 0 0 1-.269 1.145zM19 34a2 2 0 0 1 2 2v4h3v-4.5c0-1.827-1.069-3.517-2.85-3.926c-1.544-.355-3.475-.56-5.15-.014V33a1.37 1.37 0 0 0 .224.706c.06.086.128.145.212.188c.082.043.25.106.564.106zm-3.04-4.4c2.441-.835 5.068-.43 6.632-.035c.686.173 1.373-.363 1.004-.966c-.77-1.26-2.556-2.099-4.596-2.099c-2.137 0-3.517.913-4.275 1.636c.63.245 1.099.797 1.235 1.463"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEarsNoseAndThroatOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="m27.263 21.325l-.002.002a1 1 0 0 0 1.47 1.354l.01-.009l.074-.067A2.63 2.63 0 0 1 30.5 22c.595 0 1.5.49 1.5 2.05c0 1.467-.635 2.442-1.36 3.07c-.37.32-.762.548-1.102.694a3 3 0 0 1-.437.151a2 2 0 0 1-.142.03l-.05.005a1 1 0 1 0 0 2c.417 0 .928-.139 1.417-.348a6.3 6.3 0 0 0 1.624-1.021c1.094-.948 2.05-2.448 2.05-4.581c0-2.54-1.678-4.05-3.5-4.05a4.63 4.63 0 0 0-2.982 1.082a4 4 0 0 0-.228.213l-.018.02l-.007.006zM28 22l-.74-.673z"/><path d="M6 39a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3zM40 9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h10v-4h-2c-2.4 0-3-2-3-3v-3s-2.686-.313-2.8-.313a1.45 1.45 0 0 1-.883-.475a1.26 1.26 0 0 1-.315-.9c.084-.49.258-.963.513-1.4L11.2 25.3c.485-1.11.97-2.22 1.426-3.356c0 0 .285-2.642.541-3.54c.796-2.418 2.403-4.536 4.588-6.047S22.59 10.02 25.315 10c2.64-.004 5.213.755 7.363 2.172s3.769 3.422 4.63 5.733c.86 2.312.92 4.814.171 7.159c-.45 1.407-1.224 2.722-2.22 3.873C33.997 30.393 33 32.14 33 34.065V40h6a1 1 0 0 0 1-1zM29.222 26.085c-1.713 1.272-2.64 1.96-2.64 4.565V40H31v-5.935c0-2.62 1.349-4.823 2.746-6.437c.842-.973 1.47-2.054 1.828-3.173a8.9 8.9 0 0 0-.14-5.852c-.707-1.895-2.044-3.566-3.857-4.76c-1.812-1.195-3.998-1.846-6.253-1.843c-2.334.018-4.587.726-6.431 2.001c-1.83 1.267-3.154 3.018-3.812 4.984c-.08.303-.194 1.012-.298 1.79a62 62 0 0 0-.157 1.277l-.01.08l-.002.026q-.03.275-.133.531c-.467 1.165-.962 2.297-1.443 3.4l-.001.002l-.68 1.603l-.046.099l.559.063l.36.041C14.01 25.81 16.727 23 20.5 23c1.711 0 2.817.78 3.689 1.394c.568.4 1.036.731 1.509.731a4.07 4.07 0 0 0 2.217-.643c.575-.366 1.438-.277 1.743.334a.915.915 0 0 1-.269 1.145zM19 34a2 2 0 0 1 2 2v4h3v-4.5c0-1.827-1.069-3.517-2.85-3.926c-1.544-.355-3.475-.56-5.15-.014V33a1.37 1.37 0 0 0 .224.706c.06.086.128.145.212.188c.082.043.25.106.564.106zm-3.04-4.4c2.441-.835 5.068-.43 6.632-.035c.686.173 1.373-.363 1.004-.966c-.77-1.26-2.556-2.099-4.596-2.099c-2.137 0-3.517.913-4.275 1.636c.63.245 1.099.797 1.235 1.463"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m27.263 21.325l-.002.002a1 1 0 0 0 1.47 1.354l.01-.009l.074-.067A2.63 2.63 0 0 1 30.5 22c.595 0 1.5.49 1.5 2.05c0 1.467-.635 2.442-1.36 3.07c-.37.32-.762.548-1.102.694a3 3 0 0 1-.437.151a2 2 0 0 1-.142.03l-.05.005a1 1 0 1 0 0 2c.417 0 .928-.139 1.417-.348a6.3 6.3 0 0 0 1.624-1.021c1.094-.948 2.05-2.448 2.05-4.581c0-2.54-1.678-4.05-3.5-4.05a4.63 4.63 0 0 0-2.982 1.082a4 4 0 0 0-.228.213l-.018.02l-.007.006zM28 22l-.74-.673z"/><path d="M6 39a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3zM40 9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h10v-4h-2c-2.4 0-3-2-3-3v-3s-2.686-.313-2.8-.313a1.45 1.45 0 0 1-.883-.475a1.26 1.26 0 0 1-.315-.9c.084-.49.258-.963.513-1.4L11.2 25.3c.485-1.11.97-2.22 1.426-3.356c0 0 .285-2.642.541-3.54c.796-2.418 2.403-4.536 4.588-6.047S22.59 10.02 25.315 10c2.64-.004 5.213.755 7.363 2.172s3.769 3.422 4.63 5.733c.86 2.312.92 4.814.171 7.159c-.45 1.407-1.224 2.722-2.22 3.873C33.997 30.393 33 32.14 33 34.065V40h6a1 1 0 0 0 1-1zM29.222 26.085c-1.713 1.272-2.64 1.96-2.64 4.565V40H31v-5.935c0-2.62 1.349-4.823 2.746-6.437c.842-.973 1.47-2.054 1.828-3.173a8.9 8.9 0 0 0-.14-5.852c-.707-1.895-2.044-3.566-3.857-4.76c-1.812-1.195-3.998-1.846-6.253-1.843c-2.334.018-4.587.726-6.431 2.001c-1.83 1.267-3.154 3.018-3.812 4.984c-.08.303-.194 1.012-.298 1.79a62 62 0 0 0-.157 1.277l-.01.08l-.002.026q-.03.275-.133.531c-.467 1.165-.962 2.297-1.443 3.4l-.001.002l-.68 1.603l-.046.099l.559.063l.36.041C14.01 25.81 16.727 23 20.5 23c1.711 0 2.817.78 3.689 1.394c.568.4 1.036.731 1.509.731a4.07 4.07 0 0 0 2.217-.643c.575-.366 1.438-.277 1.743.334a.915.915 0 0 1-.269 1.145zM19 34a2 2 0 0 1 2 2v4h3v-4.5c0-1.827-1.069-3.517-2.85-3.926c-1.544-.355-3.475-.56-5.15-.014V33a1.37 1.37 0 0 0 .224.706c.06.086.128.145.212.188c.082.043.25.106.564.106zm-3.04-4.4c2.441-.835 5.068-.43 6.632-.035c.686.173 1.373-.363 1.004-.966c-.77-1.26-2.556-2.099-4.596-2.099c-2.137 0-3.517.913-4.275 1.636c.63.245 1.099.797 1.235 1.463"/></g></svg>
</template>

CSS

.icon-ears-nose-and-throat-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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m27.263%2021.325l-.002.002a1%201%200%200%200%201.47%201.354l.01-.009l.074-.067A2.63%202.63%200%200%201%2030.5%2022c.595%200%201.5.49%201.5%202.05c0%201.467-.635%202.442-1.36%203.07c-.37.32-.762.548-1.102.694a3%203%200%200%201-.437.151a2%202%200%200%201-.142.03l-.05.005a1%201%200%201%200%200%202c.417%200%20.928-.139%201.417-.348a6.3%206.3%200%200%200%201.624-1.021c1.094-.948%202.05-2.448%202.05-4.581c0-2.54-1.678-4.05-3.5-4.05a4.63%204.63%200%200%200-2.982%201.082a4%204%200%200%200-.228.213l-.018.02l-.007.006zM28%2022l-.74-.673z%22%2F%3E%3Cpath%20d%3D%22M6%2039a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3H9a3%203%200%200%200-3%203zM40%209a1%201%200%200%200-1-1H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h10v-4h-2c-2.4%200-3-2-3-3v-3s-2.686-.313-2.8-.313a1.45%201.45%200%200%201-.883-.475a1.26%201.26%200%200%201-.315-.9c.084-.49.258-.963.513-1.4L11.2%2025.3c.485-1.11.97-2.22%201.426-3.356c0%200%20.285-2.642.541-3.54c.796-2.418%202.403-4.536%204.588-6.047S22.59%2010.02%2025.315%2010c2.64-.004%205.213.755%207.363%202.172s3.769%203.422%204.63%205.733c.86%202.312.92%204.814.171%207.159c-.45%201.407-1.224%202.722-2.22%203.873C33.997%2030.393%2033%2032.14%2033%2034.065V40h6a1%201%200%200%200%201-1zM29.222%2026.085c-1.713%201.272-2.64%201.96-2.64%204.565V40H31v-5.935c0-2.62%201.349-4.823%202.746-6.437c.842-.973%201.47-2.054%201.828-3.173a8.9%208.9%200%200%200-.14-5.852c-.707-1.895-2.044-3.566-3.857-4.76c-1.812-1.195-3.998-1.846-6.253-1.843c-2.334.018-4.587.726-6.431%202.001c-1.83%201.267-3.154%203.018-3.812%204.984c-.08.303-.194%201.012-.298%201.79a62%2062%200%200%200-.157%201.277l-.01.08l-.002.026q-.03.275-.133.531c-.467%201.165-.962%202.297-1.443%203.4l-.001.002l-.68%201.603l-.046.099l.559.063l.36.041C14.01%2025.81%2016.727%2023%2020.5%2023c1.711%200%202.817.78%203.689%201.394c.568.4%201.036.731%201.509.731a4.07%204.07%200%200%200%202.217-.643c.575-.366%201.438-.277%201.743.334a.915.915%200%200%201-.269%201.145zM19%2034a2%202%200%200%201%202%202v4h3v-4.5c0-1.827-1.069-3.517-2.85-3.926c-1.544-.355-3.475-.56-5.15-.014V33a1.37%201.37%200%200%200%20.224.706c.06.086.128.145.212.188c.082.043.25.106.564.106zm-3.04-4.4c2.441-.835%205.068-.43%206.632-.035c.686.173%201.373-.363%201.004-.966c-.77-1.26-2.556-2.099-4.596-2.099c-2.137%200-3.517.913-4.275%201.636c.63.245%201.099.797%201.235%201.463%22%2F%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m27.263%2021.325l-.002.002a1%201%200%200%200%201.47%201.354l.01-.009l.074-.067A2.63%202.63%200%200%201%2030.5%2022c.595%200%201.5.49%201.5%202.05c0%201.467-.635%202.442-1.36%203.07c-.37.32-.762.548-1.102.694a3%203%200%200%201-.437.151a2%202%200%200%201-.142.03l-.05.005a1%201%200%201%200%200%202c.417%200%20.928-.139%201.417-.348a6.3%206.3%200%200%200%201.624-1.021c1.094-.948%202.05-2.448%202.05-4.581c0-2.54-1.678-4.05-3.5-4.05a4.63%204.63%200%200%200-2.982%201.082a4%204%200%200%200-.228.213l-.018.02l-.007.006zM28%2022l-.74-.673z%22%2F%3E%3Cpath%20d%3D%22M6%2039a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3H9a3%203%200%200%200-3%203zM40%209a1%201%200%200%200-1-1H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h10v-4h-2c-2.4%200-3-2-3-3v-3s-2.686-.313-2.8-.313a1.45%201.45%200%200%201-.883-.475a1.26%201.26%200%200%201-.315-.9c.084-.49.258-.963.513-1.4L11.2%2025.3c.485-1.11.97-2.22%201.426-3.356c0%200%20.285-2.642.541-3.54c.796-2.418%202.403-4.536%204.588-6.047S22.59%2010.02%2025.315%2010c2.64-.004%205.213.755%207.363%202.172s3.769%203.422%204.63%205.733c.86%202.312.92%204.814.171%207.159c-.45%201.407-1.224%202.722-2.22%203.873C33.997%2030.393%2033%2032.14%2033%2034.065V40h6a1%201%200%200%200%201-1zM29.222%2026.085c-1.713%201.272-2.64%201.96-2.64%204.565V40H31v-5.935c0-2.62%201.349-4.823%202.746-6.437c.842-.973%201.47-2.054%201.828-3.173a8.9%208.9%200%200%200-.14-5.852c-.707-1.895-2.044-3.566-3.857-4.76c-1.812-1.195-3.998-1.846-6.253-1.843c-2.334.018-4.587.726-6.431%202.001c-1.83%201.267-3.154%203.018-3.812%204.984c-.08.303-.194%201.012-.298%201.79a62%2062%200%200%200-.157%201.277l-.01.08l-.002.026q-.03.275-.133.531c-.467%201.165-.962%202.297-1.443%203.4l-.001.002l-.68%201.603l-.046.099l.559.063l.36.041C14.01%2025.81%2016.727%2023%2020.5%2023c1.711%200%202.817.78%203.689%201.394c.568.4%201.036.731%201.509.731a4.07%204.07%200%200%200%202.217-.643c.575-.366%201.438-.277%201.743.334a.915.915%200%200%201-.269%201.145zM19%2034a2%202%200%200%201%202%202v4h3v-4.5c0-1.827-1.069-3.517-2.85-3.926c-1.544-.355-3.475-.56-5.15-.014V33a1.37%201.37%200%200%200%20.224.706c.06.086.128.145.212.188c.082.043.25.106.564.106zm-3.04-4.4c2.441-.835%205.068-.43%206.632-.035c.686.173%201.373-.363%201.004-.966c-.77-1.26-2.556-2.099-4.596-2.099c-2.137%200-3.517.913-4.275%201.636c.63.245%201.099.797%201.235%201.463%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/ears-nose-and-throat-outline.svg?color=%231a73e8&size=48