Black Hole2 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 { IconBlackHole2 } from "@devigner-ui/icons";
<IconBlackHole2 className="size-6" />
<script setup>
import { IconBlackHole2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBlackHole2 class="size-6" />
</template>
<script>
import { IconBlackHole2 } from "@devigner-ui/icons-svelte";
</script>
<IconBlackHole2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="2" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M10.14 10.36C13.7 6.82 21.91 15.61 16.52 21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path opacity="1" d="M13.86 13.64C10.3 17.18 2.09 8.39 7.48 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path opacity="1" d="M10.36 13.86C6.82 10.3 15.61 2.09 21 7.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path opacity="1" d="M13.64 10.14C17.18 13.7 8.39 21.91 3 16.52" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path></svg>