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

export const ReactRouterIcon = ({
  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.55 9.96c-.57-.18-.87-.12-1.47-.18-.93-.1-1.3-.46-1.45-1.4-.09-.52.02-1.28-.21-1.76-.43-.9-1.43-1.3-2.44-1.07-.85.19-1.56 1.04-1.6 1.92-.04 1 .52 1.85 1.5 2.14.46.14.95.21 1.44.25.89.06.95.56 1.19.96.15.26.3.51.3 1.27s-.15 1.01-.3 1.27c-.24.4-.54.67-1.42.74-.48.04-.98.11-1.44.25-.97.29-1.54 1.14-1.5 2.14.04.87.75 1.72 1.6 1.92 1.01.23 2.01-.17 2.44-1.07.22-.47.35-1.01.44-1.53.16-.93.53-1.3 1.45-1.4.6-.07 1.22 0 1.78-.32.59-.43 1.13-1.09 1.13-1.99s-.57-1.85-1.44-2.12ZM8.03 14.2c-1.17 0-2.12-.96-2.12-2.13s.95-2.13 2.12-2.13 2.12.96 2.12 2.13-.95 2.13-2.12 2.13m-3.91 4.32A2.13 2.13 0 0 1 2 16.39c0-1.17.96-2.12 2.13-2.12s2.12.96 2.12 2.13-.96 2.12-2.13 2.12m15.77 0c-1.17 0-2.13-.94-2.14-2.11 0-1.17.94-2.14 2.11-2.14s2.13.94 2.14 2.11c0 1.17-.94 2.14-2.11 2.14" />
  </svg>
);

Icon

ReactRouter

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee