ear nose throat icon
ear-nose-throat-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- ear-nose-throat-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the ear nose throat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M16.25 16c-1.582 0-2.805.486-3.628 1.347c-.81.848-1.122 1.944-1.122 2.958c0 1.57.97 2.983 1.85 3.963a13.6 13.6 0 0 0 2.345 2.064l.832.555l1.11-1.664l-.832-.555a11.7 11.7 0 0 1-1.967-1.735c-.808-.901-1.338-1.835-1.338-2.627c0-.625.19-1.182.568-1.577c.365-.382 1.018-.729 2.182-.729h1v-2zm13.771 7.5c2.578 0 4.266.59 5.355 1.434c1.098.85 1.473 1.871 1.596 2.499c.167.85-.447 1.474-1.068 1.63l-1.876.468v.969c0 1.933-1.57 3.5-3.506 3.5h-4.458q-.451 0-.893.088a4.55 4.55 0 0 0-3.663 4.462v1.23s-.151.073-1.008.166s-.96.045-.96.045l-.035-1.441A6.55 6.55 0 0 1 26.064 32h4.458c.83 0 1.502-.672 1.502-1.5v-.68c-.984.099-2.313.18-4.024.18a1 1 0 1 1 0-2c2.064 0 3.522-.123 4.45-.242c.465-.06.797-.118 1.008-.16a6 6 0 0 0 .27-.06l.007-.003q.069-.018.139-.027l.935-.234a2.4 2.4 0 0 0-.661-.76c-.635-.493-1.843-1.014-4.127-1.014h-3.505c-4.425 0-8.013 3.582-8.013 8v6.397s-.382-.052-1.003-.207a5.7 5.7 0 0 1-1.078-.387L16.5 33.5c0-5.523 4.484-10 10.016-10z"/><path fill-rule="evenodd" d="M39.715 25.366s2.596 2.336 2.254 4.21s-3.724 2.39-3.724 2.39c0 7.573-7.231 7.091-10.84 6.379c-1.201-.237-2-.5-2-.5v1.424s-.076.238-.308.574c-.55.797-1.986 2.142-5.4 2.142c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814 29.384 6 25.707 6 20.94c0-3.963 1.654-7.763 4.597-10.564S17.532 6 21.695 6a22.7 22.7 0 0 1 9.202 1.929a14.4 14.4 0 0 1 5.779 4.21a11.83 11.83 0 0 1 2.211 6.573c.013.54.005 1.052-.002 1.547c-.026 1.747-.049 3.286.83 5.107m-1.63 1.224c-1.106-2.291-1.238-4.771-1.204-6.572c.008-.44.016-.859.007-1.257a9.8 9.8 0 0 0-1.802-5.406c-1.293-1.559-3.052-2.817-4.997-3.597A20.7 20.7 0 0 0 21.697 8c-3.663 0-7.16 1.386-9.721 3.824C9.418 14.26 8 17.541 8 20.94c0 3.882 2.271 7.037 5.664 9.572l.803.6v6.87c.334.397.981.891 1.955 1.32c1.193.527 2.578.698 3.117.69c2.028 0 3.143-.564 3.555-.906c.142-.117.242-.228.31-.315v-.928c0-1.36 1.33-2.322 2.622-1.898c.078.023.298.09.454.132c.314.085.77.199 1.317.307c1.113.22 2.53.4 3.898.31c1.389-.09 2.504-.442 3.248-1.075c.668-.569 1.302-1.589 1.302-3.652v-1.718l2.065-.337a6.4 6.4 0 0 0 .911-.289c.336-.137.63-.328.774-.45a1.3 1.3 0 0 0-.088-.295a4.4 4.4 0 0 0-.544-.92a9 9 0 0 0-.692-.814z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEarNoseThroatOutline(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"><path d="M16.25 16c-1.582 0-2.805.486-3.628 1.347c-.81.848-1.122 1.944-1.122 2.958c0 1.57.97 2.983 1.85 3.963a13.6 13.6 0 0 0 2.345 2.064l.832.555l1.11-1.664l-.832-.555a11.7 11.7 0 0 1-1.967-1.735c-.808-.901-1.338-1.835-1.338-2.627c0-.625.19-1.182.568-1.577c.365-.382 1.018-.729 2.182-.729h1v-2zm13.771 7.5c2.578 0 4.266.59 5.355 1.434c1.098.85 1.473 1.871 1.596 2.499c.167.85-.447 1.474-1.068 1.63l-1.876.468v.969c0 1.933-1.57 3.5-3.506 3.5h-4.458q-.451 0-.893.088a4.55 4.55 0 0 0-3.663 4.462v1.23s-.151.073-1.008.166s-.96.045-.96.045l-.035-1.441A6.55 6.55 0 0 1 26.064 32h4.458c.83 0 1.502-.672 1.502-1.5v-.68c-.984.099-2.313.18-4.024.18a1 1 0 1 1 0-2c2.064 0 3.522-.123 4.45-.242c.465-.06.797-.118 1.008-.16a6 6 0 0 0 .27-.06l.007-.003q.069-.018.139-.027l.935-.234a2.4 2.4 0 0 0-.661-.76c-.635-.493-1.843-1.014-4.127-1.014h-3.505c-4.425 0-8.013 3.582-8.013 8v6.397s-.382-.052-1.003-.207a5.7 5.7 0 0 1-1.078-.387L16.5 33.5c0-5.523 4.484-10 10.016-10z"/><path fillRule="evenodd" d="M39.715 25.366s2.596 2.336 2.254 4.21s-3.724 2.39-3.724 2.39c0 7.573-7.231 7.091-10.84 6.379c-1.201-.237-2-.5-2-.5v1.424s-.076.238-.308.574c-.55.797-1.986 2.142-5.4 2.142c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814 29.384 6 25.707 6 20.94c0-3.963 1.654-7.763 4.597-10.564S17.532 6 21.695 6a22.7 22.7 0 0 1 9.202 1.929a14.4 14.4 0 0 1 5.779 4.21a11.83 11.83 0 0 1 2.211 6.573c.013.54.005 1.052-.002 1.547c-.026 1.747-.049 3.286.83 5.107m-1.63 1.224c-1.106-2.291-1.238-4.771-1.204-6.572c.008-.44.016-.859.007-1.257a9.8 9.8 0 0 0-1.802-5.406c-1.293-1.559-3.052-2.817-4.997-3.597A20.7 20.7 0 0 0 21.697 8c-3.663 0-7.16 1.386-9.721 3.824C9.418 14.26 8 17.541 8 20.94c0 3.882 2.271 7.037 5.664 9.572l.803.6v6.87c.334.397.981.891 1.955 1.32c1.193.527 2.578.698 3.117.69c2.028 0 3.143-.564 3.555-.906c.142-.117.242-.228.31-.315v-.928c0-1.36 1.33-2.322 2.622-1.898c.078.023.298.09.454.132c.314.085.77.199 1.317.307c1.113.22 2.53.4 3.898.31c1.389-.09 2.504-.442 3.248-1.075c.668-.569 1.302-1.589 1.302-3.652v-1.718l2.065-.337a6.4 6.4 0 0 0 .911-.289c.336-.137.63-.328.774-.45a1.3 1.3 0 0 0-.088-.295a4.4 4.4 0 0 0-.544-.92a9 9 0 0 0-.692-.814z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M16.25 16c-1.582 0-2.805.486-3.628 1.347c-.81.848-1.122 1.944-1.122 2.958c0 1.57.97 2.983 1.85 3.963a13.6 13.6 0 0 0 2.345 2.064l.832.555l1.11-1.664l-.832-.555a11.7 11.7 0 0 1-1.967-1.735c-.808-.901-1.338-1.835-1.338-2.627c0-.625.19-1.182.568-1.577c.365-.382 1.018-.729 2.182-.729h1v-2zm13.771 7.5c2.578 0 4.266.59 5.355 1.434c1.098.85 1.473 1.871 1.596 2.499c.167.85-.447 1.474-1.068 1.63l-1.876.468v.969c0 1.933-1.57 3.5-3.506 3.5h-4.458q-.451 0-.893.088a4.55 4.55 0 0 0-3.663 4.462v1.23s-.151.073-1.008.166s-.96.045-.96.045l-.035-1.441A6.55 6.55 0 0 1 26.064 32h4.458c.83 0 1.502-.672 1.502-1.5v-.68c-.984.099-2.313.18-4.024.18a1 1 0 1 1 0-2c2.064 0 3.522-.123 4.45-.242c.465-.06.797-.118 1.008-.16a6 6 0 0 0 .27-.06l.007-.003q.069-.018.139-.027l.935-.234a2.4 2.4 0 0 0-.661-.76c-.635-.493-1.843-1.014-4.127-1.014h-3.505c-4.425 0-8.013 3.582-8.013 8v6.397s-.382-.052-1.003-.207a5.7 5.7 0 0 1-1.078-.387L16.5 33.5c0-5.523 4.484-10 10.016-10z"/><path fill-rule="evenodd" d="M39.715 25.366s2.596 2.336 2.254 4.21s-3.724 2.39-3.724 2.39c0 7.573-7.231 7.091-10.84 6.379c-1.201-.237-2-.5-2-.5v1.424s-.076.238-.308.574c-.55.797-1.986 2.142-5.4 2.142c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814 29.384 6 25.707 6 20.94c0-3.963 1.654-7.763 4.597-10.564S17.532 6 21.695 6a22.7 22.7 0 0 1 9.202 1.929a14.4 14.4 0 0 1 5.779 4.21a11.83 11.83 0 0 1 2.211 6.573c.013.54.005 1.052-.002 1.547c-.026 1.747-.049 3.286.83 5.107m-1.63 1.224c-1.106-2.291-1.238-4.771-1.204-6.572c.008-.44.016-.859.007-1.257a9.8 9.8 0 0 0-1.802-5.406c-1.293-1.559-3.052-2.817-4.997-3.597A20.7 20.7 0 0 0 21.697 8c-3.663 0-7.16 1.386-9.721 3.824C9.418 14.26 8 17.541 8 20.94c0 3.882 2.271 7.037 5.664 9.572l.803.6v6.87c.334.397.981.891 1.955 1.32c1.193.527 2.578.698 3.117.69c2.028 0 3.143-.564 3.555-.906c.142-.117.242-.228.31-.315v-.928c0-1.36 1.33-2.322 2.622-1.898c.078.023.298.09.454.132c.314.085.77.199 1.317.307c1.113.22 2.53.4 3.898.31c1.389-.09 2.504-.442 3.248-1.075c.668-.569 1.302-1.589 1.302-3.652v-1.718l2.065-.337a6.4 6.4 0 0 0 .911-.289c.336-.137.63-.328.774-.45a1.3 1.3 0 0 0-.088-.295a4.4 4.4 0 0 0-.544-.92a9 9 0 0 0-.692-.814z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-ear-nose-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%3E%3Cpath%20d%3D%22M16.25%2016c-1.582%200-2.805.486-3.628%201.347c-.81.848-1.122%201.944-1.122%202.958c0%201.57.97%202.983%201.85%203.963a13.6%2013.6%200%200%200%202.345%202.064l.832.555l1.11-1.664l-.832-.555a11.7%2011.7%200%200%201-1.967-1.735c-.808-.901-1.338-1.835-1.338-2.627c0-.625.19-1.182.568-1.577c.365-.382%201.018-.729%202.182-.729h1v-2zm13.771%207.5c2.578%200%204.266.59%205.355%201.434c1.098.85%201.473%201.871%201.596%202.499c.167.85-.447%201.474-1.068%201.63l-1.876.468v.969c0%201.933-1.57%203.5-3.506%203.5h-4.458q-.451%200-.893.088a4.55%204.55%200%200%200-3.663%204.462v1.23s-.151.073-1.008.166s-.96.045-.96.045l-.035-1.441A6.55%206.55%200%200%201%2026.064%2032h4.458c.83%200%201.502-.672%201.502-1.5v-.68c-.984.099-2.313.18-4.024.18a1%201%200%201%201%200-2c2.064%200%203.522-.123%204.45-.242c.465-.06.797-.118%201.008-.16a6%206%200%200%200%20.27-.06l.007-.003q.069-.018.139-.027l.935-.234a2.4%202.4%200%200%200-.661-.76c-.635-.493-1.843-1.014-4.127-1.014h-3.505c-4.425%200-8.013%203.582-8.013%208v6.397s-.382-.052-1.003-.207a5.7%205.7%200%200%201-1.078-.387L16.5%2033.5c0-5.523%204.484-10%2010.016-10z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M39.715%2025.366s2.596%202.336%202.254%204.21s-3.724%202.39-3.724%202.39c0%207.573-7.231%207.091-10.84%206.379c-1.201-.237-2-.5-2-.5v1.424s-.076.238-.308.574c-.55.797-1.986%202.142-5.4%202.142c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814%2029.384%206%2025.707%206%2020.94c0-3.963%201.654-7.763%204.597-10.564S17.532%206%2021.695%206a22.7%2022.7%200%200%201%209.202%201.929a14.4%2014.4%200%200%201%205.779%204.21a11.83%2011.83%200%200%201%202.211%206.573c.013.54.005%201.052-.002%201.547c-.026%201.747-.049%203.286.83%205.107m-1.63%201.224c-1.106-2.291-1.238-4.771-1.204-6.572c.008-.44.016-.859.007-1.257a9.8%209.8%200%200%200-1.802-5.406c-1.293-1.559-3.052-2.817-4.997-3.597A20.7%2020.7%200%200%200%2021.697%208c-3.663%200-7.16%201.386-9.721%203.824C9.418%2014.26%208%2017.541%208%2020.94c0%203.882%202.271%207.037%205.664%209.572l.803.6v6.87c.334.397.981.891%201.955%201.32c1.193.527%202.578.698%203.117.69c2.028%200%203.143-.564%203.555-.906c.142-.117.242-.228.31-.315v-.928c0-1.36%201.33-2.322%202.622-1.898c.078.023.298.09.454.132c.314.085.77.199%201.317.307c1.113.22%202.53.4%203.898.31c1.389-.09%202.504-.442%203.248-1.075c.668-.569%201.302-1.589%201.302-3.652v-1.718l2.065-.337a6.4%206.4%200%200%200%20.911-.289c.336-.137.63-.328.774-.45a1.3%201.3%200%200%200-.088-.295a4.4%204.4%200%200%200-.544-.92a9%209%200%200%200-.692-.814z%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20d%3D%22M16.25%2016c-1.582%200-2.805.486-3.628%201.347c-.81.848-1.122%201.944-1.122%202.958c0%201.57.97%202.983%201.85%203.963a13.6%2013.6%200%200%200%202.345%202.064l.832.555l1.11-1.664l-.832-.555a11.7%2011.7%200%200%201-1.967-1.735c-.808-.901-1.338-1.835-1.338-2.627c0-.625.19-1.182.568-1.577c.365-.382%201.018-.729%202.182-.729h1v-2zm13.771%207.5c2.578%200%204.266.59%205.355%201.434c1.098.85%201.473%201.871%201.596%202.499c.167.85-.447%201.474-1.068%201.63l-1.876.468v.969c0%201.933-1.57%203.5-3.506%203.5h-4.458q-.451%200-.893.088a4.55%204.55%200%200%200-3.663%204.462v1.23s-.151.073-1.008.166s-.96.045-.96.045l-.035-1.441A6.55%206.55%200%200%201%2026.064%2032h4.458c.83%200%201.502-.672%201.502-1.5v-.68c-.984.099-2.313.18-4.024.18a1%201%200%201%201%200-2c2.064%200%203.522-.123%204.45-.242c.465-.06.797-.118%201.008-.16a6%206%200%200%200%20.27-.06l.007-.003q.069-.018.139-.027l.935-.234a2.4%202.4%200%200%200-.661-.76c-.635-.493-1.843-1.014-4.127-1.014h-3.505c-4.425%200-8.013%203.582-8.013%208v6.397s-.382-.052-1.003-.207a5.7%205.7%200%200%201-1.078-.387L16.5%2033.5c0-5.523%204.484-10%2010.016-10z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M39.715%2025.366s2.596%202.336%202.254%204.21s-3.724%202.39-3.724%202.39c0%207.573-7.231%207.091-10.84%206.379c-1.201-.237-2-.5-2-.5v1.424s-.076.238-.308.574c-.55.797-1.986%202.142-5.4%202.142c-2.284.181-6.194-1.314-7.23-3.422v-6.449C8.814%2029.384%206%2025.707%206%2020.94c0-3.963%201.654-7.763%204.597-10.564S17.532%206%2021.695%206a22.7%2022.7%200%200%201%209.202%201.929a14.4%2014.4%200%200%201%205.779%204.21a11.83%2011.83%200%200%201%202.211%206.573c.013.54.005%201.052-.002%201.547c-.026%201.747-.049%203.286.83%205.107m-1.63%201.224c-1.106-2.291-1.238-4.771-1.204-6.572c.008-.44.016-.859.007-1.257a9.8%209.8%200%200%200-1.802-5.406c-1.293-1.559-3.052-2.817-4.997-3.597A20.7%2020.7%200%200%200%2021.697%208c-3.663%200-7.16%201.386-9.721%203.824C9.418%2014.26%208%2017.541%208%2020.94c0%203.882%202.271%207.037%205.664%209.572l.803.6v6.87c.334.397.981.891%201.955%201.32c1.193.527%202.578.698%203.117.69c2.028%200%203.143-.564%203.555-.906c.142-.117.242-.228.31-.315v-.928c0-1.36%201.33-2.322%202.622-1.898c.078.023.298.09.454.132c.314.085.77.199%201.317.307c1.113.22%202.53.4%203.898.31c1.389-.09%202.504-.442%203.248-1.075c.668-.569%201.302-1.589%201.302-3.652v-1.718l2.065-.337a6.4%206.4%200%200%200%20.911-.289c.336-.137.63-.328.774-.45a1.3%201.3%200%200%200-.088-.295a4.4%204.4%200%200%200-.544-.92a9%209%200%200%200-.692-.814z%22%20clip-rule%3D%22evenodd%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/ear-nose-throat-outline.svg?color=%231a73e8&size=48