lung icon
lung from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.
- Name
- lung
- Set
- IconPark Outline
- Style
- Outline
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark Outline
Use the lung icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4.571"><path d="M18.244 22.263q-.439-7.433-3.523-7.698c-3.32-.284-8.41 5.144-9.92 12.772s-.764 13.092 1.211 13.46c1.975.37 4.844-1.78 6.205-1.78s6.079 1.04 6.079-.844V30.07m11.328-7.7q.422-7.538 3.53-7.805c3.32-.284 8.41 5.144 9.919 12.772s.764 13.092-1.21 13.46c-1.975.37-4.845-1.78-6.206-1.78c-1.36 0-6.079 1.04-6.079-.844V30.07"/><path d="M20.556 5v14.91q-.066 3.438-5.737 3.438M27.292 5v14.91q.065 3.438 5.736 3.438"/><path stroke-linejoin="round" d="M15 30.07q5.932 0 9-2.818q3.09 2.819 9.029 2.818"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineLung(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="4.571"><path d="M18.244 22.263q-.439-7.433-3.523-7.698c-3.32-.284-8.41 5.144-9.92 12.772s-.764 13.092 1.211 13.46c1.975.37 4.844-1.78 6.205-1.78s6.079 1.04 6.079-.844V30.07m11.328-7.7q.422-7.538 3.53-7.805c3.32-.284 8.41 5.144 9.919 12.772s.764 13.092-1.21 13.46c-1.975.37-4.845-1.78-6.206-1.78c-1.36 0-6.079 1.04-6.079-.844V30.07"/><path d="M20.556 5v14.91q-.066 3.438-5.737 3.438M27.292 5v14.91q.065 3.438 5.736 3.438"/><path strokeLinejoin="round" d="M15 30.07q5.932 0 9-2.818q3.09 2.819 9.029 2.818"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4.571"><path d="M18.244 22.263q-.439-7.433-3.523-7.698c-3.32-.284-8.41 5.144-9.92 12.772s-.764 13.092 1.211 13.46c1.975.37 4.844-1.78 6.205-1.78s6.079 1.04 6.079-.844V30.07m11.328-7.7q.422-7.538 3.53-7.805c3.32-.284 8.41 5.144 9.919 12.772s.764 13.092-1.21 13.46c-1.975.37-4.845-1.78-6.206-1.78c-1.36 0-6.079 1.04-6.079-.844V30.07"/><path d="M20.556 5v14.91q-.066 3.438-5.737 3.438M27.292 5v14.91q.065 3.438 5.736 3.438"/><path stroke-linejoin="round" d="M15 30.07q5.932 0 9-2.818q3.09 2.819 9.029 2.818"/></g></svg> </template>
CSS
.icon-lung {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224.571%22%3E%3Cpath%20d%3D%22M18.244%2022.263q-.439-7.433-3.523-7.698c-3.32-.284-8.41%205.144-9.92%2012.772s-.764%2013.092%201.211%2013.46c1.975.37%204.844-1.78%206.205-1.78s6.079%201.04%206.079-.844V30.07m11.328-7.7q.422-7.538%203.53-7.805c3.32-.284%208.41%205.144%209.919%2012.772s.764%2013.092-1.21%2013.46c-1.975.37-4.845-1.78-6.206-1.78c-1.36%200-6.079%201.04-6.079-.844V30.07%22%2F%3E%3Cpath%20d%3D%22M20.556%205v14.91q-.066%203.438-5.737%203.438M27.292%205v14.91q.065%203.438%205.736%203.438%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2030.07q5.932%200%209-2.818q3.09%202.819%209.029%202.818%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224.571%22%3E%3Cpath%20d%3D%22M18.244%2022.263q-.439-7.433-3.523-7.698c-3.32-.284-8.41%205.144-9.92%2012.772s-.764%2013.092%201.211%2013.46c1.975.37%204.844-1.78%206.205-1.78s6.079%201.04%206.079-.844V30.07m11.328-7.7q.422-7.538%203.53-7.805c3.32-.284%208.41%205.144%209.919%2012.772s.764%2013.092-1.21%2013.46c-1.975.37-4.845-1.78-6.206-1.78c-1.36%200-6.079%201.04-6.079-.844V30.07%22%2F%3E%3Cpath%20d%3D%22M20.556%205v14.91q-.066%203.438-5.737%203.438M27.292%205v14.91q.065%203.438%205.736%203.438%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2030.07q5.932%200%209-2.818q3.09%202.819%209.029%202.818%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/lung.svg?color=%231a73e8&size=48