black hole3 icon

black-hole3-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.

Name
black-hole3-duotone
Set
Reicon
Style
Duotone
Category
Astronomy
Viewbox
24×24
License
MIT

2 other variants in Reicon

More astronomy icons from Reicon

Use the black hole3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.104 12.784a5 5 0 0 1-.176-.331c-.627-1.288-.812-2.946-.584-4.558c.455-3.21 2.652-6.645 6.968-6.645a.75.75 0 0 1 0 1.5c-3.285 0-5.087 2.564-5.483 5.355a7.7 7.7 0 0 0-.04 1.868A3 3 0 0 1 12 9c.966 0 1.826.457 2.374 1.166c.417.38.754.855 1.01 1.381c.626 1.288.812 2.946.584 4.558c-.455 3.21-2.652 6.645-6.968 6.645a.75.75 0 0 1 0-1.5c3.284 0 5.087-2.564 5.482-5.355a7.6 7.6 0 0 0-.002-2.206a3.001 3.001 0 0 1-5.376-.905" clip-rule="evenodd"/><g opacity=".5"><path d="M13.25 12c0 .887-.51 1.576-1.453 2.035c-.962.467-2.304.644-3.692.447C5.315 14.087 2.75 12.284 2.75 9a.75.75 0 0 0-1.5 0c0 4.316 3.436 6.513 6.645 6.968c1.612.228 3.27.042 4.558-.584c1.307-.636 2.297-1.771 2.297-3.384a.75.75 0 0 0-1.5 0"/><path d="M10.75 12.312c0-.888.51-1.577 1.453-2.035c.962-.468 2.304-.644 3.692-.448c2.79.396 5.355 2.198 5.355 5.483a.75.75 0 0 0 1.5 0c0-4.316-3.436-6.513-6.645-6.968c-1.612-.228-3.27-.043-4.558.584c-1.307.635-2.297 1.77-2.297 3.383a.75.75 0 0 0 1.5 0"/></g></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBlackHole3Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9.104 12.784a5 5 0 0 1-.176-.331c-.627-1.288-.812-2.946-.584-4.558c.455-3.21 2.652-6.645 6.968-6.645a.75.75 0 0 1 0 1.5c-3.285 0-5.087 2.564-5.483 5.355a7.7 7.7 0 0 0-.04 1.868A3 3 0 0 1 12 9c.966 0 1.826.457 2.374 1.166c.417.38.754.855 1.01 1.381c.626 1.288.812 2.946.584 4.558c-.455 3.21-2.652 6.645-6.968 6.645a.75.75 0 0 1 0-1.5c3.284 0 5.087-2.564 5.482-5.355a7.6 7.6 0 0 0-.002-2.206a3.001 3.001 0 0 1-5.376-.905" clipRule="evenodd"/><g opacity=".5"><path d="M13.25 12c0 .887-.51 1.576-1.453 2.035c-.962.467-2.304.644-3.692.447C5.315 14.087 2.75 12.284 2.75 9a.75.75 0 0 0-1.5 0c0 4.316 3.436 6.513 6.645 6.968c1.612.228 3.27.042 4.558-.584c1.307-.636 2.297-1.771 2.297-3.384a.75.75 0 0 0-1.5 0"/><path d="M10.75 12.312c0-.888.51-1.577 1.453-2.035c.962-.468 2.304-.644 3.692-.448c2.79.396 5.355 2.198 5.355 5.483a.75.75 0 0 0 1.5 0c0-4.316-3.436-6.513-6.645-6.968c-1.612-.228-3.27-.043-4.558.584c-1.307.635-2.297 1.77-2.297 3.383a.75.75 0 0 0 1.5 0"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.104 12.784a5 5 0 0 1-.176-.331c-.627-1.288-.812-2.946-.584-4.558c.455-3.21 2.652-6.645 6.968-6.645a.75.75 0 0 1 0 1.5c-3.285 0-5.087 2.564-5.483 5.355a7.7 7.7 0 0 0-.04 1.868A3 3 0 0 1 12 9c.966 0 1.826.457 2.374 1.166c.417.38.754.855 1.01 1.381c.626 1.288.812 2.946.584 4.558c-.455 3.21-2.652 6.645-6.968 6.645a.75.75 0 0 1 0-1.5c3.284 0 5.087-2.564 5.482-5.355a7.6 7.6 0 0 0-.002-2.206a3.001 3.001 0 0 1-5.376-.905" clip-rule="evenodd"/><g opacity=".5"><path d="M13.25 12c0 .887-.51 1.576-1.453 2.035c-.962.467-2.304.644-3.692.447C5.315 14.087 2.75 12.284 2.75 9a.75.75 0 0 0-1.5 0c0 4.316 3.436 6.513 6.645 6.968c1.612.228 3.27.042 4.558-.584c1.307-.636 2.297-1.771 2.297-3.384a.75.75 0 0 0-1.5 0"/><path d="M10.75 12.312c0-.888.51-1.577 1.453-2.035c.962-.468 2.304-.644 3.692-.448c2.79.396 5.355 2.198 5.355 5.483a.75.75 0 0 0 1.5 0c0-4.316-3.436-6.513-6.645-6.968c-1.612-.228-3.27-.043-4.558.584c-1.307.635-2.297 1.77-2.297 3.383a.75.75 0 0 0 1.5 0"/></g></g></svg>
</template>

