Dropdown with Icon List and Color List

Is there a way to show all the Material icons (Material Symbols and Icons - Google Fonts) as dropdownitems, which enables user to select.

Similar thing with list of colors, which user can select from.

I was checking, and could not find any resource to help me work this out. Any guidance will be appreciated.

Hi @inductivee,

The Radzen Blazor components do not include a list with all icons.

You can download a JSON file with all the icons from here: https://fonts.google.com/metadata/icons?key=material_symbols&incomplete=true and then use it.

You have to filter the material symbol icons from this JSON file. You have to remove all icons that contain "Material Symbols Outlined" in the unsupported_families field.