Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find icons for app bar in metro windows 8? [closed]

How to find icons for app bar in metro windows 8 ? And how can i add custom icons ?

like image 531
krrishna Avatar asked Jul 20 '12 07:07

krrishna


4 Answers

The default application bar styles use the font Segoe UI Symbol for it's icons, you can use the program Character Map installed with Windows to browse the icons it provides.

As well as Metro Studio that eibhrum mentioned you can find more at the Noun Project and the Xaml Project.

Edit: Also want to mention the fantastic Modern UI Icons.

like image 182
Nigel Sampson Avatar answered Nov 15 '22 19:11

Nigel Sampson


Syncfusion Metro Studio has a collection of over 600 Metro-style icon templates that can be easily customized to create thousands of unique Metro icons.

like image 36
abramlimpin Avatar answered Nov 15 '22 20:11

abramlimpin


Document from MSDN: WinJS.UI.AppBarIcon enumeration (Windows)

All available systems icons are list there.

To add custom icons, you can download samples from MSDN:

  • HTML AppBar control sample
  • XAML AppBar control sample
like image 28
cuixiping Avatar answered Nov 15 '22 21:11

cuixiping


Someone compiled a list of built-in appbar icons here: http://www.flickr.com/photos/adamkinney/6952800759/sizes/o/in/photostream/

I think this is your best option most of the time, since they're available in every installation, and of the highest quality.

like image 32
Pablo Diaz Avatar answered Nov 15 '22 20:11

Pablo Diaz