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

export const EnterIcon = ({
  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="m18,12c0,1.65-1.35,3-3,3h-6v-3l-5,4,5,4v-3h6c2.76,0,5-2.24,5-5V4h-2v8Z" />
  </svg>
);

Icon

Enter

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

CommandJoystickMaximizeMenuMinimizePowerSlider