The Phosphor seatbelt icon depicts a safety restraint, commonly used in UI to represent vehicle-related features, safety settings, or travel commerce.
Common uses
- Safety feature toggle
- Vehicle checkout step
- Travel booking confirmation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Seatbelt } from '@phosphor-icons/react';
<Seatbelt size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Seatbelt size={24} />thin
<Seatbelt size={24} weight="thin" />light
<Seatbelt size={24} weight="light" />bold
<Seatbelt size={24} weight="bold" />fill
<Seatbelt size={24} weight="fill" />duotone
<Seatbelt size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*vehiclessafetycommerceobjectsseatbeltsafety beltcar restraintharness
FAQ
- What is the seatbelt icon for?
- It represents safety restraints and is used for vehicle features, safety settings, or travel commerce.
- How do I use the seatbelt icon in React?
- Import it using `import { Seatbelt } from '@phosphor-icons/react'` and then use it as a component: `<Seatbelt />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
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 →