The Lucide waypoints icon depicts a series of points or stops, commonly used in UI to represent a journey, a planned route, or a sequence of intermediate locations.
Common uses
- Displaying a multi-step process or tutorial.
- Visualizing a travel route on a map.
- Indicating connection points or nodes in a network diagram.
Use it in React
Install
npm i lucide-reactImport & render
import { Waypoints } from 'lucide-react';
<Waypoints size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- indirectionvpnvirtual private networkproxyconnectionsbouncereroutepathjourneyplannerstopsstationssharedspreadviralwaypoints
FAQ
- What does the waypoints icon represent?
- It represents a sequence of points or stops, often used for routes, journeys, or multi-step processes.
- How do I use the waypoints icon in React?
- You can import and use it in React with: import { Waypoints } from 'lucide-react'.
- What is the license for the Lucide waypoints icon?
- The Lucide waypoints icon is available under the ISC license.