The HugeIcons navigation icon depicts a compass or map pointer, commonly used to represent navigation, location, or wayfinding features in a user interface.
Common uses
- Map markers
- Directional controls
- Location finders
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NavigationIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NavigationIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- compassmaplocationpointer
FAQ
- What is the Navigation icon used for?
- It's used to indicate navigation, location, or direction within an application. Think maps, directions, or points of interest.
- How do I use the Navigation icon in React?
- Import both HugeiconsIcon and NavigationIcon, then render it using <HugeiconsIcon icon={NavigationIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the Navigation icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →