The HugeIcons pin icon visually represents a location marker, commonly used in user interfaces to indicate a specific point on a map or a saved location.
Common uses
- Map markers
- Saved places
- Location tagging
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PinIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PinIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- locationmap markerplaceholderaddress
FAQ
- What does the pin icon represent?
- The pin icon represents a physical location marker, often used to pinpoint a spot on a map or denote a saved address.
- How do I use the PinIcon in React?
- Import both HugeiconsIcon and PinIcon, then render <HugeiconsIcon icon={PinIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The HugeIcons pin icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →