The Phosphor traffic signal icon visually represents a traffic light, commonly used in user interfaces to indicate locations, directions, or status related to transportation and navigation.
Common uses
- Map markers for intersections
- Navigation status indicators
- Transportation-themed app features
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TrafficSignal } from '@phosphor-icons/react';
<TrafficSignal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TrafficSignal size={24} />thin
<TrafficSignal size={24} weight="thin" />light
<TrafficSignal size={24} weight="light" />bold
<TrafficSignal size={24} weight="bold" />fill
<TrafficSignal size={24} weight="fill" />duotone
<TrafficSignal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- stop lightsafetytransittransportationmaps & traveltrafficsignaltraffic lightroad signaltransit signal
FAQ
- What does the traffic signal icon represent?
- It depicts a standard traffic light, used to symbolize traffic control, intersections, or transportation elements within an application.
- How do I use this icon in React?
- Import it using `import { TrafficSignal } from '@phosphor-icons/react'` and then render it as a component: `<TrafficSignal />`.
- What is the license for this icon?
- The Phosphor icon library, including the traffic signal icon, is distributed 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 →