Skip to content

Figma Plugin v1.2 - 6,030+ brand SVGs inside Figma

Choose a tag to compare

@thegdsks thegdsks released this 20 May 16:09
· 145 commits to main since this release
9c2960b

The theSVG plugin for Figma is approved and live on the Figma Community.

Install: https://www.figma.com/community/plugin/1612997159050367763

What this release ships

The Figma plugin (v1.2) gives designers a search panel inside Figma backed by the full theSVG catalog. Click an icon and it drops onto the canvas as an editable vector node. No tab switching, no download-then-drag.

Plugin features

  • 6,030+ brand SVGs across 55+ categories (finance, dev tools, gaming, entertainment, telecom, auto, pharma, and more)
  • Variant picker for icons with multiple versions: color, mono, dark, light, wordmark
  • Recents row of the last 12 inserted icons, persisted via figma.clientStorage
  • Keyboard shortcuts: Enter inserts the first result, Cmd/Ctrl+F focuses search, Esc closes
  • Dark mode aware, matches Figma's theme automatically
  • jsDelivr-backed network, so plugin throughput stays high even during thesvg.org traffic spikes

Site updates that shipped with this release (PR #357)

  • /extensions page lists the Figma plugin as Published with the Community URL
  • Header gains a Figma button (with a two-week new-launch pulse badge that auto-expires on 2026-06-03)
  • Footer lists Figma in the Resources column and adds a Figma social icon
  • README badges and Extensions table updated
  • New blog post at https://thesvg.org/blog/figma-plugin-launch

Bonus: skills.sh-compatible Agent Skill

This release also ships a drop-in Agent Skill at skills/thesvg/SKILL.md. It teaches Claude Code, Cursor, and any tool that picks up SKILL.md from a repo how to fetch brand icons from theSVG using the jsDelivr CDN, including registry lookup, variant fallback, and light/dark theming rules.

Compatible with skills.sh discovery so AI agents can adopt it without a manual install.

Install matrix

Tool Where
Figma plugin https://www.figma.com/community/plugin/1612997159050367763
VS Code extension https://marketplace.visualstudio.com/items?itemName=glincker.thesvg
Raycast extension https://www.raycast.com/thegdsks/thesvg
npm package https://www.npmjs.com/package/thesvg
MCP server https://www.npmjs.com/package/@thesvg/mcp-server
Agent Skill https://github.com/glincker/thesvg/blob/main/skills/thesvg/SKILL.md
CLI `npx @thesvg/cli add `

What's next

Thanks to everyone who tested the beta builds during the Figma Community review queue.