The Tabler direction sign icon visually represents a signpost indicating different directions, commonly used in UIs to signify navigation options, route choices, or directional guidance.
Common uses
- Navigation menu item
- Selecting a route or path
- Indicating a link to another section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDirectionSign } from '@tabler/icons-react';
<IconDirectionSign size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDirectionSign size={24} stroke={2} />filled
<IconDirectionSignFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- arrownavigationforwardrightdirectionsignwayroutepathcoursesystemsignpostwaypointroute indicatornavigation marker
FAQ
- What is the direction sign icon for?
- It's used to represent directional choices, navigation, or indicating different paths within an interface.
- How do I use the direction sign icon in React?
- Import it using `import { IconDirectionSign } from '@tabler/icons-react'` and then use it as a React component.
- What is the license for this icon?
- The Tabler direction sign icon is distributed 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 →