The Phosphor stethoscope icon visually represents medical examination and is commonly used in UIs to denote healthcare-related features or information.
Common uses
- Link to a hospital or clinic finder.
- Button for accessing patient records.
- Icon for a health and wellness section.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Stethoscope } from '@phosphor-icons/react';
<Stethoscope size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Stethoscope size={24} />thin
<Stethoscope size={24} weight="thin" />light
<Stethoscope size={24} weight="light" />bold
<Stethoscope size={24} weight="bold" />fill
<Stethoscope size={24} weight="fill" />duotone
<Stethoscope size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- hospitalmedicalmedicineinjurysafetyemergencydoctorhearthealth & wellnessobjectsstethoscopehealthheartbeat
FAQ
- What does the stethoscope icon represent?
- It symbolizes medical care, diagnosis, and the healthcare profession. It's used to indicate features related to health and medicine.
- How do I use the stethoscope icon in React?
- You can import and use it directly in your React components like this: import { Stethoscope } from '@phosphor-icons/react'. Then render it as <Stethoscope size={32} />.
- What is the license for the Phosphor stethoscope icon?
- The Phosphor icon library, including the stethoscope icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →