infinite icon
infinite-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.
- Name
- infinite-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All infinite icons →More astronomy icons from Reicon
Use the infinite 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="M2.75 12a4.25 4.25 0 0 1 6.8-3.4a.75.75 0 1 0 .901-1.2A5.75 5.75 0 1 0 7 17.75c.784 0 1.464-.143 2.064-.435s1.079-.714 1.489-1.215c.66-.804 1.196-1.894 1.776-3.074l.339-.689a.755.755 0 0 0-.339-1.008a.745.745 0 0 0-1.003.337l-.366.743c-.584 1.183-1.027 2.082-1.567 2.74c-.307.375-.624.64-.986.817s-.81.284-1.407.284A4.25 4.25 0 0 1 2.75 12" clip-rule="evenodd"/><path d="M12.67 12.335a.755.755 0 0 0-.34-1.006a.746.746 0 0 0-.975.284q.162-.323.316-.639c.58-1.18 1.117-2.27 1.776-3.074c.41-.501.89-.923 1.49-1.215S16.217 6.25 17 6.25a5.75 5.75 0 1 1-3.45 10.35a.75.75 0 0 1 .9-1.2A4.25 4.25 0 1 0 17 7.75c-.596 0-1.045.107-1.406.284c-.363.176-.68.442-.987.816c-.54.66-.983 1.558-1.567 2.741q-.174.355-.369.744z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconInfiniteDuotone(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="M2.75 12a4.25 4.25 0 0 1 6.8-3.4a.75.75 0 1 0 .901-1.2A5.75 5.75 0 1 0 7 17.75c.784 0 1.464-.143 2.064-.435s1.079-.714 1.489-1.215c.66-.804 1.196-1.894 1.776-3.074l.339-.689a.755.755 0 0 0-.339-1.008a.745.745 0 0 0-1.003.337l-.366.743c-.584 1.183-1.027 2.082-1.567 2.74c-.307.375-.624.64-.986.817s-.81.284-1.407.284A4.25 4.25 0 0 1 2.75 12" clipRule="evenodd"/><path d="M12.67 12.335a.755.755 0 0 0-.34-1.006a.746.746 0 0 0-.975.284q.162-.323.316-.639c.58-1.18 1.117-2.27 1.776-3.074c.41-.501.89-.923 1.49-1.215S16.217 6.25 17 6.25a5.75 5.75 0 1 1-3.45 10.35a.75.75 0 0 1 .9-1.2A4.25 4.25 0 1 0 17 7.75c-.596 0-1.045.107-1.406.284c-.363.176-.68.442-.987.816c-.54.66-.983 1.558-1.567 2.741q-.174.355-.369.744z" opacity=".5"/></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="M2.75 12a4.25 4.25 0 0 1 6.8-3.4a.75.75 0 1 0 .901-1.2A5.75 5.75 0 1 0 7 17.75c.784 0 1.464-.143 2.064-.435s1.079-.714 1.489-1.215c.66-.804 1.196-1.894 1.776-3.074l.339-.689a.755.755 0 0 0-.339-1.008a.745.745 0 0 0-1.003.337l-.366.743c-.584 1.183-1.027 2.082-1.567 2.74c-.307.375-.624.64-.986.817s-.81.284-1.407.284A4.25 4.25 0 0 1 2.75 12" clip-rule="evenodd"/><path d="M12.67 12.335a.755.755 0 0 0-.34-1.006a.746.746 0 0 0-.975.284q.162-.323.316-.639c.58-1.18 1.117-2.27 1.776-3.074c.41-.501.89-.923 1.49-1.215S16.217 6.25 17 6.25a5.75 5.75 0 1 1-3.45 10.35a.75.75 0 0 1 .9-1.2A4.25 4.25 0 1 0 17 7.75c-.596 0-1.045.107-1.406.284c-.363.176-.68.442-.987.816c-.54.66-.983 1.558-1.567 2.741q-.174.355-.369.744z" opacity=".5"/></g></svg> </template>
CSS
.icon-infinite-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%22M2.75%2012a4.25%204.25%200%200%201%206.8-3.4a.75.75%200%201%200%20.901-1.2A5.75%205.75%200%201%200%207%2017.75c.784%200%201.464-.143%202.064-.435s1.079-.714%201.489-1.215c.66-.804%201.196-1.894%201.776-3.074l.339-.689a.755.755%200%200%200-.339-1.008a.745.745%200%200%200-1.003.337l-.366.743c-.584%201.183-1.027%202.082-1.567%202.74c-.307.375-.624.64-.986.817s-.81.284-1.407.284A4.25%204.25%200%200%201%202.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.67%2012.335a.755.755%200%200%200-.34-1.006a.746.746%200%200%200-.975.284q.162-.323.316-.639c.58-1.18%201.117-2.27%201.776-3.074c.41-.501.89-.923%201.49-1.215S16.217%206.25%2017%206.25a5.75%205.75%200%201%201-3.45%2010.35a.75.75%200%200%201%20.9-1.2A4.25%204.25%200%201%200%2017%207.75c-.596%200-1.045.107-1.406.284c-.363.176-.68.442-.987.816c-.54.66-.983%201.558-1.567%202.741q-.174.355-.369.744z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.75%2012a4.25%204.25%200%200%201%206.8-3.4a.75.75%200%201%200%20.901-1.2A5.75%205.75%200%201%200%207%2017.75c.784%200%201.464-.143%202.064-.435s1.079-.714%201.489-1.215c.66-.804%201.196-1.894%201.776-3.074l.339-.689a.755.755%200%200%200-.339-1.008a.745.745%200%200%200-1.003.337l-.366.743c-.584%201.183-1.027%202.082-1.567%202.74c-.307.375-.624.64-.986.817s-.81.284-1.407.284A4.25%204.25%200%200%201%202.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.67%2012.335a.755.755%200%200%200-.34-1.006a.746.746%200%200%200-.975.284q.162-.323.316-.639c.58-1.18%201.117-2.27%201.776-3.074c.41-.501.89-.923%201.49-1.215S16.217%206.25%2017%206.25a5.75%205.75%200%201%201-3.45%2010.35a.75.75%200%200%201%20.9-1.2A4.25%204.25%200%201%200%2017%207.75c-.596%200-1.045.107-1.406.284c-.363.176-.68.442-.987.816c-.54.66-.983%201.558-1.567%202.741q-.174.355-.369.744z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/infinite-duotone.svg?color=%231a73e8&size=48