One key · every integration

Set up your license

Your license key looks like IR-XXXXXXXXXXXXXXXX. The same key unlocks every IconsRoom integration below — activate each one once, and it's yours forever.

0 · Find your license key

  • It's on the purchase confirmation screen and in your purchase email.
  • Signed in? It's always on your dashboard. Not activated on the site yet? Do that at iconsroom.com/activate.
  • Lost it? Email iamanassaif@gmail.com from the address you bought with, and we'll resend it.

VS Code

  1. Open VS Code → click the Extensions icon in the left sidebar (four squares) → search "IconsRoom"Install. Or install from the Marketplace ↗.
  2. Open the command palette: hold Cmd + Shift and press P (Windows: Ctrl + Shift + P).
  3. Type icons and choose "IconsRoom: Search Icons".
  4. The blue Activate IconsRoom screen appears — paste your key → Activate.
  5. That's it. Search a keyword, click an icon, and it's inserted at your cursor — a React component in .tsx, a CDN URL in .css, SVG everywhere else. Shortcut for next time: Cmd + Alt + I.

Figma

  1. In Figma, open any file → right-click the canvas → Plugins → Manage plugins… and search "IconsRoom", or install from our Community page ↗.
  2. Run it: right-click the canvas → Plugins → IconsRoom.
  3. Paste your key on the Activate IconsRoom screen → Activate.
  4. Search, set a size or color, click an icon — it lands on your canvas as a true vector.

Chrome

  1. Install IconsRoom from the Chrome Web Store (link coming soon — in review).
  2. Click the IconsRoom icon in your toolbar (pin it via the puzzle-piece menu).
  3. Paste your key → Activate.
  4. Search and copy any icon as SVG, a React component, or a CDN link — from any page.

Raycast

  1. Install IconsRoom from the Raycast Store (link coming soon — in review).
  2. Run "Search Icons" — Raycast asks for your License Key the first time. Paste it and continue.
  3. Type a keyword, press Enter to copy as SVG — or Cmd + J for a React component, Cmd + U for the CDN URL.

AI agents (MCP) — Claude Code, Cursor, Windsurf

One command adds IconsRoom to Claude Code (replace the key with yours):

claude mcp add iconsroom --env ICONSROOM_API_KEY=IR-XXXXXXXXXXXXXXXX -- npx -y @iconsroom/mcp

For Cursor / Windsurf / other MCP clients, add npx -y @iconsroom/mcp as a server with the ICONSROOM_API_KEY environment variable. Full examples in the package README ↗.

Something not working?

  • "License not recognized" — check for typos or extra spaces; the key starts with IR-. Copy it fresh from your dashboard.
  • "Couldn't reach iconsroom.com" — a network blip or firewall; try again in a minute.
  • Still stuck? Email iamanassaif@gmail.com — include which app you're activating and a screenshot, and we'll sort it fast.