The Phosphor lifebuoy icon visually represents a life preserver, commonly used in UIs to signify help, support, or safety features.
Common uses
- Help/Support button
- Emergency contact link
- Safety guidelines section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Lifebuoy } from '@phosphor-icons/react';
<Lifebuoy size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Lifebuoy size={24} />thin
<Lifebuoy size={24} weight="thin" />light
<Lifebuoy size={24} weight="light" />bold
<Lifebuoy size={24} weight="bold" />fill
<Lifebuoy size={24} weight="fill" />duotone
<Lifebuoy size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- lifebeltlifesaversafetyhelpsupportnauticalboatsshipshealth & wellnessobjectssystemlifebuoysafety ring
FAQ
- What does the lifebuoy icon represent?
- It represents a life preserver, symbolizing help, safety, or emergency assistance.
- How do I use the lifebuoy icon in React?
- You can import and use it like this: `import { Lifebuoy } from '@phosphor-icons/react'`. Then render it as a component: `<Lifebuoy />`.
- What is the license for the Phosphor lifebuoy icon?
- The Phosphor icon library, including the lifebuoy 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 →