The HugeIcons maps circle 02 icon depicts a circular map marker, commonly used to indicate a location or point of interest on a map interface.
Common uses
- Map pin for user's current location
- Marker for a business or landmark
- Indicator for a destination in navigation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MapsCircle02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MapsCircle02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map markerlocation pinmap pointcircle location
FAQ
- What is the MapsCircle02Icon used for?
- This icon represents a location marker on a map. It's useful for indicating points of interest, user locations, or destinations.
- How do I use MapsCircle02Icon in React?
- Import both HugeiconsIcon and MapsCircle02Icon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={MapsCircle02Icon} /> component.
- What is the license for this icon?
- The MapsCircle02Icon 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 →