The HugeIcons store location 02 icon visually represents a physical place of business and is commonly used to indicate addresses, store finders, or points of interest on maps.
Common uses
- Map markers for retail stores
- Link to a 'Find Us' page
- Address section on a contact page
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StoreLocation02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StoreLocation02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map pinstorefrontaddress markerbusiness location
FAQ
- What is this icon for?
- This icon represents a physical store or business location. It's useful for indicating addresses or helping users find nearby places.
- How do I use this icon in React?
- Import the icon and then render it using the HugeiconsIcon component: `import { StoreLocation02Icon } from '@hugeicons/core-free-icons'; import { HugeiconsIcon } from '@hugeicons/react'; <HugeiconsIcon icon={StoreLocation02Icon} />`.
- What is the license for this icon?
- This icon is distributed 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 →