89

I heard that Visual Studio came with an Image Library, but I can't find it anywhere. Does anyone know where it is?

Edward Brey
  • 40,302
  • 20
  • 199
  • 253
sgwill
  • 9,814
  • 8
  • 35
  • 40

7 Answers7

134

From Visual Studio 2012 onward, the icons are downloadable separately from Visual Studio:

The library contains application images that appear in Microsoft Visual Studio, Microsoft Windows, the Office system, and other Microsoft software.

The download wasn't initially available when Visual Studio 2012 launched.

Edward Brey
  • 40,302
  • 20
  • 199
  • 253
  • Any possibility to get older Icon Libraries without having to install the related version of Visual Studio? – SharpShade Jul 29 '14 at 21:07
  • 2
    @ZapStorm: You could probably use [Orca](http://msdn.microsoft.com/en-us/library/aa370557.aspx) to extract the CAB files from the MSIs and something like [7-Zip](http://www.7-zip.org/) to identify the right one and extract the icon files (or zip file?) from it. – Edward Brey Jul 29 '14 at 21:13
  • Still very elaborate but okay, thanks for the tip :) – SharpShade Jul 29 '14 at 21:32
33

In VS 2008 they're under:

PROGRAMFILES\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033

Kieron
  • 26,748
  • 16
  • 78
  • 122
13

Visual Studio 2010:

PROGRAMFILES\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033\VS2010ImageLibrary.zip

Unzip and enjoy

bulltorious
  • 7,769
  • 4
  • 49
  • 78
10

VS2012 Modern Image Library

Microsoft published on 3/13/2013 about Visual Studio Image Library Version 2012 and you can download it from the page

http://www.microsoft.com/en-us/download/details.aspx?id=35825

Nazmul
  • 7,078
  • 12
  • 51
  • 63
9

Visual Studio 2005:

C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\VS2005ImageLibrary

Patrick Desjardins
  • 136,852
  • 88
  • 292
  • 341
5

Visual Studio 2019 Community

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Assets

greg
  • 1,118
  • 1
  • 20
  • 40
  • I have the Professional version of 2019 and this folder only contains 4 different icons. Also the downloads from Microsoft are plain b&w tiny icons. What am I missing? – Richard Feb 21 '21 at 08:45
  • @Richard No idea what you're downloading, but this link worked for me: https://www.microsoft.com/en-us/download/details.aspx?id=35825 - also, VS icons are 16x16 so it's normal for them to be "tiny". – dimitar.bogdanov May 04 '21 at 17:46
  • Indeed there are no icons, that is *.ico You can still use them, but if you're looking for application icons (to show up on the desktop), you need to create your own, find another source, or buy them (you can also extract from dll and exe files from other programs, though this may be a license violation). – MC9000 Feb 08 '23 at 03:15
1

Visual Studio 2012 for windows phone

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons

sohan vanani
  • 1,537
  • 1
  • 20
  • 37