The Phosphor cable car icon depicts a suspended cabin used for transporting people, often in mountainous or scenic areas, and is typically used in UI to represent travel, ski resorts, or public transit routes.
Common uses
- Ski resort location marker
- Public transportation route indicator
- Travel booking destination
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CableCar } from '@phosphor-icons/react';
<CableCar size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CableCar size={24} />thin
<CableCar size={24} weight="thin" />light
<CableCar size={24} weight="light" />bold
<CableCar size={24} weight="bold" />fill
<CableCar size={24} weight="fill" />duotone
<CableCar size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*vehiclesgondolaskiingmountainspublic transittransportationcommutertravelingplaceslocationsmaps & travelobjectscablecarski lift
FAQ
- What is this icon for?
- This icon represents a cable car, commonly used for transportation in steep or scenic areas like mountains. It's useful for indicating travel, ski lifts, or specific transit options.
- How do I use the cable car icon in React?
- You can import and use the cable car icon in React with the following import statement: `import { CableCar } from '@phosphor-icons/react'`. Then, render the `<CableCar />` component.
- What is the license for this icon?
- The Phosphor cable car icon is available under the MIT license, which allows for free use in both personal and commercial projects.
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 →