Google Maps Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Maps Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326661.svg" alt="Google Maps Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326661.svg" alt="Google Maps Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326661.svg" alt="Google Maps Alt icon" :width="24" :height="24" />
CSS background
.icon-google-maps-alt {
background-image: url('https://proicons.com/icon/326661.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.4997,5.5002c-2.2091,0-3.9999,1.7909-3.9999,4v4.7003l28.2995,28.2989h4.7005c2.2091,0,4-1.7909,4-4V9.4997c0-2.2092-1.7909-4-4.0001-4l-29,.0004ZM30.1596,9.3949c4.6648.0004,8.4461,3.7823,8.4457,8.447v.0004c0,4.9138-3.9953,8.7481-8.4457,13.7736-4.2611-4.8122-8.1034-8.5333-8.4229-13.1543-.0013-.0158-.0026-.0317-.0038-.0475-.012-.1894-.0209-.3798-.0209-.5724-.0006-4.6647,3.7804-8.4468,8.4453-8.4474h.0023v.0007ZM30.1596,13.7822c-2.2423,0-4.0602,1.8176-4.0602,4.0599v.0002c0,2.2423,1.8177,4.0601,4.06,4.0601h.0002c2.2417-.001,4.0584-1.8185,4.0584-4.0601,0-2.2416-1.8167-4.0592-4.0584-4.0601ZM5.4998,27.1819v11.3178c0,2.2091,1.7909,4,4,4h11.3201l-15.3201-15.3178Z"/></svg>
Copied!