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

export const GitLAbIcon = ({
  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="M20.892 9.889a1 1 0 0 0-.025-.087l-2.104-6.479a.84.84 0 0 0-.8-.57.82.82 0 0 0-.789.575l-2.006 6.175H8.834L6.826 3.327a.82.82 0 0 0-.786-.575h-.006a.84.84 0 0 0-.795.575L3.133 9.815c0 .005-.005.01-.007.016l-1.067 3.281a1.195 1.195 0 0 0 .435 1.34l9.227 6.706c.167.121.393.12.558-.003l9.229-6.703a1.2 1.2 0 0 0 .435-1.34zM17.97 3.936l1.809 5.566H16.16zm-11.94 0 1.812 5.566H4.228zm-2.982 9.752a.25.25 0 0 1-.093-.284l.793-2.437 5.817 7.456zm1.499-3.239h3.601l2.573 7.916zm7.452 8.794-2.856-8.798h5.718l-1.792 5.515zm1.282-.877 2.467-7.588.106-.329h3.604l-5.586 7.156zm7.671-4.678-6.519 4.733.022-.029 5.794-7.425.792 2.436a.25.25 0 0 1-.089.285" />
  </svg>
);

Icon

GitLAb

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