Skip to content
Jan Karger edited this page Aug 14, 2018 · 8 revisions

#Pick a Package Get started by picking a package - you can install all of the icons or only the pack(s) that you need if size is a concern

To install the IconPacks, run the following commands in the NuGet Package Manager Console or install it with the NuGet Package Manager extension.

  • MahApps.Metro.IconPacks includes all Icons in one package NuGet package
    PM> Install-Package MahApps.Metro.IconPacks
  • MahApps.Metro.IconPacks.Material with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.Material
  • MahApps.Metro.IconPacks.MaterialLight with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.MaterialLight
  • MahApps.Metro.IconPacks.FontAwesome with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.FontAwesome
  • MahApps.Metro.IconPacks.Octicons with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.Octicons
  • MahApps.Metro.IconPacks.Modern with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.Modern
  • MahApps.Metro.IconPacks.Entypo with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.Entypo
  • MahApps.Metro.IconPacks.SimpleIcons with this NuGet package
    PM> Install-Package MahApps.Metro.IconPacks.SimpleIcons

Once you have the package(s) you need, hop on over to the Usage page to become an IconPacks ninja