Skip to main content

ModernUI

The complete ModernUI icon pack – (1,259 icons!). All icons are packed as individual svg resources in a single assembly. Use it by adding the Wisej.Ext.ModernUI to the references and select the icon using the image editor at design time. The URL is resource.wx/Wisej.Ext.ModernUI/{icon-name}.

Source Code: Wisej.Ext.ModernUI

How to Use​

Deploy the icon pack​

All you need to deploy is the Wisej.Ext.ModernUI.dll.

Use the icons in code​

Add a reference to Wisej.Web.ModernUI.dll to your project and compile. All the icons will be available in the icon picker. To use the icons in code, simply refer to the Icon Pack name and the icon name like this:

this.button1.ImageSource = Wisej.Ext.ModernUI.Icons.AppbarYoutube;