The Tabler directions icon visually represents a route or path, commonly used in user interfaces to indicate navigation, location services, or travel-related features.
Common uses
- Button to get directions to a location
- Link to a map or location details page
- Indicator for a travel or route planning feature
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDirections } from '@tabler/icons-react';
<IconDirections size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDirections size={24} stroke={2} />filled
<IconDirectionsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- travelnavigationdiscoverdirectionslocationgeographyplacepositionmaproutemap pathtravel route
FAQ
- What is the Tabler directions icon used for?
- It's used to signify navigation, routes, travel, or location-based information within an application's interface.
- How do I use the directions icon in React?
- Import it using `import { IconDirections } from '@tabler/icons-react';` and then render it like `<IconDirections />`.
- What is the license for the Tabler directions icon?
- The Tabler icons, including the directions icon, are 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 →