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

export const RailwayIcon = ({
  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="M2.09 10.56c-.05.33-.08.67-.09 1.01h15.19c-.05-.1-.13-.2-.2-.29C14.39 7.92 13 8.21 11 8.13c-.66-.03-1.12-.04-3.77-.04H2.77c-.19.47-.35.96-.47 1.45h7.79v1.01h-8Zm15.22 2.02H2.01c.02.27.04.54.08.8h14.13c.63 0 .98-.36 1.1-.8ZM2.88 16.15S5.22 21.9 11.99 22c4.04 0 7.52-2.4 9.1-5.85z" />
      <path d="M11.99 2C8.38 2 5.05 3.94 3.28 7.09h3.96c3.09 0 3.21 0 3.81.04h.37c1.3.06 2.9.2 4.16 1.15.68.52 1.67 1.66 2.26 2.47.54.75.7 1.62.33 2.45-.34.76-1.07 1.21-1.96 1.21H2.33s.08.35.21.74H21.5c.34-1.01.51-2.07.51-3.14 0-5.53-4.48-10-10.01-10Z" />
  </svg>
);

Icon

Railway

Category

brands

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 brands icons

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk