Google Map Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Google Map icon is commonly used in location finders, store locators and travel apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305777.svg" alt="Google Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305777.svg" alt="Google Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305777.svg" alt="Google Map icon" :width="24" :height="24" />
CSS background
.icon-google-map {
background-image: url('https://proicons.com/icon/305777.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M788 280c-3-11-10-24-14-35C718 111 595 62 496 62c-132 0-277 89-297 272v37c0 2 1 16 1 23 11 87 80 179 131 267 56 93 113 185 170 277 35-60 70-121 104-179 9-17 20-35 29-51 7-11 18-22 24-32 55-101 144-203 144-303v-41c0-11-14-49-14-52zM499 468c-39 0-82-20-103-73-3-9-2-26-2-28v-24c0-68 58-99 108-99 62 0 111 49 111 112s-52 112-114 112z"/></svg>
Copied!