Planet4 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 { IconPlanet4 } from "@devigner-ui/icons";
<IconPlanet4 className="size-6" />
<script setup>
import { IconPlanet4 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlanet4 class="size-6" />
</template>
<script>
import { IconPlanet4 } from "@devigner-ui/icons-svelte";
</script>
<IconPlanet4 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 14a8 8 0 1 1-16 0 8 8 0 0 1 16 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3 11s2.28 2 5.78 2c2.39 0 3.65-1.18 4.72-1.5 2-.59 3.5-.5 3.5-.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M3 16s1.6-.09 3.76.5c1.14.32 2.5 1.5 5.06 1.5 2.3 0 4.12-.75 5.18-1.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" fill-rule="evenodd" clip-rule="evenodd" d="M20.53 4.04a2 2 0 0 0-.3-.53q.5-.14.6 0 .07.17-.3.53m-3.42 1.98q-.5.15-.61 0-.07-.17.3-.53a2 2 0 0 0 .3.53m0 0a9 9 0 0 0 1.8-.82c.7-.4 1.28-.82 1.62-1.16a2 2 0 0 1-3.42 1.98m-.31-.53a2 2 0 0 1 3.42-1.98c-.45.13-1.1.42-1.8.82s-1.28.83-1.62 1.16" fill="currentColor"></path></svg>