lobehub / lobe-icons

๐Ÿฅจ Lobe Icons - Popular AI / LLM Model Brand SVG Logo and Icon Collection.
https://icons.lobehub.com
MIT License
117 stars 26 forks source link
ai ai-brands ai-icons brand-colors brands component design design-assets icon-pack icon-packs icons llm llm-brands llm-icons logo model-icon model-logo react svg svg-icons

Lobe Icons

Popular AI / LLM Model Brand SVG Logo and Icon Collection. See them all on one page at [icons.lobehub.com](https://icons.lobehub.com/).
Contributions, corrections & requests can be made on GitHub. [Changelog](./CHANGELOG.md) ยท [Report Bug][github-issues-link] ยท [Request Feature][github-issues-link] [![][npm-release-shield]][npm-release-link] [![][vercel-shield]][vercel-link] [![][discord-shield]][discord-link] [![][npm-downloads-shield]][npm-downloads-link]
[![][github-releasedate-shield]][github-releasedate-link] [![][github-action-test-shield]][github-action-test-link] [![][github-action-release-shield]][github-action-release-link]
[![][github-contributors-shield]][github-contributors-link] [![][github-forks-shield]][github-forks-link] [![][github-stars-shield]][github-stars-link] [![][github-issues-shield]][github-issues-link] [![][github-license-shield]][github-license-link] ![](https://github.com/lobehub/lobe-icons/assets/17870709/7e2c56d2-d7ea-4cb8-842b-22de162d6486)
Table of contents #### TOC - [โœจ Features](#-features) - [๐Ÿ“ฆ Installation](#-installation) - [Compile with NextJS](#compile-with-nextjs) - [โŒจ๏ธ Local Development](#๏ธ-local-development) - [๐Ÿค Contributing](#-contributing) - [๐Ÿฉท Sponsor](#-sponsor) - [๐Ÿ”— More Products](#-more-products) ####

โœจ Features


Supported brands:

Model Provider Application
โœ… Ai21Labs (Jamba)
โœ… Aya (Cohere)
โœ… Baichuan (็™พๅท)
โœ… ChatGLM (ๆ™บ่ฐฑ)
โœ… Claude
โœ… CodeGeeX
โœ… DALLยทE (OpenAI)
โœ… DBRX (Databricks)
โœ… DeepSeek
โœ… Doubao (่ฑ†ๅŒ…)
โœ… FishAudio (Bert)
โœ… Flux (black forest labs)
โœ… Gemini (Google)
โœ… Gemma (Google)
โœ… Grok (xAI)
โœ… Hunyuan (่…พ่ฎฏๆททๅ…ƒ)
โœ… LLaVA
โœ… Magic
โœ… Minimax
โœ… Mistral
โœ… OpenChat
โœ… PaLM (Google)
โœ… Qwen (ๅƒ้—ฎ)
โœ… RWKV
โœ… Spark (่ฎฏ้ฃžๆ˜Ÿ็ซ)
โœ… Stepfun (้˜ถ่ทƒๆ˜Ÿ่พฐ)
โœ… Wenxin (ๆ–‡ๅฟƒ)
โœ… Yi (้›ถไธ€ไธ‡็‰ฉ)
โœ… 01.AI (้›ถไธ€ไธ‡็‰ฉ)
โœ… Ai360 (360 ๆ™บ่„‘)
โœ… AiMass (็ดซไธœๅคชๅˆ)
โœ… Alibaba
โœ… AntGroup
โœ… Anthropic
โœ… AWS
โœ… Baidu
โœ… BaiduCloud (็™พๅบฆๆ™บ่ƒฝไบ‘)
โœ… Bedrock (AWS)
โœ… ByteDance
โœ… Cloudflare
โœ… Cohere (Command)
โœ… DeepMind (Google)
โœ… Fireworks
โœ… Github
โœ… Google
โœ… Groq
โœ… HuggingFace
โœ… InternLM
โœ… LM Studio
โœ… LobeHub
โœ… Meta
โœ… Microsoft (Azure)
โœ… Moonshot (ๆœˆไน‹ๆš—้ข)
โœ… Novita
โœ… Ollama
โœ… OpenAI (ChatGPT)
โœ… OpenRouter
โœ… Perplexity
โœ… Replicate
โœ… SenseNova
โœ… SiliconCloud (SiliconFlow)
โœ… Stability (StableDiffusion)
โœ… Tencent
โœ… together.ai
โœ… Upstage
โœ… VertexAI (Google)
โœ… vLLM
โœ… WorkersAI (Cloudflare)
โœ… xAI
โœ… Zhipu (ๆ™บ่ฐฑ)
โœ… Adobe
โœ… Automatic1111 (SD Webui)
โœ… Firefly (Adobe)
โœ… Github Copilot
โœ… Google (Colab)
โœ… Langfuse
โœ… Microsoft Copilot
โœ… Midjourney
โœ… Nvidia (ChatWithRTX)
โœ… Pollinations
โœ… Qingyan (ๆ™บ่ฐฑๆธ…่จ€)
โœ… Suno
โœ… Zeabur

[!TIP]\ More brands are being added, and PR welcome.

[![][back-to-top]](#readme-top)

๐Ÿ“ฆ Installation

[!IMPORTANT]\ This package is ESM only.

To install Lobe UI, run the following command:

$ bun add @lobehub/icons

Compile with NextJS

[!NOTE]\ By work correct with nextjs ssr, add transpilePackages: ['@lobehub/icons'] to next.config.js. For example:

// next.config.js
const nextConfig = {
  // ...other config

  transpilePackages: ['@lobehub/icons'],
};
[![][back-to-top]](#readme-top)

โŒจ๏ธ Local Development

You can use Github Codespaces for online development:

Or clone it for local development:

$ git clone https://github.com/lobehub/lobe-icons.git
$ cd lobe-icons
$ bun install
$ bun start
[![][back-to-top]](#readme-top)

๐Ÿค Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what youโ€™re made of.

[![][back-to-top]](#readme-top)

๐Ÿฉท Sponsor

Every bit counts and your one-time donation sparkles in our galaxy of support! You're a shooting star, making a swift and bright impact on our journey. Thank you for believing in us โ€“ your generosity guides us toward our mission, one brilliant flash at a time.

[![][back-to-top]](#readme-top)

๐Ÿ”— More Products

[![][back-to-top]](#readme-top)

๐Ÿ“ License

[![][fossa-license-shield]][fossa-license-link]

Copyright ยฉ 2023 LobeHub.
This project is MIT licensed.