The Phosphor escalator down icon visually represents a downward-moving escalator, commonly used in user interfaces to indicate a path or option leading to a lower level or floor.
Common uses
- Navigation to lower floors in building directories
- Indicating exit routes or downward travel in transit apps
- Signaling a 'go down' action in interactive maps
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { EscalatorDown } from '@phosphor-icons/react';
<EscalatorDown size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<EscalatorDown size={24} />thin
<EscalatorDown size={24} weight="thin" />light
<EscalatorDown size={24} weight="light" />bold
<EscalatorDown size={24} weight="bold" />fill
<EscalatorDown size={24} weight="fill" />duotone
<EscalatorDown size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- stairsmaps & travelobjectsescalatordowndown escalatorstairs downlower leveldescent
FAQ
- What does the escalator down icon represent?
- It depicts a downward-moving escalator, used to signify descent or travel to a lower level.
- How do I use the escalator down icon in React?
- Import it from the Phosphor React library: `import { EscalatorDown } from '@phosphor-icons/react'` and use it as a component.
- What is the license for this icon?
- The Phosphor icon set, including the escalator down 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 →