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

export const TransgenderIcon = ({
  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.29,4.29l-4.27,4.27c-.59-.35-1.28-.57-2.02-.57s-1.42.22-2.02.57l-1.57-1.57,1.29-1.29-1.41-1.41-1.29,1.29-1.29-1.29,2.29-2.29H2v6l2.29-2.29,1.29,1.29-1.29,1.29,1.41,1.41,1.29-1.29,1.57,1.57c-.35.59-.57,1.28-.57,2.02,0,1.86,1.28,3.41,3,3.86v2.14h-2v2h2v2h2v-2h2v-2h-2v-2.14c1.72-.45,3-2,3-3.86,0-.74-.22-1.42-.57-2.02l4.27-4.27,2.29,2.29V2h-6l2.29,2.29Zm-6.29,9.71c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" />
  </svg>
);

Icon

Transgender

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

FemaleMaleUserUserCheckUserCommunityUserCrossUserGroupUserMinus