Earth icon in outline, twotone, bold and bulk. Free in all four styles, for space, science, launch screens, horoscopes. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconEarth } from "@devigner-ui/icons";
<IconEarth className="size-6" />
<script setup>
import { IconEarth } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEarth class="size-6" />
</template>
<script>
import { IconEarth } from "@devigner-ui/icons-svelte";
</script>
<IconEarth class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M6 4.71c.78.71 2.39 2.65 2.57 4.74.18 1.95 1.47 3.53 3.43 3.55.75 0 1.52-.54 1.52-1.3q0-.35-.1-.68c-.09-.3-.1-.66.08-1.02.61-1.26 1.8-1.6 2.76-2.28.42-.3.8-.62.98-.88.46-.7.93-2.13.7-2.84" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M22 13c-.33.93-.56 3.38-4.28 3.41 0 0-3.3 0-4.28 1.87a4.2 4.2 0 0 0 0 3.72" stroke="currentColor" stroke-width="1.5"></path></svg>