The Phosphor train simple icon depicts a stylized train, commonly used to represent public transportation, travel, or transit-related features in a user interface.
Common uses
- Button for train ticket booking
- Map marker for train stations
- Link to public transit information
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TrainSimple } from '@phosphor-icons/react';
<TrainSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TrainSimple size={24} />thin
<TrainSimple size={24} weight="thin" />light
<TrainSimple size={24} weight="light" />bold
<TrainSimple size={24} weight="bold" />fill
<TrainSimple size={24} weight="fill" />duotone
<TrainSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- vehiclessubwaylight railpublic transittransportationcommutertravelingplaceslocationsmaps & travelobjectstrainsimpletransitcommuter trainrailway
FAQ
- What does the train simple icon represent?
- It represents a train, suitable for indicating public transit, travel, or transportation options.
- How do I use the train simple icon in React?
- Import it as `TrainSimple` from '@phosphor-icons/react' and use it as a component: `<TrainSimple />`.
- What is the license for this icon?
- The Phosphor icon library, including the train simple 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 →