A new project from the glincker team
Today we launched thesvg.org - the open-source brand icon library we have been building alongside AskVerdict.
4,600+ brand SVG icons across 20+ categories. Search by name or category, copy in your preferred format (SVG, JSX, Vue, CDN URL), and drop it into your project.
Why this matters for the AskVerdict ecosystem
If you have used AskVerdict's integration pages, provider selectors, or the landing page, you have already seen theSVG icons in action. The provider logos in BYOK settings, the AI model icons in debate configuration, the tech stack badges in our docs - they all come from theSVG.
We extracted this into a standalone open-source project so every developer can benefit.
What ships today
- thesvg.org - searchable website with Cmd+K, category browsing, and favorites
- @thesvg/icons - core icon data with TypeScript types, tree-shakeable
- @thesvg/react - 4,600+ typed React components with
forwardRef - @thesvg/cli - terminal search and add, auto-detects project structure
- @thesvg/mcp-server - MCP server so Claude, Cursor, and Windsurf can find brand icons natively
Each icon supports up to 5 variants: default (color), mono, light, dark, and wordmark.
Quick start
npm install @thesvg/reactimport { Github, Stripe, Vercel } from "@thesvg/react";
<Github width={24} height={24} />Or use the CDN with zero install:
<img src="https://thesvg.org/icons/github/default.svg" width="32" />Links
- Website: thesvg.org
- GitHub: github.com/glincker/thesvg
- npm: npmjs.com/package/@thesvg/icons
- Blog post: Full deep-dive on the engineering and ecosystem
MIT licensed. Brand icons remain the property of their respective trademark holders.