@orellius/icons
v0.2.0
Published
AI / LLM brand icons as React components. 34 icons: Claude, OpenAI, Gemini, Aider, Meta, Mistral, and more.
Downloads
222
Maintainers
Readme
@orellius/icons
AI / LLM brand icons as React components.
Install
npm install @orellius/icons
Usage
import { ClaudeIcon, OpenAIIcon, GeminiIcon, AiderIcon } from "@orellius/icons"
Tree-shakeable imports
import { ClaudeIcon } from "@orellius/icons/claude"
Raw SVG paths
import { CLAUDE_PATH } from "@orellius/icons/claude"
Available icons
| Icon | Component | Path constant | |------|-----------|---------------| | Claude/Anthropic | ClaudeIcon | CLAUDE_PATH | | OpenAI | OpenAIIcon | OPENAI_PATH | | Google Gemini | GeminiIcon | GEMINI_PATH | | Aider | AiderIcon | AIDER_PATH | | Meta | MetaIcon | META_PATH | | Mistral | MistralIcon | MISTRAL_PATH | | Cohere | CohereIcon | COHERE_PATH_1, COHERE_PATH_2, COHERE_PATH_3 | | Perplexity | PerplexityIcon | PERPLEXITY_PATH | | Hugging Face | HuggingFaceIcon | HUGGING_FACE_PATH | | Cursor | CursorIcon | CURSOR_PATH | | Windsurf | WindsurfIcon | WINDSURF_PATH | | Copilot | CopilotIcon | COPILOT_PATH | | AWS | AwsIcon | AWS_PATH_1, AWS_PATH_2 | | Azure | AzureIcon | AZURE_PATH_1, AZURE_PATH_2, AZURE_PATH_3 | | Vertex AI | VertexAiIcon | VERTEX_AI_PATH_1 through VERTEX_AI_PATH_8 | | Stability AI | StabilityIcon | STABILITY_PATH_1, STABILITY_PATH_2 | | Midjourney | MidjourneyIcon | MIDJOURNEY_PATH | | Replicate | ReplicateIcon | REPLICATE_PATH | | Groq | GroqIcon | GROQ_PATH | | Together | TogetherIcon | TOGETHER_PATH_1, TOGETHER_PATH_2, TOGETHER_PATH_3 | | Fireworks | FireworksIcon | FIREWORKS_PATH | | Ollama | OllamaIcon | OLLAMA_PATH | | LM Studio | LmStudioIcon | LM_STUDIO_PATH_1, LM_STUDIO_PATH_2 | | DeepSeek | DeepSeekIcon | DEEP_SEEK_PATH | | GitHub Copilot | GithubCopilotIcon | GITHUB_COPILOT_PATH | | Claude Code | ClaudeCodeIcon | CLAUDE_CODE_PATH | | Gemini CLI | GeminiCliIcon | GEMINI_CLI_PATH_1, GEMINI_CLI_PATH_2 | | Codex | CodexIcon | CODEX_PATH | | Cline | ClineIcon | CLINE_PATH_1, CLINE_PATH_2 | | Roo Code | RooCodeIcon | ROO_CODE_PATH | | v0 | V0Icon | V0_PATH | | Vercel | VercelIcon | VERCEL_PATH | | MCP | McpIcon | MCP_PATH_1, MCP_PATH_2 | | LangChain | LangChainIcon | LANGCHAIN_PATH |
