Skip to content
Jan Karger ツ ☀ edited this page Jan 8, 2020 · 4 revisions

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)

2019-12-16_11h04_18

<iconPacks:PackIconOcticons Kind="Bug" />

Copy as content MarkupExtension control (WPF and UWP)

2019-12-16_11h04_52

{iconPacks:Octicons Kind=Bug}

Copy as PathIcon control (only UWP)

2019-12-16_11h05_10

<iconPacks:PathIconOcticons Kind="Bug" />

Download

The latest version of the browser is available at the release page.

2019-12-19_10h38_30