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

export const GroundIcon = ({
  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="M19 1H5c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m-5 2v2h-4V3zm-4 18v-2h4v2zm6 0v-4H8v4H5v-8h4.18c.41 1.16 1.51 2 2.82 2s2.4-.84 2.82-2H19v-2h-4.18c-.41-1.16-1.51-2-2.82-2s-2.4.84-2.82 2H5V3h3v4h8V3h3v18zm-5-9c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1" />
  </svg>
);

Icon

Ground

Category

sports

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

BaseBallBasketBallChessChessBishopChessKingChessKnightChessPawnChessQueen