The Tabler medical cross icon depicts a red cross, commonly used to indicate a medical facility, hospital, or healthcare-related service on maps and in user interfaces.
Common uses
- Marking hospital locations on a map.
- Indicating a first-aid station or medical service area.
- Representing healthcare or pharmaceutical sections in an app.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMedicalCross } from '@tabler/icons-react';
<IconMedicalCross size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMedicalCross size={24} stroke={2} />filled
<IconMedicalCrossFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- signhospitalhelpindicationmedicalcrosslocationnavigationgeographyplacemaphospital iconfirst aid iconhealth crossclinic symbol
FAQ
- What is the medical cross icon used for?
- It's primarily used to signify medical facilities, hospitals, or healthcare services within a UI or on a map.
- How do I use the medical cross icon in React?
- You can import and use it directly with: import { IconMedicalCross } from '@tabler/icons-react'
- What is the license for the Tabler medical cross icon?
- The Tabler icon library, including the medical cross 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 →