The Tabler chevron left pipe icon depicts a left-pointing chevron combined with a vertical pipe, commonly used to indicate navigation back to a previous state or a primary section.
Common uses
- Back button in a wizard or multi-step form
- Navigate to the main menu or dashboard
- Collapse a sidebar or panel
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChevronLeftPipe } from '@tabler/icons-react';
<IconChevronLeftPipe size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- arrowdirectionleftbackwardnavigatereturnpointguideindicatorchevronarrowspipeback pipeprevious sectioncollapse leftarrow pipe
FAQ
- What is the chevron left pipe icon used for?
- It's typically used for navigation actions, such as going back, returning to a main view, or indicating a collapsed state.
- How do I use this icon in React?
- You can import and use it with: `import { IconChevronLeftPipe } from '@tabler/icons-react'`.
- What is the license for this icon?
- This icon is from the Tabler icon library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →