List of icons for Radzen Blazor controls

I am trying to use Radzen Blazor Menu as shown in the example Menu Demo, works fine but I need to use different Icons, so I was wondering if there is a list of icons from Radzen or if there is a way to configure menu control to use icons from bootstrap or open iconic ?

We are using Material Icons: https://blazor.radzen.com/icon

If you add open iconic font and css (or other) to your application you can use them as well:

...
<h3>Open Iconic</h3>
<RadzenIcon class="oi oi-account-login">
</RadzenIcon>
...

1 Like

So how do you use the outline icons?

Martin, Did you get that working?