The HugeIcons location add 02 icon depicts a map pin with a plus sign, commonly used to indicate adding a new location or point of interest.
Common uses
- Button to add a new address
- Option to save a favorite location
- Action to create a new landmark
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LocationAdd02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LocationAdd02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add locationnew placemap pin pluscreate point
FAQ
- What does the location add 02 icon represent?
- This icon represents the action of adding a new location, shown by a map pin combined with a plus symbol.
- How do I use this icon in React?
- Import the icon and use it like this: import { HugeiconsIcon } from '@hugeicons/react'; import { LocationAdd02Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={LocationAdd02Icon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free 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 →