The Phosphor headlights icon visually represents the bright lights of a vehicle, commonly used in UI to indicate features related to driving, navigation, or vehicle status.
Common uses
- Toggle high beams on/off in a driving simulator.
- Indicate active headlights in a car dashboard UI.
- Represent a 'night mode' or 'visibility' setting.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Headlights } from '@phosphor-icons/react';
<Headlights size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Headlights size={24} />thin
<Headlights size={24} weight="thin" />light
<Headlights size={24} weight="light" />bold
<Headlights size={24} weight="bold" />fill
<Headlights size={24} weight="fill" />duotone
<Headlights size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- brightshigh beamsmaps & travelobjectsheadlightscar lights
FAQ
- What does the headlights icon represent?
- It depicts the bright lights of a vehicle, often used for navigation or indicating vehicle features.
- How do I use the headlights icon in React?
- Import it from the Phosphor library: import { Headlights } from '@phosphor-icons/react'. Then use it as a React component: <Headlights />.
- What is the license for the Phosphor headlights icon?
- The Phosphor icon library, including the headlights icon, is available under the MIT license.