laryngoscope icon

laryngoscope from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
laryngoscope
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

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"><path d="m31.876 14.196l-1.297-1.297c.235-1.544 2.357-3.888 3.889-3.888s3.032.49 6.049 6.913c3.016 6.424-1.344 17.113-1.296 15.122c.53-7.551-.423-11.342-5.617-16.85zm-4.119-1.438L32 17l-3.666 3.727l-4.242-4.243zm-2.306 6.609a4 4 0 0 0-5.657 0L6.788 32.373a4 4 0 1 0 5.657 5.657L25.45 25.024a4 4 0 0 0 0-5.657"/><path fill-rule="evenodd" d="M33.604 14.196c3.658 3.879 5.213 6.906 5.627 10.995c.126 1.25.146 2.597.088 4.099a57 57 0 0 1-.098 1.756c-.008.33.106.312.287.02l.008-.013c.177-.288.415-.828.667-1.55a26.3 26.3 0 0 0 1.064-4.235c.5-3 .572-6.57-.73-9.344C37.5 9.5 36 9.01 34.468 9.01c-1.491 0-3.54 2.22-3.866 3.763l-.023.125l1.297 1.297zm-.5-2h1.363l.592.627c1.82 1.93 3.206 3.726 4.207 5.597a8.3 8.3 0 0 0-.56-1.646c-1.49-3.174-2.496-4.626-3.17-5.288c-.307-.3-.495-.386-.583-.418s-.2-.055-.446-.057a1.2 1.2 0 0 0-.252.118a3.8 3.8 0 0 0-.778.635q-.203.21-.372.432m-5.347.562l-3.665 3.726l4.243 4.243L32 17zm1.426 4.254l-.86.874l-1.414-1.414l.86-.874zm-2.577 4.814a3.98 3.98 0 0 0-1.155-2.459a3.98 3.98 0 0 0-2.459-1.154a4 4 0 0 0-3.198 1.154L6.788 32.373a4 4 0 1 0 5.657 5.657L25.45 25.024a4 4 0 0 0 1.155-3.198M8.202 36.616a2 2 0 0 1 0-2.828L21.208 20.78a2 2 0 0 1 2.829 2.829L11.03 36.616a2 2 0 0 1-2.829 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLaryngoscope(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="m31.876 14.196l-1.297-1.297c.235-1.544 2.357-3.888 3.889-3.888s3.032.49 6.049 6.913c3.016 6.424-1.344 17.113-1.296 15.122c.53-7.551-.423-11.342-5.617-16.85zm-4.119-1.438L32 17l-3.666 3.727l-4.242-4.243zm-2.306 6.609a4 4 0 0 0-5.657 0L6.788 32.373a4 4 0 1 0 5.657 5.657L25.45 25.024a4 4 0 0 0 0-5.657"/><path fillRule="evenodd" d="M33.604 14.196c3.658 3.879 5.213 6.906 5.627 10.995c.126 1.25.146 2.597.088 4.099a57 57 0 0 1-.098 1.756c-.008.33.106.312.287.02l.008-.013c.177-.288.415-.828.667-1.55a26.3 26.3 0 0 0 1.064-4.235c.5-3 .572-6.57-.73-9.344C37.5 9.5 36 9.01 34.468 9.01c-1.491 0-3.54 2.22-3.866 3.763l-.023.125l1.297 1.297zm-.5-2h1.363l.592.627c1.82 1.93 3.206 3.726 4.207 5.597a8.3 8.3 0 0 0-.56-1.646c-1.49-3.174-2.496-4.626-3.17-5.288c-.307-.3-.495-.386-.583-.418s-.2-.055-.446-.057a1.2 1.2 0 0 0-.252.118a3.8 3.8 0 0 0-.778.635q-.203.21-.372.432m-5.347.562l-3.665 3.726l4.243 4.243L32 17zm1.426 4.254l-.86.874l-1.414-1.414l.86-.874zm-2.577 4.814a3.98 3.98 0 0 0-1.155-2.459a3.98 3.98 0 0 0-2.459-1.154a4 4 0 0 0-3.198 1.154L6.788 32.373a4 4 0 1 0 5.657 5.657L25.45 25.024a4 4 0 0 0 1.155-3.198M8.202 36.616a2 2 0 0 1 0-2.828L21.208 20.78a2 2 0 0 1 2.829 2.829L11.03 36.616a2 2 0 0 1-2.829 0" 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="m31.876 14.196l-1.297-1.297c.235-1.544 2.357-3.888 3.889-3.888s3.032.49 6.049 6.913c3.016 6.424-1.344 17.113-1.296 15.122c.53-7.551-.423-11.342-5.617-16.85zm-4.119-1.438L32 17l-3.666 3.727l-4.242-4.243zm-2.306 6.609a4 4 0 0 0-5.657 0L6.788 32.373a4 4 0 1 0 5.657 5.657L25.45 25.024a4 4 0 0 0 0-5.657"/><path fill-rule="evenodd" d="M33.604 14.196c3.658 3.879 5.213 6.906 5.627 10.995c.126 1.25.146 2.597.088 4.099a57 57 0 0 1-.098 1.756c-.008.33.106.312.287.02l.008-.013c.177-.288.415-.828.667-1.55a26.3 26.3 0 0 0 1.064-4.235c.5-3 .572-6.57-.73-9.344C37.5 9.5 36 9.01 34.468 9.01c-1.491 0-3.54 2.22-3.866 3.763l-.023.125l1.297 1.297zm-.5-2h1.363l.592.627c1.82 1.93 3.206 3.726 4.207 5.597a8.3 8.3 0 0 0-.56-1.646c-1.49-3.174-2.496-4.626-3.17-5.288c-.307-.3-.495-.386-.583-.418s-.2-.055-.446-.057a1.2 1.2 0 0 0-.252.118a3.8 3.8 0 0 0-.778.635q-.203.21-.372.432m-5.347.562l-3.665 3.726l4.243 4.243L32 17zm1.426 4.254l-.86.874l-1.414-1.414l.86-.874zm-2.577 4.814a3.98 3.98 0 0 0-1.155-2.459a3.98 3.98 0 0 0-2.459-1.154a4 4 0 0 0-3.198 1.154L6.788 32.373a4 4 0 1 0 5.657 5.657L25.45 25.024a4 4 0 0 0 1.155-3.198M8.202 36.616a2 2 0 0 1 0-2.828L21.208 20.78a2 2 0 0 1 2.829 2.829L11.03 36.616a2 2 0 0 1-2.829 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-laryngoscope {
  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%22m31.876%2014.196l-1.297-1.297c.235-1.544%202.357-3.888%203.889-3.888s3.032.49%206.049%206.913c3.016%206.424-1.344%2017.113-1.296%2015.122c.53-7.551-.423-11.342-5.617-16.85zm-4.119-1.438L32%2017l-3.666%203.727l-4.242-4.243zm-2.306%206.609a4%204%200%200%200-5.657%200L6.788%2032.373a4%204%200%201%200%205.657%205.657L25.45%2025.024a4%204%200%200%200%200-5.657%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.604%2014.196c3.658%203.879%205.213%206.906%205.627%2010.995c.126%201.25.146%202.597.088%204.099a57%2057%200%200%201-.098%201.756c-.008.33.106.312.287.02l.008-.013c.177-.288.415-.828.667-1.55a26.3%2026.3%200%200%200%201.064-4.235c.5-3%20.572-6.57-.73-9.344C37.5%209.5%2036%209.01%2034.468%209.01c-1.491%200-3.54%202.22-3.866%203.763l-.023.125l1.297%201.297zm-.5-2h1.363l.592.627c1.82%201.93%203.206%203.726%204.207%205.597a8.3%208.3%200%200%200-.56-1.646c-1.49-3.174-2.496-4.626-3.17-5.288c-.307-.3-.495-.386-.583-.418s-.2-.055-.446-.057a1.2%201.2%200%200%200-.252.118a3.8%203.8%200%200%200-.778.635q-.203.21-.372.432m-5.347.562l-3.665%203.726l4.243%204.243L32%2017zm1.426%204.254l-.86.874l-1.414-1.414l.86-.874zm-2.577%204.814a3.98%203.98%200%200%200-1.155-2.459a3.98%203.98%200%200%200-2.459-1.154a4%204%200%200%200-3.198%201.154L6.788%2032.373a4%204%200%201%200%205.657%205.657L25.45%2025.024a4%204%200%200%200%201.155-3.198M8.202%2036.616a2%202%200%200%201%200-2.828L21.208%2020.78a2%202%200%200%201%202.829%202.829L11.03%2036.616a2%202%200%200%201-2.829%200%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%22m31.876%2014.196l-1.297-1.297c.235-1.544%202.357-3.888%203.889-3.888s3.032.49%206.049%206.913c3.016%206.424-1.344%2017.113-1.296%2015.122c.53-7.551-.423-11.342-5.617-16.85zm-4.119-1.438L32%2017l-3.666%203.727l-4.242-4.243zm-2.306%206.609a4%204%200%200%200-5.657%200L6.788%2032.373a4%204%200%201%200%205.657%205.657L25.45%2025.024a4%204%200%200%200%200-5.657%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.604%2014.196c3.658%203.879%205.213%206.906%205.627%2010.995c.126%201.25.146%202.597.088%204.099a57%2057%200%200%201-.098%201.756c-.008.33.106.312.287.02l.008-.013c.177-.288.415-.828.667-1.55a26.3%2026.3%200%200%200%201.064-4.235c.5-3%20.572-6.57-.73-9.344C37.5%209.5%2036%209.01%2034.468%209.01c-1.491%200-3.54%202.22-3.866%203.763l-.023.125l1.297%201.297zm-.5-2h1.363l.592.627c1.82%201.93%203.206%203.726%204.207%205.597a8.3%208.3%200%200%200-.56-1.646c-1.49-3.174-2.496-4.626-3.17-5.288c-.307-.3-.495-.386-.583-.418s-.2-.055-.446-.057a1.2%201.2%200%200%200-.252.118a3.8%203.8%200%200%200-.778.635q-.203.21-.372.432m-5.347.562l-3.665%203.726l4.243%204.243L32%2017zm1.426%204.254l-.86.874l-1.414-1.414l.86-.874zm-2.577%204.814a3.98%203.98%200%200%200-1.155-2.459a3.98%203.98%200%200%200-2.459-1.154a4%204%200%200%200-3.198%201.154L6.788%2032.373a4%204%200%201%200%205.657%205.657L25.45%2025.024a4%204%200%200%200%201.155-3.198M8.202%2036.616a2%202%200%200%201%200-2.828L21.208%2020.78a2%202%200%200%201%202.829%202.829L11.03%2036.616a2%202%200%200%201-2.829%200%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/laryngoscope.svg?color=%231a73e8&size=48