U F O 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 { IconUFO } from "@devigner-ui/icons";
<IconUFO className="size-6" />
<script setup>
import { IconUFO } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUFO class="size-6" />
</template>
<script>
import { IconUFO } from "@devigner-ui/icons-svelte";
</script>
<IconUFO 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="m5.5 15.5-1 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m18.5 15.5 1 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M17 8.21c2.99.72 5 2.07 5 3.62 0 2.3-4.48 4.17-10 4.17S2 14.13 2 11.83c0-1.55 2.01-2.9 5-3.62" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M7 8.73A4.73 4.73 0 0 1 11.73 4h.54A4.73 4.73 0 0 1 17 8.73q.01.28-.2.45c-.41.29-1.61.82-4.8.82s-4.39-.53-4.8-.82q-.21-.16-.2-.45" fill="currentColor" stroke="currentColor" stroke-width="1.5"></path><path d="M12 16v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle opacity="1" cx="12" cy="13" r="1" fill="currentColor"></circle><circle cx="7" cy="12" r="1" fill="currentColor"></circle><circle cx="17" cy="12" r="1" fill="currentColor"></circle></svg>