Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

icons for WPF application

It's recommended to use vector images in WPF application because of its scalability. Where I can find a free icons in vector format?

like image 655
Nike Avatar asked Apr 09 '10 09:04

Nike


People also ask

How add ICO to WPF?

To add an icon to a project, right click on the project name in Solution Explorer. Right click will open Add Items menu. Select Add >> New Item. Now on Installed Templates, select Icon File (see Figure 1) and click Add.

How do I insert an image in WPF XAML?

XAML. WPF image control is a versatile control. We will add the image by using the Syntax: Image Source property. Source Property: From the above example, we have seen that the Source Property is used to define the image we want to display.


2 Answers

you can get some them from here

http://vector.tutsplus.com/articles/web-roundups/60-free-vector-icon-packs-for-design-professionals/

like image 181
Kishore Kumar Avatar answered Oct 04 '22 15:10

Kishore Kumar


Syncfusion Metro Studio 2 is out (1700 icons). Currently provided free. You can get it here.

like image 41
Tom Avatar answered Oct 04 '22 15:10

Tom