Product UpdateAll Updates

theSVG Is Live - 4,600+ Brand SVG Icons, Free and Open Source

We launched thesvg.org today. 4,600+ brand SVG icons with npm packages, React components, a CLI, and an MCP server for AI assistants. Search, copy, ship.

March 9, 20261 min readAskVerdict Team
Update

theSVG Is Live - 4,600+ Brand SVG Icons, Free and Open Source

We launched thesvg.org today. 4,600+ brand SVG icons with npm packages, React components, a CLI, and an MCP server for AI assistants. Search, copy, ship.

A
AskVerdict Team·1 min read
AskVerdict AIaskverdict.ai

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

bash
npm install @thesvg/react
tsx
import { Github, Stripe, Vercel } from "@thesvg/react";
 
<Github width={24} height={24} />

Or use the CDN with zero install:

html
<img src="https://thesvg.org/icons/github/default.svg" width="32" />

MIT licensed. Brand icons remain the property of their respective trademark holders.

Topics:announcementopen-sourcethesvgdeveloper-toolsglincker
ShareXLinkedIn