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

export const SuperbaseIcon = ({
  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="M19.98 9.12h-8.03l-.04-6.26c-.01-.82-1.05-1.17-1.56-.53l-7.7 9.71c-.91 1.15-.09 2.84 1.37 2.84h7.97l.09 6.26c.01.82 1.05 1.17 1.56.53l7.71-9.71c.91-1.15.09-2.84-1.37-2.84" />
  </svg>
);

Icon

Superbase

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