The HugeIcons location add 01 icon depicts a map pin with a plus symbol, commonly used to indicate adding a new location or point of interest.
Common uses
- Add new address to a profile
- Pin a new landmark on a map
- Select a destination for delivery
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LocationAdd01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LocationAdd01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add locationnew placemap pin plusdestination add
FAQ
- What is the purpose of the location add 01 icon?
- This icon signifies the action of adding a new location. It's useful when users need to input or designate a new place.
- How do I use the LocationAdd01Icon in React?
- Import both HugeiconsIcon and LocationAdd01Icon, then render the icon using the prop: <HugeiconsIcon icon={LocationAdd01Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →