Gps Map Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gps Map Camera 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/341289.svg" alt="Gps Map Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341289.svg" alt="Gps Map Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341289.svg" alt="Gps Map Camera icon" :width="24" :height="24" />
CSS background
.icon-gps-map-camera {
background-image: url('https://proicons.com/icon/341289.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,4.5c-8.1849,0-14.82,6.6351-14.82,14.82h0v1.08c.6,8.12,7.34,14.65,14.82,23.1,7.81-8.82,14.82-15.5,14.82-24.18h0c0-8.1849-6.6351-14.82-14.82-14.82h0Zm10,14.83c0,5.5228-4.4772,10-10,10s-10-4.4772-10-10,4.4772-10,10-10,10,4.4772,10,10Zm-4.0496-3.9058c0,1.1292-.9154,2.0445-2.0445,2.0445s-2.0445-.9154-2.0445-2.0445.9154-2.0445,2.0445-2.0445,2.0445.9154,2.0445,2.0445Z"/></svg>
Copied!