The Phosphor asclepius icon depicts a serpent entwined around a staff, commonly used to represent medicine, health, and pharmaceutical services in user interfaces.
Common uses
- Medical app navigation
- Pharmacy service buttons
- Health blog post headers
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Asclepius } from '@phosphor-icons/react';
<Asclepius size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Asclepius size={24} />thin
<Asclepius size={24} weight="thin" />light
<Asclepius size={24} weight="light" />bold
<Asclepius size={24} weight="bold" />fill
<Asclepius size={24} weight="fill" />duotone
<Asclepius size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- *new*caduceusstaffmythologyrxmedicinedrugspharmacypharmacistpharmaceuticalsdoctorhospitalsnakemercuryhermeshealth & wellness
FAQ
- What is the asclepius icon used for?
- It's primarily used to signify medical, health, or pharmaceutical-related content or actions within an application.
- How do I use the asclepius icon in React?
- You can import and use it like this: `import { Asclepius } from '@phosphor-icons/react'`. Then render it as `<Asclepius />`.
- What is the license for the asclepius icon?
- The Phosphor icon library, including the asclepius icon, is available under the MIT license.