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

export const PlanetScaleIcon = ({
  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="M22 12 12 22c5.52 0 10-4.48 10-10M12 2a10 10 0 0 0-7.07 2.93c-3.91 3.9-3.91 10.24 0 14.14L12 12h2.5l-8.22 8.21c.51.35 1.05.66 1.62.91L21.13 7.89c-1.57-3.48-5.06-5.9-9.12-5.9Z" />
  </svg>
);

Icon

PlanetScale

Category

brands

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 brands icons

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk