Browse, search and export the Central Icon System without leaving Raycast — 2,000+ icons, each available in 30 style variants.
| Command | Description |
|---|---|
| Search Icons | Browse, search, and export icons. |
The extension is free to install and browse. Copying and exporting is limited to 10 free copies, after which a Central Icon System license is required.
The icons themselves are a commercial set — installing this extension does not grant you a license to use them. To unlock unlimited copies and the Export All Icons action:
⌘ ⇧ , on the Search Icons command).The key is stored with Raycast's password preference type, so it lives in Raycast's encrypted local store — never in plain text and never in this repository.
Three requests leave your Mac, all to first-party endpoints. There is no third-party analytics, and no crash or event reporting.
| When | Where | What is sent |
|---|---|---|
| On launch, and at most once per 24 hours | centralicons.com/license/check | Your license key, plus package: "raycast" and the extension version, so the license seat can be validated and counted. Only sent if you have entered a key. |
| On launch, when a new icon release exists | registry.npmjs.org | Nothing — a public package manifest and tarball are downloaded. |
| While typing a search of 3+ characters | centralicons.com/search/semantic | Your search query only, to return AI-assisted suggestions. No license key, no identifier, and no local data. |
Icon names, exported files, and clipboard contents are never transmitted. Everything else — the icon set, your style settings, and your copy count — stays on disk in the extension's support directory and Raycast's local storage.
Icons are not bundled with this extension. On first launch it reads the latest version of @central-icons-react/all from the public npm registry, downloads the tarball, and extracts two files (icons/index.js and icons-index.json) with the system /usr/bin/tar into the extension's support directory. A short-lived Node child process then splits them into per-variant caches, so the ~52 MB source is never parsed inside Raycast's worker.
This keeps the extension small, works offline after the first run, and means new icons arrive minutes after they are published rather than waiting on a store release.
Central Icon System is designed and maintained by Iconists. This extension is not affiliated with Raycast.