IconPacks Browser - MahApps/MahApps.Metro.IconPacks GitHub Wiki
If you have no idea which icon you're supposed to take, then you can use the IconPacks Browser
.
You can search in every IconPacks collection for an icon and can copy it then as a snippet to the clipboard.
Copy as PackIcon control (WPF and UWP)
<iconPacks:PackIconOcticons Kind="Bug" />
Copy as content MarkupExtension control (WPF and UWP)
{iconPacks:Octicons Kind=Bug}
Copy as PathIcon control (only UWP)
<iconPacks:PathIconOcticons Kind="Bug" />
Download
The latest version of the browser is available at the release page.