black hole3 icon
black-hole3 from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.
- Name
- black-hole3
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M10.013 13.901a4.5 4.5 0 0 1-1.085-1.448c-.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.6 7.6 0 0 0 .002 2.204q.124-.158.268-.296a4.5 4.5 0 0 1 1.448-1.085c1.288-.627 2.946-.812 4.558-.584c3.21.455 6.645 2.652 6.645 6.968a.75.75 0 0 1-1.5 0c0-3.285-2.564-5.087-5.355-5.483a7.7 7.7 0 0 0-1.991-.027c.64.415 1.134 1.033 1.48 1.745c.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.5 7.5 0 0 0-.041-2.432c-.392.856-1.12 1.499-1.988 1.92c-1.288.627-2.946.813-4.558.585C4.685 15.513 1.25 13.316 1.25 9a.75.75 0 0 1 1.5 0c0 3.284 2.564 5.087 5.355 5.482a7.4 7.4 0 0 0 2.573-.07a2.8 2.8 0 0 1-.665-.51m2.12-.658a1.95 1.95 0 0 1-1.08-.426a1.25 1.25 0 0 1-.296-.684q.051-.608.426-1.08a1.25 1.25 0 1 1 .95 2.19" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBlackHole3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.013 13.901a4.5 4.5 0 0 1-1.085-1.448c-.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.6 7.6 0 0 0 .002 2.204q.124-.158.268-.296a4.5 4.5 0 0 1 1.448-1.085c1.288-.627 2.946-.812 4.558-.584c3.21.455 6.645 2.652 6.645 6.968a.75.75 0 0 1-1.5 0c0-3.285-2.564-5.087-5.355-5.483a7.7 7.7 0 0 0-1.991-.027c.64.415 1.134 1.033 1.48 1.745c.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.5 7.5 0 0 0-.041-2.432c-.392.856-1.12 1.499-1.988 1.92c-1.288.627-2.946.813-4.558.585C4.685 15.513 1.25 13.316 1.25 9a.75.75 0 0 1 1.5 0c0 3.284 2.564 5.087 5.355 5.482a7.4 7.4 0 0 0 2.573-.07a2.8 2.8 0 0 1-.665-.51m2.12-.658a1.95 1.95 0 0 1-1.08-.426a1.25 1.25 0 0 1-.296-.684q.051-.608.426-1.08a1.25 1.25 0 1 1 .95 2.19" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.013 13.901a4.5 4.5 0 0 1-1.085-1.448c-.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.6 7.6 0 0 0 .002 2.204q.124-.158.268-.296a4.5 4.5 0 0 1 1.448-1.085c1.288-.627 2.946-.812 4.558-.584c3.21.455 6.645 2.652 6.645 6.968a.75.75 0 0 1-1.5 0c0-3.285-2.564-5.087-5.355-5.483a7.7 7.7 0 0 0-1.991-.027c.64.415 1.134 1.033 1.48 1.745c.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.5 7.5 0 0 0-.041-2.432c-.392.856-1.12 1.499-1.988 1.92c-1.288.627-2.946.813-4.558.585C4.685 15.513 1.25 13.316 1.25 9a.75.75 0 0 1 1.5 0c0 3.284 2.564 5.087 5.355 5.482a7.4 7.4 0 0 0 2.573-.07a2.8 2.8 0 0 1-.665-.51m2.12-.658a1.95 1.95 0 0 1-1.08-.426a1.25 1.25 0 0 1-.296-.684q.051-.608.426-1.08a1.25 1.25 0 1 1 .95 2.19" clip-rule="evenodd"/></svg> </template>
CSS
.icon-black-hole3 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.013%2013.901a4.5%204.5%200%200%201-1.085-1.448c-.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.6%207.6%200%200%200%20.002%202.204q.124-.158.268-.296a4.5%204.5%200%200%201%201.448-1.085c1.288-.627%202.946-.812%204.558-.584c3.21.455%206.645%202.652%206.645%206.968a.75.75%200%200%201-1.5%200c0-3.285-2.564-5.087-5.355-5.483a7.7%207.7%200%200%200-1.991-.027c.64.415%201.134%201.033%201.48%201.745c.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.5%207.5%200%200%200-.041-2.432c-.392.856-1.12%201.499-1.988%201.92c-1.288.627-2.946.813-4.558.585C4.685%2015.513%201.25%2013.316%201.25%209a.75.75%200%200%201%201.5%200c0%203.284%202.564%205.087%205.355%205.482a7.4%207.4%200%200%200%202.573-.07a2.8%202.8%200%200%201-.665-.51m2.12-.658a1.95%201.95%200%200%201-1.08-.426a1.25%201.25%200%200%201-.296-.684q.051-.608.426-1.08a1.25%201.25%200%201%201%20.95%202.19%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.013%2013.901a4.5%204.5%200%200%201-1.085-1.448c-.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.6%207.6%200%200%200%20.002%202.204q.124-.158.268-.296a4.5%204.5%200%200%201%201.448-1.085c1.288-.627%202.946-.812%204.558-.584c3.21.455%206.645%202.652%206.645%206.968a.75.75%200%200%201-1.5%200c0-3.285-2.564-5.087-5.355-5.483a7.7%207.7%200%200%200-1.991-.027c.64.415%201.134%201.033%201.48%201.745c.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.5%207.5%200%200%200-.041-2.432c-.392.856-1.12%201.499-1.988%201.92c-1.288.627-2.946.813-4.558.585C4.685%2015.513%201.25%2013.316%201.25%209a.75.75%200%200%201%201.5%200c0%203.284%202.564%205.087%205.355%205.482a7.4%207.4%200%200%200%202.573-.07a2.8%202.8%200%200%201-.665-.51m2.12-.658a1.95%201.95%200%200%201-1.08-.426a1.25%201.25%200%200%201-.296-.684q.051-.608.426-1.08a1.25%201.25%200%201%201%20.95%202.19%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/black-hole3.svg?color=%231a73e8&size=48