The Tabler location icon depicts a map marker, commonly used in UIs to indicate a specific place, address, or point of interest.
Common uses
- Displaying the user's current position on a map.
- Marking a business address on a contact page.
- Pinning a destination for navigation apps.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLocation } from '@tabler/icons-react';
<IconLocation size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLocation size={24} stroke={2} />filled
<IconLocationFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- navigationmapdirectiondiscovertravellocationgeographyplacepositionmap markerpinmap pingps
FAQ
- What is the Tabler location icon used for?
- It's used to visually represent a geographical point or address within a user interface.
- How do I use the location icon in React?
- Import it using `import { IconLocation } from '@tabler/icons-react'` and then use it as a component: `<IconLocation />`.
- What is the license for the Tabler location icon?
- The Tabler icon library, including the location 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 →