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

export const V0Icon = ({
  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="M13.88 8.88h4.69c.07 0 .15 0 .22.02l-4.89 4.89c-.01-.07-.02-.15-.02-.22zh-1.87v4.69c0 1.9 1.54 3.44 3.44 3.44h4.69v-1.87h-4.69c-.08 0-.15 0-.22-.02l4.9-4.9c.01.07.02.15.02.22v4.69h1.87v-4.69c0-1.9-1.54-3.44-3.44-3.44h-4.69v1.87ZM2 8.25l6.41 8.16c.77.98 2.34.44 2.34-.81V8.25H8.88v5.72l-4.5-5.72z" />
  </svg>
);

Icon

V0

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