The HugeIcons location 05 icon depicts a map pin with a small circle inside, commonly used to indicate a specific geographical point or address.
Common uses
- Marking a user's current location on a map
- Indicating the address of a business or point of interest
- Showing the origin or destination of a route
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Location05Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Location05Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map pinmap markeraddresspin
FAQ
- What does the Location 05 icon represent?
- It represents a geographical location, like an address or a specific point on a map.
- How do I use the Location 05 icon in React?
- Import it as `import { Location05Icon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={Location05Icon} />`.
- What is the license for this icon?
- This icon is available under the MIT license.
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 →