Planet3 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 { IconPlanet3 } from "@devigner-ui/icons";
<IconPlanet3 className="size-6" />
<script setup>
import { IconPlanet3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlanet3 class="size-6" />
</template>
<script>
import { IconPlanet3 } from "@devigner-ui/icons-svelte";
</script>
<IconPlanet3 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="M3 8s2.94 3 7.44 3c3.06 0 4.69-1.77 6.06-2.24C19.08 7.87 21 8 21 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M3 14s2.09-.13 4.9.76c1.5.47 3.27 2.24 6.6 2.24 3.02 0 5.39-1.13 6.77-2" 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>