Global 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 { IconGlobal } from "@devigner-ui/icons";
<IconGlobal className="size-6" />
<script setup>
import { IconGlobal } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGlobal class="size-6" />
</template>
<script>
import { IconGlobal } from "@devigner-ui/icons-svelte";
</script>
<IconGlobal 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="M2 12h20m-6 0q0 1.98-.3 3.83-.3 1.83-.87 3.24a7 7 0 0 1-1.3 2.17q-.73.75-1.53.76-.8 0-1.53-.76a7 7 0 0 1-1.3-2.17q-.55-1.41-.87-3.24a24 24 0 0 1 0-7.66q.3-1.83.87-3.24.56-1.4 1.3-2.17Q11.2 2.01 12 2q.8 0 1.53.76.74.76 1.3 2.17.55 1.41.87 3.24.3 1.85.3 3.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0" stroke="currentColor" stroke-width="1.5"></path></svg>