Planet 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 { IconPlanet } from "@devigner-ui/icons";
<IconPlanet className="size-6" />
<script setup>
import { IconPlanet } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlanet class="size-6" />
</template>
<script>
import { IconPlanet } from "@devigner-ui/icons-svelte";
</script>
<IconPlanet 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.85 6.2c2.01-.38 3.49-.22 3.98.56 1.01 1.62-2.57 5.27-8 8.17-5.43 2.89-10.65 3.92-11.66 2.3-.53-.85.21-2.26 1.83-3.84" stroke="currentColor" stroke-width="1.5"></path></svg>