The Tabler arrow guide icon depicts a curved arrow pointing west, commonly used to indicate a direction, flow, or navigation path in user interfaces.
Common uses
- Indicating a step-by-step process flow.
- Showing the direction of a turn or bend in a path.
- Guiding users through a multi-part form or tutorial.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowGuide } from '@tabler/icons-react';
<IconArrowGuide size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowGuide size={24} stroke={2} />filled
<IconArrowGuideFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionwestbendnavigationarrowguidepointerflownavigatemovearrowscurved arrownavigation arrowwest arrowflow pointer
FAQ
- What is the arrow-guide icon used for?
- It's used to visually represent direction, flow, or navigation, especially when a path bends or changes direction.
- How do I use the arrow-guide icon in React?
- Import it using `import { IconArrowGuide } from '@tabler/icons-react'` and then use it as a component: `<IconArrowGuide />`.
- What is the license for this icon?
- The Tabler icon library, including the arrow-guide icon, 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 →