A comprehensive set of navigation icons for use in any mapping or direction-based application.
This repository contains a versatile collection of navigation icons suitable for various mapping systems and direction-based applications. These icons represent common maneuvers and actions in navigation scenarios.
The icon filenames follow a consistent pattern to make them easy to use and integrate:
- Format:
nav_<action>_<modifier>.svg
- Examples:
nav_turn_left.svg
nav_continue_straight.svg
nav_roundabout_slight_right.svg
See ICONS.md for a full list of available icons and their descriptions.
These icons are designed to be versatile and can be used in various navigation and mapping applications. Here are some ways you can use them:
- In turn-by-turn navigation instructions
- On maps to indicate directions or points of interest
- In route overview displays
- In user interfaces for navigation apps
The SVG format allows for easy integration into web and mobile applications. You can use these icons as-is, or modify them to fit your specific design needs. For web applications, you can include the SVGs directly in your HTML For mobile applications, you can import these SVGs and render them using the platform's native SVG rendering capabilities.
We welcome contributions! Whether it's adding new icons, improving existing ones, or suggesting new categories, your input is valuable. Please read our CONTRIBUTING.md for details on how to submit pull requests.
git clone https://github.com/sempijja/navigation-icons.git
cd navigation-icons
npm install
npm start