infinite icon
infinite-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- infinite-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" fill-rule="evenodd" d="M7 7.75a4.25 4.25 0 0 0 0 8.5c.597 0 1.045-.107 1.407-.284c.362-.176.679-.442.986-.816c.54-.66.983-1.558 1.567-2.741q.175-.355.37-.744l.34-.69c.581-1.181 1.117-2.27 1.777-3.075c.41-.501.89-.923 1.49-1.215S16.216 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-.597 0-1.045.107-1.407.284c-.362.176-.679.442-.986.816c-.54.66-.983 1.558-1.567 2.741q-.175.355-.37.744l-.34.69c-.581 1.181-1.117 2.27-1.777 3.076c-.41.5-.89.922-1.49 1.214s-1.28.435-2.063.435A5.75 5.75 0 1 1 10.451 7.4a.75.75 0 1 1-.901 1.2A4.23 4.23 0 0 0 7 7.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconInfiniteFilled(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="M7 7.75a4.25 4.25 0 0 0 0 8.5c.597 0 1.045-.107 1.407-.284c.362-.176.679-.442.986-.816c.54-.66.983-1.558 1.567-2.741q.175-.355.37-.744l.34-.69c.581-1.181 1.117-2.27 1.777-3.075c.41-.501.89-.923 1.49-1.215S16.216 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-.597 0-1.045.107-1.407.284c-.362.176-.679.442-.986.816c-.54.66-.983 1.558-1.567 2.741q-.175.355-.37.744l-.34.69c-.581 1.181-1.117 2.27-1.777 3.076c-.41.5-.89.922-1.49 1.214s-1.28.435-2.063.435A5.75 5.75 0 1 1 10.451 7.4a.75.75 0 1 1-.901 1.2A4.23 4.23 0 0 0 7 7.75" 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="M7 7.75a4.25 4.25 0 0 0 0 8.5c.597 0 1.045-.107 1.407-.284c.362-.176.679-.442.986-.816c.54-.66.983-1.558 1.567-2.741q.175-.355.37-.744l.34-.69c.581-1.181 1.117-2.27 1.777-3.075c.41-.501.89-.923 1.49-1.215S16.216 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-.597 0-1.045.107-1.407.284c-.362.176-.679.442-.986.816c-.54.66-.983 1.558-1.567 2.741q-.175.355-.37.744l-.34.69c-.581 1.181-1.117 2.27-1.777 3.076c-.41.5-.89.922-1.49 1.214s-1.28.435-2.063.435A5.75 5.75 0 1 1 10.451 7.4a.75.75 0 1 1-.901 1.2A4.23 4.23 0 0 0 7 7.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-infinite-filled {
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%22M7%207.75a4.25%204.25%200%200%200%200%208.5c.597%200%201.045-.107%201.407-.284c.362-.176.679-.442.986-.816c.54-.66.983-1.558%201.567-2.741q.175-.355.37-.744l.34-.69c.581-1.181%201.117-2.27%201.777-3.075c.41-.501.89-.923%201.49-1.215S16.216%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-.597%200-1.045.107-1.407.284c-.362.176-.679.442-.986.816c-.54.66-.983%201.558-1.567%202.741q-.175.355-.37.744l-.34.69c-.581%201.181-1.117%202.27-1.777%203.076c-.41.5-.89.922-1.49%201.214s-1.28.435-2.063.435A5.75%205.75%200%201%201%2010.451%207.4a.75.75%200%201%201-.901%201.2A4.23%204.23%200%200%200%207%207.75%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%22M7%207.75a4.25%204.25%200%200%200%200%208.5c.597%200%201.045-.107%201.407-.284c.362-.176.679-.442.986-.816c.54-.66.983-1.558%201.567-2.741q.175-.355.37-.744l.34-.69c.581-1.181%201.117-2.27%201.777-3.075c.41-.501.89-.923%201.49-1.215S16.216%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-.597%200-1.045.107-1.407.284c-.362.176-.679.442-.986.816c-.54.66-.983%201.558-1.567%202.741q-.175.355-.37.744l-.34.69c-.581%201.181-1.117%202.27-1.777%203.076c-.41.5-.89.922-1.49%201.214s-1.28.435-2.063.435A5.75%205.75%200%201%201%2010.451%207.4a.75.75%200%201%201-.901%201.2A4.23%204.23%200%200%200%207%207.75%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/infinite-filled.svg?color=%231a73e8&size=48