Telescope 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 { IconTelescope } from "@devigner-ui/icons";
<IconTelescope className="size-6" />
<script setup>
import { IconTelescope } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTelescope class="size-6" />
</template>
<script>
import { IconTelescope } from "@devigner-ui/icons-svelte";
</script>
<IconTelescope class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.24 6.18-3.68 2.1c-.83.47-1.25.7-1.36 1.1-.1.41.14.82.62 1.65l.6 1.01c.47.8.7 1.2 1.1 1.31.4.1.8-.12 1.6-.58l3.74-2.12m-7.8-.93-3.64 2.06c-.85.49-1.28.73-1.4 1.15-.1.4.14.83.64 1.67.49.84.74 1.26 1.16 1.37s.84-.13 1.7-.61l3.63-2.07m12.2-8.1L20.3 3.4c-.5-.84-.75-1.26-1.17-1.37s-.84.13-1.7.61l-3.68 2.1c-.83.47-1.25.7-1.36 1.1-.1.41.14.82.62 1.65l1.12 1.9c.47.8.7 1.2 1.1 1.31s.8-.12 1.61-.58L20.58 8c.85-.48 1.28-.73 1.4-1.14.1-.41-.14-.83-.64-1.68" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path><path opacity="1" d="m16 22-4-9.5L8 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>