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

export const ClerkIcon = ({
  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 15.13c1.73 0 3.12-1.4 3.12-3.13S13.72 8.88 12 8.88 8.87 10.28 8.87 12s1.4 3.13 3.13 3.13m3.35 1.99a.68.68 0 0 0-.79-.11c-.77.39-1.64.62-2.56.62s-1.79-.22-2.56-.62a.68.68 0 0 0-.79.11L6.37 19.4c-.27.27-.24.71.07.92 1.59 1.06 3.5 1.69 5.56 1.69s3.97-.62 5.56-1.69c.31-.21.34-.65.07-.92z" />
      <path d="M12 2C6.48 2 2 6.48 2 12c0 2.06.62 3.97 1.69 5.56.21.31.65.34.92.07l2.28-2.28c.21-.21.24-.53.11-.79-.39-.77-.62-1.64-.62-2.56a5.63 5.63 0 0 1 5.63-5.63c.92 0 1.79.22 2.56.62.26.13.58.1.79-.11l2.28-2.28c.27-.27.24-.71-.07-.92a10 10 0 0 0-5.56-1.69Z" />
  </svg>
);

Icon

Clerk

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

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee