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

export const BetterAuthIcon = ({
  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.1 10.36h3.05v3.32H12.1z" />
      <path d="M3 3v18h18V3zm15.48 10.68v3H12.1v-3H8.62v3H5.49V7.36h3.13v3h3.48v-3h6.38z" />
  </svg>
);

Icon

BetterAuth

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBlenderBootstrapBunBuyMeACoffeeC