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

export const MaleIcon = ({
  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="m16.79,5.79l-4.32,4.32c-.98-.7-2.18-1.11-3.47-1.11-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6c0-1.29-.42-2.49-1.11-3.47l4.32-4.32,2.79,2.79V3h-7l2.79,2.79Zm-7.79,13.21c-2.21,0-4-1.79-4-4s1.79-4,4-4,4,1.79,4,4-1.79,4-4,4Z" />
  </svg>
);

Icon

Male

Category

users

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

FemaleTransgenderUserUserCheckUserCommunityUserCrossUserGroupUserMinus