lungs from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
lungs
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the lungs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7.978 11c.41.206.737.562.996.995m0 0c.996 1.67.996 4.505.996 4.505c0 3.5-1.784 4.5-3.985 4.5C4.99 21 2 20.5 2 16C2 9.5 5.487 5 8.476 5c2.39 0 1.496 5 .498 6.995M16.022 11c-.412.206-.738.562-.997.995m0 0c-.996 1.67-.996 4.505-.996 4.505c0 3.5 1.784 4.5 3.985 4.5c.997 0 3.986-.5 3.986-5c0-6.5-3.487-11-6.477-11c-2.391 0-1.493 5-.498 6.995"/><path d="m14 7l-2-1.333m0 0L10 7m2-1.333V3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLungs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M7.978 11c.41.206.737.562.996.995m0 0c.996 1.67.996 4.505.996 4.505c0 3.5-1.784 4.5-3.985 4.5C4.99 21 2 20.5 2 16C2 9.5 5.487 5 8.476 5c2.39 0 1.496 5 .498 6.995M16.022 11c-.412.206-.738.562-.997.995m0 0c-.996 1.67-.996 4.505-.996 4.505c0 3.5 1.784 4.5 3.985 4.5c.997 0 3.986-.5 3.986-5c0-6.5-3.487-11-6.477-11c-2.391 0-1.493 5-.498 6.995"/><path d="m14 7l-2-1.333m0 0L10 7m2-1.333V3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M7.978 11c.41.206.737.562.996.995m0 0c.996 1.67.996 4.505.996 4.505c0 3.5-1.784 4.5-3.985 4.5C4.99 21 2 20.5 2 16C2 9.5 5.487 5 8.476 5c2.39 0 1.496 5 .498 6.995M16.022 11c-.412.206-.738.562-.997.995m0 0c-.996 1.67-.996 4.505-.996 4.505c0 3.5 1.784 4.5 3.985 4.5c.997 0 3.986-.5 3.986-5c0-6.5-3.487-11-6.477-11c-2.391 0-1.493 5-.498 6.995"/><path d="m14 7l-2-1.333m0 0L10 7m2-1.333V3"/></g></svg>
</template>

CSS

.icon-lungs {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.978%2011c.41.206.737.562.996.995m0%200c.996%201.67.996%204.505.996%204.505c0%203.5-1.784%204.5-3.985%204.5C4.99%2021%202%2020.5%202%2016C2%209.5%205.487%205%208.476%205c2.39%200%201.496%205%20.498%206.995M16.022%2011c-.412.206-.738.562-.997.995m0%200c-.996%201.67-.996%204.505-.996%204.505c0%203.5%201.784%204.5%203.985%204.5c.997%200%203.986-.5%203.986-5c0-6.5-3.487-11-6.477-11c-2.391%200-1.493%205-.498%206.995%22%2F%3E%3Cpath%20d%3D%22m14%207l-2-1.333m0%200L10%207m2-1.333V3%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.978%2011c.41.206.737.562.996.995m0%200c.996%201.67.996%204.505.996%204.505c0%203.5-1.784%204.5-3.985%204.5C4.99%2021%202%2020.5%202%2016C2%209.5%205.487%205%208.476%205c2.39%200%201.496%205%20.498%206.995M16.022%2011c-.412.206-.738.562-.997.995m0%200c-.996%201.67-.996%204.505-.996%204.505c0%203.5%201.784%204.5%203.985%204.5c.997%200%203.986-.5%203.986-5c0-6.5-3.487-11-6.477-11c-2.391%200-1.493%205-.498%206.995%22%2F%3E%3Cpath%20d%3D%22m14%207l-2-1.333m0%200L10%207m2-1.333V3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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