CSS

.icon-black-hole3-duotone {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.104%2012.784a5%205%200%200%201-.176-.331c-.627-1.288-.812-2.946-.584-4.558c.455-3.21%202.652-6.645%206.968-6.645a.75.75%200%200%201%200%201.5c-3.285%200-5.087%202.564-5.483%205.355a7.7%207.7%200%200%200-.04%201.868A3%203%200%200%201%2012%209c.966%200%201.826.457%202.374%201.166c.417.38.754.855%201.01%201.381c.626%201.288.812%202.946.584%204.558c-.455%203.21-2.652%206.645-6.968%206.645a.75.75%200%200%201%200-1.5c3.284%200%205.087-2.564%205.482-5.355a7.6%207.6%200%200%200-.002-2.206a3.001%203.001%200%200%201-5.376-.905%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M13.25%2012c0%20.887-.51%201.576-1.453%202.035c-.962.467-2.304.644-3.692.447C5.315%2014.087%202.75%2012.284%202.75%209a.75.75%200%200%200-1.5%200c0%204.316%203.436%206.513%206.645%206.968c1.612.228%203.27.042%204.558-.584c1.307-.636%202.297-1.771%202.297-3.384a.75.75%200%200%200-1.5%200%22%2F%3E%3Cpath%20d%3D%22M10.75%2012.312c0-.888.51-1.577%201.453-2.035c.962-.468%202.304-.644%203.692-.448c2.79.396%205.355%202.198%205.355%205.483a.75.75%200%200%200%201.5%200c0-4.316-3.436-6.513-6.645-6.968c-1.612-.228-3.27-.043-4.558.584c-1.307.635-2.297%201.77-2.297%203.383a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.104%2012.784a5%205%200%200%201-.176-.331c-.627-1.288-.812-2.946-.584-4.558c.455-3.21%202.652-6.645%206.968-6.645a.75.75%200%200%201%200%201.5c-3.285%200-5.087%202.564-5.483%205.355a7.7%207.7%200%200%200-.04%201.868A3%203%200%200%201%2012%209c.966%200%201.826.457%202.374%201.166c.417.38.754.855%201.01%201.381c.626%201.288.812%202.946.584%204.558c-.455%203.21-2.652%206.645-6.968%206.645a.75.75%200%200%201%200-1.5c3.284%200%205.087-2.564%205.482-5.355a7.6%207.6%200%200%200-.002-2.206a3.001%203.001%200%200%201-5.376-.905%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M13.25%2012c0%20.887-.51%201.576-1.453%202.035c-.962.467-2.304.644-3.692.447C5.315%2014.087%202.75%2012.284%202.75%209a.75.75%200%200%200-1.5%200c0%204.316%203.436%206.513%206.645%206.968c1.612.228%203.27.042%204.558-.584c1.307-.636%202.297-1.771%202.297-3.384a.75.75%200%200%200-1.5%200%22%2F%3E%3Cpath%20d%3D%22M10.75%2012.312c0-.888.51-1.577%201.453-2.035c.962-.468%202.304-.644%203.692-.448c2.79.396%205.355%202.198%205.355%205.483a.75.75%200%200%200%201.5%200c0-4.316-3.436-6.513-6.645-6.968c-1.612-.228-3.27-.043-4.558.584c-1.307.635-2.297%201.77-2.297%203.383a.75.75%200%200%200%201.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/black-hole3-duotone.svg?color=%231a73e8&size=48

Black Hole3 duotone icon — Reicon · IconsDB