lungs from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.

Name
lungs
Set
Font Awesome Solid
Style
Solid
Category
Medical
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome Solid

Use the lungs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 96c0-17.7-14.3-32-32-32s-32 14.3-32 32v141.9l-32 19.2V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5 0-24.4 5.3-32.8 14.5l-26.4 29C74.9 224.8 32 335.8 32 451v30.5c0 52.2 42.3 94.5 94.5 94.5c22 0 43.7-5.1 63.4-15l5-2.5c37.4-18.7 61-56.9 61-98.8v-128l64-38.4l64 38.4v128c0 41.8 23.6 80.1 61 98.8l5 2.5c19.7 9.8 41.4 15 63.4 15c52.2 0 94.5-42.3 94.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.5-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7 0-42.9 19.2-42.9 42.9v118.2l-32-19.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLungs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 96c0-17.7-14.3-32-32-32s-32 14.3-32 32v141.9l-32 19.2V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5 0-24.4 5.3-32.8 14.5l-26.4 29C74.9 224.8 32 335.8 32 451v30.5c0 52.2 42.3 94.5 94.5 94.5c22 0 43.7-5.1 63.4-15l5-2.5c37.4-18.7 61-56.9 61-98.8v-128l64-38.4l64 38.4v128c0 41.8 23.6 80.1 61 98.8l5 2.5c19.7 9.8 41.4 15 63.4 15c52.2 0 94.5-42.3 94.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.5-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7 0-42.9 19.2-42.9 42.9v118.2l-32-19.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 96c0-17.7-14.3-32-32-32s-32 14.3-32 32v141.9l-32 19.2V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5 0-24.4 5.3-32.8 14.5l-26.4 29C74.9 224.8 32 335.8 32 451v30.5c0 52.2 42.3 94.5 94.5 94.5c22 0 43.7-5.1 63.4-15l5-2.5c37.4-18.7 61-56.9 61-98.8v-128l64-38.4l64 38.4v128c0 41.8 23.6 80.1 61 98.8l5 2.5c19.7 9.8 41.4 15 63.4 15c52.2 0 94.5-42.3 94.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.5-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7 0-42.9 19.2-42.9 42.9v118.2l-32-19.2z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2096c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v141.9l-32%2019.2V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5%200-24.4%205.3-32.8%2014.5l-26.4%2029C74.9%20224.8%2032%20335.8%2032%20451v30.5c0%2052.2%2042.3%2094.5%2094.5%2094.5c22%200%2043.7-5.1%2063.4-15l5-2.5c37.4-18.7%2061-56.9%2061-98.8v-128l64-38.4l64%2038.4v128c0%2041.8%2023.6%2080.1%2061%2098.8l5%202.5c19.7%209.8%2041.4%2015%2063.4%2015c52.2%200%2094.5-42.3%2094.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.5-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7%200-42.9%2019.2-42.9%2042.9v118.2l-32-19.2z%22%2F%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2096c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v141.9l-32%2019.2V140.4c0-24.5-19.9-44.4-44.4-44.4c-12.5%200-24.4%205.3-32.8%2014.5l-26.4%2029C74.9%20224.8%2032%20335.8%2032%20451v30.5c0%2052.2%2042.3%2094.5%2094.5%2094.5c22%200%2043.7-5.1%2063.4-15l5-2.5c37.4-18.7%2061-56.9%2061-98.8v-128l64-38.4l64%2038.4v128c0%2041.8%2023.6%2080.1%2061%2098.8l5%202.5c19.7%209.8%2041.4%2015%2063.4%2015c52.2%200%2094.5-42.3%2094.5-94.5v-6.2c0-111.1-36.7-219-104.4-307l-42.5-55.6c-8.1-10.6-20.7-16.7-34-16.7c-23.7%200-42.9%2019.2-42.9%2042.9v118.2l-32-19.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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