Icon System
WindUI supports icons from multiple sources:
- Built-In Icons (recommended)
- Roblox Asset IDs - Use rbxassetid:// format
- Image URLs - External image RAW links
Built-In Icons
WindUI uses Lucide icons by default. You can reference any Lucide icon by its name.
All Available Icon Sets
| Name | Prefix |
|---|---|
| Lucide Icons | lucide: |
| Craft Icons | craft: |
| Geist Icons | geist: |
| Solar Icons | solar: |
| SF Symbols | sfsymbols: |
| Gravity UI Icons | gravity: |
All Icons source
Loading...
Using Icons
Built-In Icons
Simply use the icon name:
Lucide:
Solar:
and others
Roblox Asset IDs
Use rbxassetid:// format:
Image URLs
Provide direct image URLs:
Related Documentation
- Button - Icons in buttons
- Tab - Icons in tabs
- Section - Icons in sections
- Notification - Icons in notifications