gps emoji
gps from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- gps
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the gps emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#9b9b9a"><path d="M36.022 12.932c-12.696 0-22.988 10.291-22.988 22.987s10.292 22.988 22.988 22.988s22.987-10.292 22.987-22.988s-10.292-22.987-22.987-22.987m0 37.951c-8.265 0-14.965-6.7-14.965-14.964s6.7-14.964 14.965-14.964s14.964 6.7 14.964 14.964s-6.7 14.964-14.964 14.964"/><path d="M31.529 7.661h8.982v11.19h-8.982zm0 45.408h8.982v11.19h-8.982zm-12.66-21.658v8.982H7.679v-8.982zm45.44 0v8.982h-11.19v-8.982z"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M58.874 31.433c-1.784-9.063-9.333-16.482-18.373-18.332m.001 45.715c9.127-1.79 16.577-9.298 18.373-18.423m-45.755 0c1.783 9.116 9.316 16.61 18.422 18.423m0-45.715c-9.07 1.805-16.604 9.267-18.422 18.332"/><circle cx="36.022" cy="35.919" r="15"/><path d="M31.542 13.101V8.66m8.96 4.441V8.66m-8.96 54.598v-4.442m8.96 4.442v-4.442m18.372-27.383h4.442m-4.442 8.96h4.442m-54.637-8.96h4.441m-4.441 8.96h4.441"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiGps(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#9b9b9a"><path d="M36.022 12.932c-12.696 0-22.988 10.291-22.988 22.987s10.292 22.988 22.988 22.988s22.987-10.292 22.987-22.988s-10.292-22.987-22.987-22.987m0 37.951c-8.265 0-14.965-6.7-14.965-14.964s6.7-14.964 14.965-14.964s14.964 6.7 14.964 14.964s-6.7 14.964-14.964 14.964"/><path d="M31.529 7.661h8.982v11.19h-8.982zm0 45.408h8.982v11.19h-8.982zm-12.66-21.658v8.982H7.679v-8.982zm45.44 0v8.982h-11.19v-8.982z"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M58.874 31.433c-1.784-9.063-9.333-16.482-18.373-18.332m.001 45.715c9.127-1.79 16.577-9.298 18.373-18.423m-45.755 0c1.783 9.116 9.316 16.61 18.422 18.423m0-45.715c-9.07 1.805-16.604 9.267-18.422 18.332"/><circle cx="36.022" cy="35.919" r="15"/><path d="M31.542 13.101V8.66m8.96 4.441V8.66m-8.96 54.598v-4.442m8.96 4.442v-4.442m18.372-27.383h4.442m-4.442 8.96h4.442m-54.637-8.96h4.441m-4.441 8.96h4.441"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#9b9b9a"><path d="M36.022 12.932c-12.696 0-22.988 10.291-22.988 22.987s10.292 22.988 22.988 22.988s22.987-10.292 22.987-22.988s-10.292-22.987-22.987-22.987m0 37.951c-8.265 0-14.965-6.7-14.965-14.964s6.7-14.964 14.965-14.964s14.964 6.7 14.964 14.964s-6.7 14.964-14.964 14.964"/><path d="M31.529 7.661h8.982v11.19h-8.982zm0 45.408h8.982v11.19h-8.982zm-12.66-21.658v8.982H7.679v-8.982zm45.44 0v8.982h-11.19v-8.982z"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M58.874 31.433c-1.784-9.063-9.333-16.482-18.373-18.332m.001 45.715c9.127-1.79 16.577-9.298 18.373-18.423m-45.755 0c1.783 9.116 9.316 16.61 18.422 18.423m0-45.715c-9.07 1.805-16.604 9.267-18.422 18.332"/><circle cx="36.022" cy="35.919" r="15"/><path d="M31.542 13.101V8.66m8.96 4.441V8.66m-8.96 54.598v-4.442m8.96 4.442v-4.442m18.372-27.383h4.442m-4.442 8.96h4.442m-54.637-8.96h4.441m-4.441 8.96h4.441"/></g></svg> </template>
CSS
.icon-gps {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cg%20fill%3D%22%239b9b9a%22%3E%3Cpath%20d%3D%22M36.022%2012.932c-12.696%200-22.988%2010.291-22.988%2022.987s10.292%2022.988%2022.988%2022.988s22.987-10.292%2022.987-22.988s-10.292-22.987-22.987-22.987m0%2037.951c-8.265%200-14.965-6.7-14.965-14.964s6.7-14.964%2014.965-14.964s14.964%206.7%2014.964%2014.964s-6.7%2014.964-14.964%2014.964%22%2F%3E%3Cpath%20d%3D%22M31.529%207.661h8.982v11.19h-8.982zm0%2045.408h8.982v11.19h-8.982zm-12.66-21.658v8.982H7.679v-8.982zm45.44%200v8.982h-11.19v-8.982z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M58.874%2031.433c-1.784-9.063-9.333-16.482-18.373-18.332m.001%2045.715c9.127-1.79%2016.577-9.298%2018.373-18.423m-45.755%200c1.783%209.116%209.316%2016.61%2018.422%2018.423m0-45.715c-9.07%201.805-16.604%209.267-18.422%2018.332%22%2F%3E%3Ccircle%20cx%3D%2236.022%22%20cy%3D%2235.919%22%20r%3D%2215%22%2F%3E%3Cpath%20d%3D%22M31.542%2013.101V8.66m8.96%204.441V8.66m-8.96%2054.598v-4.442m8.96%204.442v-4.442m18.372-27.383h4.442m-4.442%208.96h4.442m-54.637-8.96h4.441m-4.441%208.96h4.441%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cg%20fill%3D%22%239b9b9a%22%3E%3Cpath%20d%3D%22M36.022%2012.932c-12.696%200-22.988%2010.291-22.988%2022.987s10.292%2022.988%2022.988%2022.988s22.987-10.292%2022.987-22.988s-10.292-22.987-22.987-22.987m0%2037.951c-8.265%200-14.965-6.7-14.965-14.964s6.7-14.964%2014.965-14.964s14.964%206.7%2014.964%2014.964s-6.7%2014.964-14.964%2014.964%22%2F%3E%3Cpath%20d%3D%22M31.529%207.661h8.982v11.19h-8.982zm0%2045.408h8.982v11.19h-8.982zm-12.66-21.658v8.982H7.679v-8.982zm45.44%200v8.982h-11.19v-8.982z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M58.874%2031.433c-1.784-9.063-9.333-16.482-18.373-18.332m.001%2045.715c9.127-1.79%2016.577-9.298%2018.373-18.423m-45.755%200c1.783%209.116%209.316%2016.61%2018.422%2018.423m0-45.715c-9.07%201.805-16.604%209.267-18.422%2018.332%22%2F%3E%3Ccircle%20cx%3D%2236.022%22%20cy%3D%2235.919%22%20r%3D%2215%22%2F%3E%3Cpath%20d%3D%22M31.542%2013.101V8.66m8.96%204.441V8.66m-8.96%2054.598v-4.442m8.96%204.442v-4.442m18.372-27.383h4.442m-4.442%208.96h4.442m-54.637-8.96h4.441m-4.441%208.96h4.441%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/gps.svg?color=%231a73e8&size=48