The Tabler lungs icon visually represents the respiratory organs and is commonly used in UIs to signify health, medical services, or breathing-related functions.
Common uses
- Medical app navigation
- Health insurance portal
- Wellness tracker feature
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLungs } from '@tabler/icons-react';
<IconLungs size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLungs size={24} stroke={2} />filled
<IconLungsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Health
- Keywords
- anatomyhumanmedicalrespiratorybreatheorganlungswellnesshealthcaretreatmenthealthrespiratory systembreathing iconmedical organanatomy icon
FAQ
- What does the lungs icon represent?
- It depicts the human lungs, symbolizing respiration, health, and the medical field.
- How do I use the lungs icon in React?
- Import it using `import { IconLungs } from '@tabler/icons-react'` and then use it as a React component: `<IconLungs />`.
- What is the license for the Tabler lungs icon?
- The Tabler icons, including the lungs icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →