A pointer arrow, for GPS, live direction, locating and sending a position. Boxed in a circle, in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 18C21.2982 16.269 22 14.1637 22 12C22 6.47715 17.5229 2 12 2C6.47715 2 2 6.47715 2 12C2 14.1637 2.70178 16.269 4 18M8.13124 18.3647L11.1113 12.5654C11.4986 11.8115 12.5014 11.8115 12.8887 12.5654L15.8688 18.3647C16.3118 19.2268 15.5616 20.2346 14.6879 19.9513L12.2921 19.1742C12.1016 19.1124 11.8984 19.1124 11.7079 19.1742L9.31209 19.9513C8.43835 20.2346 7.68823 19.2268 8.13124 18.3647Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- compass arrow
- gps
- direction
- send
- locate
- heading
- travel
Containers
The same drawing boxed differently. Each is its own icon, with its own name.
Related icons
The rest of the navigation family first, then the Web shelf.
FAQ
Answered from circle-navigation's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the circle-navigation icon for?
- A pointer arrow, for GPS, live direction, locating and sending a position. It is filed under Web in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as compass arrow, gps, direction, send, locate, heading and travel, and the browser's search matches all of those.
- What styles does the circle-navigation icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- How is circle-navigation different from navigation?
- circle-navigation is the same drawing inside a circle. The bare glyph is navigation, and it is also boxed as square-navigation.
- What other icons go with circle-navigation?
- bookmark, globe, globe-check, globe-cursor, globe-off and globe-plus, and 12 more, all shown below. They are the Web shelf: nothing else in the set is named after navigation.
- How do I import circle-navigation in React?
- <CircleNavigation /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <CircleNavigation size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the circle-navigation SVG?
- icons/stroke/circle-navigation.svg, icons/duotone/circle-navigation.svg and icons/fill/circle-navigation.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was circle-navigation added to the set?
- Added 8 Aug 2026, and last redrawn 16 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.