The HugeIcons prescriptions icon visually represents a medical prescription, commonly used in healthcare applications to denote actions related to medication orders, refills, or patient health records.
Common uses
- Add prescription button
- View prescription history
- Prescription status indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PrescriptionsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PrescriptionsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- medical orderdrug orderhealth recordpharmacy
FAQ
- What does the prescriptions icon represent?
- It depicts a medical prescription, often used for managing medication orders and related health information.
- How do I use the PrescriptionsIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using <HugeiconsIcon icon={PrescriptionsIcon} /> from '@hugeicons/react'.
- What is the license for this icon?
- The HugeIcons Prescriptions icon is available under the MIT license.