Planet2 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 { IconPlanet2 } from "@devigner-ui/icons";
<IconPlanet2 className="size-6" />
<script setup>
import { IconPlanet2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlanet2 class="size-6" />
</template>
<script>
import { IconPlanet2 } from "@devigner-ui/icons-svelte";
</script>
<IconPlanet2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17.67 6.22c2.1-.41 3.65-.26 4.16.54 1.01 1.62-2.57 5.27-8 8.17-5.43 2.89-10.65 3.92-11.66 2.3-.51-.82.16-2.17 1.67-3.68" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3.5 2.5"></path></svg>