The HugeIcons google maps icon visually represents location data and is commonly used in UIs to indicate map features, navigation, or points of interest.
Common uses
- Map integration buttons
- Location sharing indicators
- Address lookup links
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoogleMapsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoogleMapsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map markerlocation pinplace iconnavigation icon
FAQ
- What does the Google Maps icon represent?
- It represents geographical locations, navigation, and map-related functionalities.
- How do I use the Google Maps icon in React?
- Import both HugeiconsIcon and GoogleMapsIcon, then render it using <HugeiconsIcon icon={GoogleMapsIcon} />.
- What is the license for this icon?
- This icon is available 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 →