The Phosphor prescription icon depicts a medical prescription form, commonly used in UI to represent health-related actions, patient information, or pharmacy services.
Common uses
- Link to patient's prescription history
- Button for refilling medication
- Section header for pharmacy details
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Prescription } from '@phosphor-icons/react';
<Prescription size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Prescription size={24} />thin
<Prescription size={24} weight="thin" />light
<Prescription size={24} weight="light" />bold
<Prescription size={24} weight="bold" />fill
<Prescription size={24} weight="fill" />duotone
<Prescription size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- rxmedicinedrugspharmacypharmacistpharmaceuticalsdoctorhealth & wellnessprescription
FAQ
- What does the prescription icon represent?
- It represents a medical prescription, often used for health, medicine, or pharmacy-related features in an application.
- How do I use the prescription icon in React?
- You can import and use it like this: import { Prescription } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the prescription 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 →