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

export const MinimizeIcon = ({
  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="M4.71 3.29 3.29 4.71 6.29 7.71 4 10 10 10 10 4 7.71 6.29 4.71 3.29z" />
      <path d="M16.29 6.29 14 4 14 10 20 10 17.71 7.71 20.71 4.71 19.29 3.29 16.29 6.29z" />
      <path d="M20 14 14 14 14 20 16.29 17.71 19.29 20.71 20.71 19.29 17.71 16.29 20 14z" />
      <path d="M6.29 16.29 3.29 19.29 4.71 20.71 7.71 17.71 10 20 10 14 4 14 6.29 16.29z" />
  </svg>
);

Icon

Minimize

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

CommandEnterJoystickMaximizeMenuPowerSlider