A native macOS icon browser for the Iconify ecosystem — 200,000+ open-source icons across 150+ icon sets, searchable and exportable from a fast, keyboard-friendly desktop app.
Inspired by icones (antfu-collective/icones) and the clean UX of native icon managers, rebuilt as a lightweight Tauri app.
Grab the latest .dmg from the
Releases page.
Open the .dmg and drag Icônes into your Applications folder — that's it.
The app is signed and notarized by Apple, so it opens with no warnings.
Currently Apple Silicon (arm64) only — Intel/universal builds coming later.
- Browse by set — icon collections grouped by category in a collapsible sidebar
- Search everything — full-text search across every Iconify collection
- Filter by style — all / monochrome / colored
- Live export panel — tweak size, padding, rotation, flip, and color; the preview matches the exported output exactly
- Copy or download as
SVG,JSX, a full React component, or aData URL - Dark & light themes, native macOS window chrome
- Tauri 2 — native shell (Rust), tiny bundle, system WebView
- React 19 + Vite + TypeScript
@iconify/reactfor rendering@iconify/utilsfor SVG generation
All icon data comes from the public Iconify API.
pnpm install
pnpm tauri dev # run the desktop app in dev mode
pnpm dev # or just the web frontend on http://localhost:1420pnpm tauri build # produces a .app + .dmg in src-tauri/target/release/bundle- Designed & built by Deserve Studio.
- App code is MIT licensed — see LICENSE.
- Icons are provided by Iconify; each icon set keeps its own license (MIT, Apache-2.0, CC-BY, etc.). Check the individual set before use.
- Conceptually indebted to icones by @antfu.