FVTT Icons — Image Search
Search the Foundry VTT icon library by tag and description, browse a mosaic of results, and click any image to copy its path to the clipboard. Direct access from the filepicker.
Features
- When picking an image for any field, click the icon-search button next to Foundry's File Picker browse button — choose an image and it's applied automatically:
- Live search across icon filename, tags and description (multi-term, AND match).
- Click an image (list row or mosaic card) to copy its path.
- Lazy image loading — only loads thumbnails as they scroll into view, so searches returning hundreds of icons stay responsive.
Installation
Manifest URL (Foundry → Add-on Modules → Install Module → paste):
https://github.com/mordachai/fvtt-icons/releases/latest/download/module.json
Usage
Enable the module in your world. On first launch it creates a macro "FVTT Icons Search" — drag it to your hotbar.
You can also open it from a script macro or the console:
Icons.Open();
Database
Search runs against ImageDatabase_clean.json bundled with the module: an array of { "path", "tags": [...], "description" } entries.