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

export const OllamaIcon = ({
  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="M7.73 2.01c-.19.03-.41.13-.57.25-.48.36-.85 1.13-1.01 2.1-.06.36-.1.87-.1 1.25 0 .45.05 1.03.13 1.43.02.09.03.17.02.17 0 0-.08.06-.16.13-.27.22-.58.55-.79.85a4.56 4.56 0 0 0-.78 1.95c-.04.28-.05.85-.02 1.13.08.65.27 1.2.61 1.7l.11.16-.03.05c-.22.38-.41.92-.5 1.44-.07.41-.08.52-.08 1.08s0 .67.07 1.06c.08.46.24.95.42 1.28.06.11.2.33.22.34 0 0-.01.06-.04.12a6.3 6.3 0 0 0-.46 1.56c-.05.35-.06.46-.06.83 0 .47.03.69.12 1.07v.05h1.24l-.04-.08c-.25-.46-.27-1.31-.06-2.16.1-.39.21-.68.41-1.08l.12-.24v-.15c0-.14 0-.15-.05-.24a.7.7 0 0 0-.16-.21c-.14-.13-.24-.28-.32-.45-.35-.77-.42-1.91-.17-2.88.1-.4.27-.77.45-.96.12-.13.19-.29.19-.44s-.06-.3-.19-.44c-.37-.4-.6-.88-.68-1.44-.12-.8.09-1.67.57-2.36.47-.68 1.13-1.11 1.87-1.23.17-.03.47-.02.65 0 .19.03.31.02.43-.03.15-.07.22-.16.31-.36.08-.18.14-.28.3-.48.2-.24.38-.41.68-.61.34-.23.74-.39 1.13-.47.14-.03.21-.03.47-.03s.33 0 .47.03c.57.12 1.14.41 1.6.83.1.09.33.38.41.5.03.05.08.15.11.22.09.2.16.29.31.36.12.06.24.07.42.04.29-.05.51-.04.79.01.95.19 1.78.98 2.15 2.03.32.92.23 1.89-.25 2.63-.08.12-.16.23-.28.35-.25.27-.25.6 0 .88.41.45.67 1.56.59 2.53-.05.64-.22 1.22-.44 1.55-.04.06-.12.16-.19.22-.08.08-.13.14-.16.21-.04.09-.05.11-.05.24v.15l.12.24c.21.4.32.69.41 1.08.21.84.19 1.68-.05 2.15l-.04.08h1.22l.02-.06s.02-.08.03-.11c.02-.06.05-.25.07-.43s.02-.85 0-1.05c-.09-.73-.25-1.31-.5-1.86a.4.4 0 0 1-.04-.12s.05-.06.09-.13c.31-.47.51-1.07.6-1.86.03-.22.03-1.15 0-1.36-.07-.54-.15-.9-.29-1.27-.06-.15-.21-.48-.27-.58l-.03-.05.11-.16c.33-.5.53-1.05.61-1.7.03-.28.02-.85-.02-1.13a4.56 4.56 0 0 0-.78-1.95 4.6 4.6 0 0 0-.95-.98s0-.08.02-.17c.17-.91.17-2.04-.01-2.92-.16-.77-.45-1.38-.82-1.73-.3-.28-.6-.4-.96-.38-.83.05-1.5 1-1.76 2.51-.04.24-.08.53-.08.6 0 .03 0 .05-.01.05s-.06-.03-.12-.06c-.64-.38-1.35-.58-2.05-.58s-1.41.2-2.05.58c-.06.04-.12.06-.12.06s-.01-.02-.01-.05c0-.08-.04-.37-.08-.6-.24-1.35-.79-2.25-1.52-2.47-.1-.03-.39-.05-.49-.03Zm.24 1.17c.21.16.44.63.57 1.16.02.09.05.2.06.24 0 .04.02.13.03.19.06.3.08.63.08 1.03v.39l-.1.15-.1.15h-.23c-.27 0-.54.03-.8.1-.09.02-.18.05-.2.05-.03 0-.03 0-.05-.12-.08-.64-.08-1.35.01-1.94.1-.66.34-1.25.58-1.43.06-.04.07-.04.13.01Zm8.19-.01c.14.1.3.38.41.74.23.71.3 1.69.18 2.62-.02.12-.02.13-.05.12-.02 0-.11-.03-.2-.05-.26-.07-.53-.1-.8-.1h-.23l-.1-.15-.1-.15v-.39c0-.56.06-.99.18-1.48.13-.52.36-.99.57-1.15.06-.05.07-.05.13-.01Z" />
      <path d="M11.78 10.39c-.31.03-.4.04-.55.07-.24.05-.57.16-.79.27-.78.38-1.32 1.02-1.49 1.76-.03.15-.04.2-.04.44s0 .3.04.44c.22.97 1.11 1.68 2.26 1.81.25.03 1.33.03 1.58 0 .92-.1 1.72-.61 2.08-1.31.09-.19.14-.31.18-.5.03-.14.04-.19.04-.44s0-.3-.04-.44c-.24-1.07-1.28-1.92-2.56-2.08-.17-.02-.6-.04-.71-.03Zm.54.78c.43.05.86.2 1.2.43.19.12.45.38.56.55.14.21.22.42.25.68.02.12 0 .21-.04.4-.07.29-.28.59-.56.8-.13.1-.41.24-.57.29-.32.1-.53.12-1.27.11-.49 0-.57 0-.71-.03-.48-.09-.85-.28-1.12-.57-.22-.23-.32-.45-.38-.79-.02-.16.02-.42.11-.65.11-.27.41-.61.7-.8.34-.22.78-.38 1.18-.43.16-.02.49-.02.64 0Z" />
      <path d="M11.45 12.22c-.11.06-.19.21-.16.32.03.12.13.24.29.34.09.05.09.06.1.11 0 .03 0 .12-.02.2a1 1 0 0 0-.03.19c0 .06.06.16.12.21.05.04.06.04.21.05.14 0 .17 0 .22-.02.14-.07.18-.2.12-.44-.04-.2-.03-.23.07-.3.11-.07.23-.18.27-.26.07-.15 0-.32-.15-.4a.3.3 0 0 0-.15-.03c-.1 0-.17.02-.3.1l-.07.04-.04-.03c-.18-.11-.22-.12-.33-.12-.08 0-.12 0-.16.03Zm-3.49-1.67a.86.86 0 0 0-.54.53c-.05.13-.07.33-.05.43.05.26.26.49.5.56.3.08.53.03.73-.17a.85.85 0 0 0 .24-.37c.05-.11.05-.13.05-.29v-.17l-.06-.12c-.1-.2-.27-.34-.47-.39a.86.86 0 0 0-.39 0Zm7.67 0c-.2.05-.37.2-.47.39l-.06.12v.17c0 .16 0 .18.05.29.06.16.13.26.24.37.2.2.43.25.73.17.17-.05.35-.19.43-.36.07-.15.09-.25.07-.41-.05-.38-.27-.65-.6-.75a.86.86 0 0 0-.39 0Z" />
  </svg>
);

Icon

Ollama

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

AnthropicBoltNeoClaudeAIDeepseekGeminiGithubCopilotLoomOpenSea