next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const InfiniteIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="M17 7c-2.09 0-3.61 1.57-5 3.35C10.61 8.57 9.09 7 7 7c-2.76 0-5 2.24-5 5 0 1.34.52 2.6 1.47 3.54.94.94 2.19 1.46 3.52 1.46H7c2.09 0 3.61-1.57 5-3.35 1.39 1.78 2.91 3.35 5 3.35 2.76 0 5-2.24 5-5s-2.24-5-5-5M7 15c-.8 0-1.54-.31-2.11-.87-.57-.57-.88-1.32-.88-2.13 0-1.65 1.35-3 3-3 1.33 0 2.56 1.44 3.75 3-1.19 1.56-2.42 3-3.75 3Zm10 0c-1.33 0-2.56-1.44-3.75-3 1.19-1.56 2.42-3 3.75-3 1.65 0 3 1.35 3 3s-1.35 3-3 3" />
  </svg>
);

Icon

Infinite

Category

calculation

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related calculation icons

AmpersandAsteriskDivisionEqualFunctionGreaterThanGreaterThanEqualHashtag