Globus icon in outline, twotone, bold and bulk. Free in all four styles, for maps, places, gps, routes, delivery tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconGlobus } from "@devigner-ui/icons";
<IconGlobus className="size-6" />
<script setup>
import { IconGlobus } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGlobus class="size-6" />
</template>
<script>
import { IconGlobus } from "@devigner-ui/icons-svelte";
</script>
<IconGlobus class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12 22v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M4 16.56A10.31 10.31 0 1 0 18.56 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M7 4.55c.59.56 1.8 2.07 1.93 3.69.13 1.51 1.1 2.74 2.57 2.76.57 0 1.14-.42 1.14-1q0-.28-.08-.54c-.06-.24-.07-.51.06-.8.46-.97 1.36-1.23 2.07-1.77.32-.23.61-.48.74-.68.35-.55.7-1.66.52-2.21M13.3 17a2.8 2.8 0 0 1 0-2.48c.66-1.24 2.86-1.24 2.86-1.24 1.69-.02 2.3-.79 2.58-1.47M19 10a7 7 0 1 1-14 0 7 7 0 0 1 14 0" stroke="currentColor" stroke-width="1.5"></path><path d="M10 22h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>