infinite icon

infinite-broken from Solar by 480 Design · Broken · Astronomy · CC-BY-4.0 Attribution required.

Name
infinite-broken
Set
Solar
Style
Broken
Category
Astronomy
Viewbox
24×24
License
CC BY 4.0
Aliases
infinity-broken

5 other variants in Solar

The same icon in other sets

More astronomy icons from Solar

Use the infinite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10.0005 8C9.16474 7.37209 8.12582 7 7 7C4.23858 7 2 9.23858 2 12C2 13.6356 2.78534 15.0878 3.99951 16M14 16C14.8357 16.6278 15.8743 17 17 17C19.7614 17 22 14.7614 22 12C22 10.3644 21.2147 8.91223 20.0005 8"/><path d="M7 17C9.76142 17 10.5 15 12 12C13.5 9 14.2386 7 17 7"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarInfiniteBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M10.0005 8C9.16474 7.37209 8.12582 7 7 7C4.23858 7 2 9.23858 2 12C2 13.6356 2.78534 15.0878 3.99951 16M14 16C14.8357 16.6278 15.8743 17 17 17C19.7614 17 22 14.7614 22 12C22 10.3644 21.2147 8.91223 20.0005 8"/><path d="M7 17C9.76142 17 10.5 15 12 12C13.5 9 14.2386 7 17 7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10.0005 8C9.16474 7.37209 8.12582 7 7 7C4.23858 7 2 9.23858 2 12C2 13.6356 2.78534 15.0878 3.99951 16M14 16C14.8357 16.6278 15.8743 17 17 17C19.7614 17 22 14.7614 22 12C22 10.3644 21.2147 8.91223 20.0005 8"/><path d="M7 17C9.76142 17 10.5 15 12 12C13.5 9 14.2386 7 17 7"/></g></svg>
</template>

CSS

.icon-infinite-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.0005%208C9.16474%207.37209%208.12582%207%207%207C4.23858%207%202%209.23858%202%2012C2%2013.6356%202.78534%2015.0878%203.99951%2016M14%2016C14.8357%2016.6278%2015.8743%2017%2017%2017C19.7614%2017%2022%2014.7614%2022%2012C22%2010.3644%2021.2147%208.91223%2020.0005%208%22%2F%3E%3Cpath%20d%3D%22M7%2017C9.76142%2017%2010.5%2015%2012%2012C13.5%209%2014.2386%207%2017%207%22%2F%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.0005%208C9.16474%207.37209%208.12582%207%207%207C4.23858%207%202%209.23858%202%2012C2%2013.6356%202.78534%2015.0878%203.99951%2016M14%2016C14.8357%2016.6278%2015.8743%2017%2017%2017C19.7614%2017%2022%2014.7614%2022%2012C22%2010.3644%2021.2147%208.91223%2020.0005%208%22%2F%3E%3Cpath%20d%3D%22M7%2017C9.76142%2017%2010.5%2015%2012%2012C13.5%209%2014.2386%207%2017%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/infinite-broken.svg?color=%231a73e8&size=48