The Tabler navigation minus icon visually represents the removal or reduction of a navigation element or route, commonly used to signify actions like deleting a step in a multi-step process or removing an item from a navigation list.
Common uses
- Remove item from a navigation menu
- Delete a step in a wizard/stepper
- Indicate a negative value in a route or path
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconNavigationMinus } from '@tabler/icons-react';
<IconNavigationMinus size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- subtractremovedecreasereducedeductlessnegatetakeawaynegativeshortenmapnavigationminusmap minusroute removenavigation delete
FAQ
- What does the navigation minus icon represent?
- It signifies the removal, subtraction, or reduction of a navigation element or a related value.
- How do I use this icon in React?
- Import it using `import { IconNavigationMinus } from '@tabler/icons-react'` and then use it as a component: `<IconNavigationMinus />`.
- What is the license for this icon?
- The Tabler navigation minus 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 →