The Phosphor pulse icon visually represents a heartbeat or vital sign, commonly used in user interfaces to denote health-related information, activity tracking, or medical status.
Common uses
- Activity tracker dashboard
- Medical record summary
- Fitness app progress indicator
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Pulse } from '@phosphor-icons/react';
<Pulse size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Pulse size={24} />thin
<Pulse size={24} weight="thin" />light
<Pulse size={24} weight="light" />bold
<Pulse size={24} weight="bold" />fill
<Pulse size={24} weight="fill" />duotone
<Pulse size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- activityheartbeatmedicalecgekgvitalsmonitormedicinehealth & wellnesspulse
FAQ
- What does the pulse icon represent?
- It depicts a heartbeat or vital sign, often used for health, medical, or activity-related features.
- How do I use the pulse icon in React?
- Import it from the library like this: import { Pulse } from '@phosphor-icons/react'. Then use it as a component: <Pulse size={24} />.
- What is the license for the Phosphor pulse icon?
- The Phosphor icon library, including the pulse icon, is available under the MIT license.
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 →