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

export const MaximizeIcon = ({
  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="M15.71 14.29 14.29 15.71 17.29 18.71 15 21 21 21 21 15 18.71 17.29 15.71 14.29z" />
      <path d="M8.29 9.71 9.71 8.29 6.71 5.29 9 3 3 3 3 9 5.29 6.71 8.29 9.71z" />
      <path d="M17.29 5.29 14.29 8.29 15.71 9.71 18.71 6.71 21 9 21 3 15 3 17.29 5.29z" />
      <path d="M6.71 18.71 9.71 15.71 8.29 14.29 5.29 17.29 3 15 3 21 9 21 6.71 18.71z" />
  </svg>
);

Icon

Maximize

Category

keywords-buttons

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 keywords-buttons icons

CommandEnterJoystickMenuMinimizePowerSlider