The HugeIcons location 10 icon depicts a stylized map pin, commonly used to indicate a specific geographical point or address.
Common uses
- Displaying user's current location on a map
- Marking a business address on a contact page
- Indicating a destination in a travel app
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Location10Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Location10Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map pinplaceholderaddress markerpoint of interest
FAQ
- What does the location 10 icon represent?
- It represents a map pin, used to signify a specific place or address on a map or in location-based interfaces.
- How do I use the Location10Icon in React?
- Import it using `import { Location10Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={Location10Icon} />`.
- What is the license for this icon?
- The HugeIcons location 10 icon is released under the MIT license, allowing for free commercial and non-commercial use.
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 →