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

export const ReplitIcon = ({
  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="M10.75 2H4.92c-.69 0-1.25.56-1.25 1.25v4.17c0 .69.56 1.25 1.25 1.25H12V3.25C12 2.56 11.44 2 10.75 2m8.33 6.67H12v6.67h7.08c.69 0 1.25-.56 1.25-1.25V9.92c0-.69-.56-1.25-1.25-1.25M3.67 16.58v4.17c0 .69.56 1.25 1.25 1.25h5.83c.69 0 1.25-.56 1.25-1.25v-5.42H4.92c-.69 0-1.25.56-1.25 1.25" />
  </svg>
);

Icon

Replit

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