Fake Gps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fake Gps 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/325680.svg" alt="Fake Gps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325680.svg" alt="Fake Gps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325680.svg" alt="Fake Gps icon" :width="24" :height="24" />
CSS background
.icon-fake-gps {
background-image: url('https://proicons.com/icon/325680.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="m23.9349,7.3016c-6.1911,0-11.21,5.0189-11.21,11.21h0c0,8.7781,8.564,19.363,10.799,21.95.2476.2861.6802.3174.9664.0698.0249-.0216.0483-.0449.0698-.0698,2.1838-2.5692,10.585-13.171,10.585-21.95,0-6.1911-5.0189-11.21-11.21-11.21h-.0002Zm0,15.415c-2.3176.0047-4.2002-1.8702-4.205-4.1878-.0047-2.3176,1.8702-4.2002,4.1878-4.205,2.3176-.0048,4.2002,1.8702,4.205,4.1878,0,.0029,0,.0057,0,.0086,0,2.3129-1.8749,4.1878-4.1878,4.1878v.0086Z"/><path class="b" d="m4.8982,24.888h6.4828m1.4659-4.4982H2.3709c4.8196,8.5615,2.4153,8.8091,11.499,8.8091l3.2181,5.5738h2.0901"/><path class="b" d="m43.1019,24.888h-6.4828m-1.4659-4.4982h10.476c-4.8196,8.5615-2.4153,8.8091-11.499,8.8091l-3.2181,5.5738h-2.0901"/></svg>
Copied!