Satellite 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 { IconSatellite } from "@devigner-ui/icons";
<IconSatellite className="size-6" />
<script setup>
import { IconSatellite } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSatellite class="size-6" />
</template>
<script>
import { IconSatellite } from "@devigner-ui/icons-svelte";
</script>
<IconSatellite 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="M20.47 10.92s-1.85-.62-4.31-3.08-3.08-4.31-3.08-4.31" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M1.64 9.03a.75.75 0 0 0 .72 1.31zm12.02 12.6a.75.75 0 0 0 1.3.73zm3.03-13.26a.75.75 0 0 0-1.06-1.06zM4.47 18.47a.75.75 0 0 0 1.06 1.06zm8.25-15.6L1.64 9.03l.72 1.31L13.45 4.2zm7.1 7.68-6.16 11.09 1.3.72 6.17-11.08zm-4.19-3.24L4.47 18.47l1.06 1.06L16.69 8.37z" fill="currentColor"></path><path d="M13.08 10.92a5.22 5.22 0 1 0 7.39-7.39 5.22 5.22 0 0 0-7.39 7.39" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>