laryngoscope icon
laryngoscope-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- laryngoscope-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- laryngoscope2x-outline
1 other variant in Health Icons
More devices icons from Health Icons
Use the laryngoscope 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="M37.434 9.443c.916 1.062 1.967 2.928 3.471 6.132c1.645 3.502 1.39 8.02.803 11.28c-.298 1.652-.694 3.053-1.026 3.935a7 7 0 0 1-.248.591c-.072.15-.173.342-.306.499a1.2 1.2 0 0 1-.47.342a1.04 1.04 0 0 1-1.175-.31a1.16 1.16 0 0 1-.245-.565a2 2 0 0 1-.017-.325V31l.002-.023c.262-3.735.146-6.42-.617-8.818c-.73-2.292-2.079-4.41-4.437-6.962h-1.708l-1.947-1.947l.076-.5c.162-1.064.908-2.218 1.727-3.067a6.8 6.8 0 0 1 1.426-1.145c.503-.293 1.1-.526 1.725-.526c.444 0 .949.04 1.483.27c.532.23 1.01.613 1.483 1.162m-2.276.674c-.176-.075-.369-.106-.69-.106c-.141 0-.384.06-.718.254a4.8 4.8 0 0 0-.993.805c-.502.52-.868 1.083-1.056 1.537l.588.589h1.746l.296.313c2.654 2.815 4.297 5.267 5.18 8.043c.248.776.433 1.57.566 2.395c.212-2.576.039-5.348-.982-7.522c-1.512-3.22-2.462-4.848-3.175-5.675c-.34-.395-.585-.556-.763-.633"/><path d="m29.346 16.886l-1.414-1.414l-1.012 1.012l1.414 1.414zm-1.414-4.242l-3.84 3.84l4.242 4.243l3.84-3.84zM11.03 36.616L24.269 23.38a2 2 0 1 0-2.829-2.829L8.202 33.789a2 2 0 0 0 2.829 2.828m14.652-17.48a4 4 0 0 0-5.657 0L6.788 32.374a4 4 0 0 0 5.657 5.656l13.237-13.237a4 4 0 0 0 0-5.657"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLaryngoscopeOutline(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="M37.434 9.443c.916 1.062 1.967 2.928 3.471 6.132c1.645 3.502 1.39 8.02.803 11.28c-.298 1.652-.694 3.053-1.026 3.935a7 7 0 0 1-.248.591c-.072.15-.173.342-.306.499a1.2 1.2 0 0 1-.47.342a1.04 1.04 0 0 1-1.175-.31a1.16 1.16 0 0 1-.245-.565a2 2 0 0 1-.017-.325V31l.002-.023c.262-3.735.146-6.42-.617-8.818c-.73-2.292-2.079-4.41-4.437-6.962h-1.708l-1.947-1.947l.076-.5c.162-1.064.908-2.218 1.727-3.067a6.8 6.8 0 0 1 1.426-1.145c.503-.293 1.1-.526 1.725-.526c.444 0 .949.04 1.483.27c.532.23 1.01.613 1.483 1.162m-2.276.674c-.176-.075-.369-.106-.69-.106c-.141 0-.384.06-.718.254a4.8 4.8 0 0 0-.993.805c-.502.52-.868 1.083-1.056 1.537l.588.589h1.746l.296.313c2.654 2.815 4.297 5.267 5.18 8.043c.248.776.433 1.57.566 2.395c.212-2.576.039-5.348-.982-7.522c-1.512-3.22-2.462-4.848-3.175-5.675c-.34-.395-.585-.556-.763-.633"/><path d="m29.346 16.886l-1.414-1.414l-1.012 1.012l1.414 1.414zm-1.414-4.242l-3.84 3.84l4.242 4.243l3.84-3.84zM11.03 36.616L24.269 23.38a2 2 0 1 0-2.829-2.829L8.202 33.789a2 2 0 0 0 2.829 2.828m14.652-17.48a4 4 0 0 0-5.657 0L6.788 32.374a4 4 0 0 0 5.657 5.656l13.237-13.237a4 4 0 0 0 0-5.657"/></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="M37.434 9.443c.916 1.062 1.967 2.928 3.471 6.132c1.645 3.502 1.39 8.02.803 11.28c-.298 1.652-.694 3.053-1.026 3.935a7 7 0 0 1-.248.591c-.072.15-.173.342-.306.499a1.2 1.2 0 0 1-.47.342a1.04 1.04 0 0 1-1.175-.31a1.16 1.16 0 0 1-.245-.565a2 2 0 0 1-.017-.325V31l.002-.023c.262-3.735.146-6.42-.617-8.818c-.73-2.292-2.079-4.41-4.437-6.962h-1.708l-1.947-1.947l.076-.5c.162-1.064.908-2.218 1.727-3.067a6.8 6.8 0 0 1 1.426-1.145c.503-.293 1.1-.526 1.725-.526c.444 0 .949.04 1.483.27c.532.23 1.01.613 1.483 1.162m-2.276.674c-.176-.075-.369-.106-.69-.106c-.141 0-.384.06-.718.254a4.8 4.8 0 0 0-.993.805c-.502.52-.868 1.083-1.056 1.537l.588.589h1.746l.296.313c2.654 2.815 4.297 5.267 5.18 8.043c.248.776.433 1.57.566 2.395c.212-2.576.039-5.348-.982-7.522c-1.512-3.22-2.462-4.848-3.175-5.675c-.34-.395-.585-.556-.763-.633"/><path d="m29.346 16.886l-1.414-1.414l-1.012 1.012l1.414 1.414zm-1.414-4.242l-3.84 3.84l4.242 4.243l3.84-3.84zM11.03 36.616L24.269 23.38a2 2 0 1 0-2.829-2.829L8.202 33.789a2 2 0 0 0 2.829 2.828m14.652-17.48a4 4 0 0 0-5.657 0L6.788 32.374a4 4 0 0 0 5.657 5.656l13.237-13.237a4 4 0 0 0 0-5.657"/></g></svg> </template>
CSS
.icon-laryngoscope-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%22M37.434%209.443c.916%201.062%201.967%202.928%203.471%206.132c1.645%203.502%201.39%208.02.803%2011.28c-.298%201.652-.694%203.053-1.026%203.935a7%207%200%200%201-.248.591c-.072.15-.173.342-.306.499a1.2%201.2%200%200%201-.47.342a1.04%201.04%200%200%201-1.175-.31a1.16%201.16%200%200%201-.245-.565a2%202%200%200%201-.017-.325V31l.002-.023c.262-3.735.146-6.42-.617-8.818c-.73-2.292-2.079-4.41-4.437-6.962h-1.708l-1.947-1.947l.076-.5c.162-1.064.908-2.218%201.727-3.067a6.8%206.8%200%200%201%201.426-1.145c.503-.293%201.1-.526%201.725-.526c.444%200%20.949.04%201.483.27c.532.23%201.01.613%201.483%201.162m-2.276.674c-.176-.075-.369-.106-.69-.106c-.141%200-.384.06-.718.254a4.8%204.8%200%200%200-.993.805c-.502.52-.868%201.083-1.056%201.537l.588.589h1.746l.296.313c2.654%202.815%204.297%205.267%205.18%208.043c.248.776.433%201.57.566%202.395c.212-2.576.039-5.348-.982-7.522c-1.512-3.22-2.462-4.848-3.175-5.675c-.34-.395-.585-.556-.763-.633%22%2F%3E%3Cpath%20d%3D%22m29.346%2016.886l-1.414-1.414l-1.012%201.012l1.414%201.414zm-1.414-4.242l-3.84%203.84l4.242%204.243l3.84-3.84zM11.03%2036.616L24.269%2023.38a2%202%200%201%200-2.829-2.829L8.202%2033.789a2%202%200%200%200%202.829%202.828m14.652-17.48a4%204%200%200%200-5.657%200L6.788%2032.374a4%204%200%200%200%205.657%205.656l13.237-13.237a4%204%200%200%200%200-5.657%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%22M37.434%209.443c.916%201.062%201.967%202.928%203.471%206.132c1.645%203.502%201.39%208.02.803%2011.28c-.298%201.652-.694%203.053-1.026%203.935a7%207%200%200%201-.248.591c-.072.15-.173.342-.306.499a1.2%201.2%200%200%201-.47.342a1.04%201.04%200%200%201-1.175-.31a1.16%201.16%200%200%201-.245-.565a2%202%200%200%201-.017-.325V31l.002-.023c.262-3.735.146-6.42-.617-8.818c-.73-2.292-2.079-4.41-4.437-6.962h-1.708l-1.947-1.947l.076-.5c.162-1.064.908-2.218%201.727-3.067a6.8%206.8%200%200%201%201.426-1.145c.503-.293%201.1-.526%201.725-.526c.444%200%20.949.04%201.483.27c.532.23%201.01.613%201.483%201.162m-2.276.674c-.176-.075-.369-.106-.69-.106c-.141%200-.384.06-.718.254a4.8%204.8%200%200%200-.993.805c-.502.52-.868%201.083-1.056%201.537l.588.589h1.746l.296.313c2.654%202.815%204.297%205.267%205.18%208.043c.248.776.433%201.57.566%202.395c.212-2.576.039-5.348-.982-7.522c-1.512-3.22-2.462-4.848-3.175-5.675c-.34-.395-.585-.556-.763-.633%22%2F%3E%3Cpath%20d%3D%22m29.346%2016.886l-1.414-1.414l-1.012%201.012l1.414%201.414zm-1.414-4.242l-3.84%203.84l4.242%204.243l3.84-3.84zM11.03%2036.616L24.269%2023.38a2%202%200%201%200-2.829-2.829L8.202%2033.789a2%202%200%200%200%202.829%202.828m14.652-17.48a4%204%200%200%200-5.657%200L6.788%2032.374a4%204%200%200%200%205.657%205.656l13.237-13.237a4%204%200%200%200%200-5.657%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/laryngoscope-outline.svg?color=%231a73e8&size=48