Black Hole 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 { IconBlackHole } from "@devigner-ui/icons";
<IconBlackHole className="size-6" />
<script setup>
import { IconBlackHole } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBlackHole class="size-6" />
</template>
<script>
import { IconBlackHole } from "@devigner-ui/icons-svelte";
</script>
<IconBlackHole 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 d="M12 10c5 0 4.6 12-3 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12.31 14c-5 0-4.6-12 3-12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10.63 10.7c3.54-3.54 11.74 5.23 6.37 10.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path opacity="1" d="M13.68 13.3C10.14 16.84 1.94 8.07 7.32 2.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path opacity="1" d="M10.85 13.52C7.32 10 16.08 1.8 21.45 7.16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path opacity="1" d="M13.46 10.48C17 14 8.23 22.2 2.86 16.84" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2 2"></path><path d="M10 12.31c0-5 12-4.6 12 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M14 12c0 5-12 4.6-12-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>