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

export const OpenSeaIcon = ({
  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.09 2C6.5 1.95 1.96 6.5 2 12.09c.05 5.43 4.48 9.87 9.91 9.91 5.59.05 10.14-4.5 10.09-10.09-.04-5.43-4.48-9.87-9.91-9.91M9.1 6.98c.64.81 1.02 1.84 1.02 2.96 0 .97-.29 1.87-.78 2.62H5.87l3.22-5.58Zm10.57 6.09v.72s-.03.09-.07.1c-.24.1-1.01.46-1.33.91-.83 1.16-1.47 2.98-2.89 2.98H9.45A3.84 3.84 0 0 1 5.6 13.9c0-.06.05-.1.1-.1h2.81c.1 0 .17.08.17.17v.54c0 .29.23.52.52.52h2.13v-1.24H9.87a6.2 6.2 0 0 0 1.34-3.86c0-1.63-.62-3.11-1.64-4.22.62.07 1.21.2 1.76.36v-.35c0-.36.29-.65.65-.65s.65.29.65.65v.83c1.99.93 3.29 2.47 3.29 4.21 0 1.02-.45 1.97-1.22 2.77-.15.15-.35.24-.57.24h-1.5v1.24h1.89c.41 0 1.14-.77 1.48-1.24 0 0 .02-.02.06-.04l3.47-.8c.07-.02.14.03.14.11Z" />
  </svg>
);

Icon

OpenSea

Category

ai

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

AnthropicBoltNeoClaudeAIDeepseekGeminiGithubCopilotLoomOllama