The Tabler hospital circle icon depicts a stylized hospital building within a circle, commonly used to represent medical facilities, healthcare services, or emergency-related information in user interfaces.
Common uses
- Link to a hospital's location page.
- Button for accessing emergency services.
- Category marker for health-related content.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHospitalCircle } from '@tabler/icons-react';
<IconHospitalCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHospitalCircle size={24} stroke={2} />filled
<IconHospitalCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Health
- Keywords
- medical-centerhealthcareclinicemergencyhospital-roundhealthcaremedical-facilitycircle-hospitalhealth-centerhospitalcirclemedical center
FAQ
- What does the hospital circle icon represent?
- It visually signifies a hospital or a general medical facility. It's used in UIs to denote healthcare services or locations.
- How do I use this icon in React?
- You can import and use it directly with the following statement: `import { IconHospitalCircle } from '@tabler/icons-react'`.
- What is the license for this icon?
- The Tabler icon library, including the hospital circle icon, is distributed 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 →