-
Notifications
You must be signed in to change notification settings - Fork 221
IconPacks Browser
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