Icon Library

Loading all icons...
Loading...

How to Use in Power BI

1. Copy Icon URL

Click any icon to copy its URL. The URL includes your selected color.

2. Add to Power BI

In Power BI, use the Image visual or add the URL to a table column with Image URL data category.

3. Dynamic Colors

You can also build dynamic URLs in DAX by replacing the color parameter.

Example DAX:

"https://powerui.app/api/icons/lucide/home?color=" & [ColorColumn]

Pro tip: Export all icons as CSV to quickly import multiple icons into your Power BI dataset.