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

export const FemaleIcon = ({
  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="m12,2c-3.31,0-6,2.69-6,6,0,2.97,2.17,5.43,5,5.91v2.09h-3v2h3v4h2v-4h3v-2h-3v-2.09c2.83-.48,5-2.94,5-5.91,0-3.31-2.69-6-6-6Zm0,10c-2.21,0-4-1.79-4-4s1.79-4,4-4,4,1.79,4,4-1.79,4-4,4Z" />
  </svg>
);

Icon

Female

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

MaleTransgenderUserUserCheckUserCommunityUserCrossUserGroupUserMinus