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

export const LoomIcon = ({
  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="m21.22 7.96-1.11-1.93-5.06 2.92 2.92-5.06-1.93-1.11-2.92 5.06V2H10.9v5.85L7.98 2.78 6.05 3.89l2.92 5.06-5.06-2.92L2.8 7.96l5.06 2.92H2v2.22h5.85l-5.06 2.92 1.11 1.93 5.06-2.92-2.92 5.06 1.93 1.11 2.92-5.07v5.85h2.22v-5.85l2.92 5.06 1.93-1.11-2.92-5.07 5.06 2.92L21.21 16l-5.06-2.92H22v-2.22h-5.85l5.06-2.92ZM12 15.02c-1.68 0-3.04-1.36-3.04-3.04S10.32 8.94 12 8.94s3.04 1.36 3.04 3.04-1.36 3.04-3.04 3.04" />
  </svg>
);

Icon

Loom

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

AnthropicBoltNeoClaudeAIDeepseekGeminiGithubCopilotOllamaOpenSea