sgwill
sgwill

Reputation: 10524

Where are the Icons included with Visual Studio?

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

Upvotes: 89

Views: 95093

Answers (7)

greg
greg

Reputation: 1204

Visual Studio 2019 Community

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

Upvotes: 5

Edward Brey
Edward Brey

Reputation: 41648

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.

Upvotes: 134

sohan vanani
sohan vanani

Reputation: 1574

Visual Studio 2012 for windows phone

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

Upvotes: 1

Nazmul
Nazmul

Reputation: 7218

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

Upvotes: 10

bulltorious
bulltorious

Reputation: 7897

Visual Studio 2010:

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

Unzip and enjoy

Upvotes: 13

Patrick Desjardins
Patrick Desjardins

Reputation: 140803

Visual Studio 2005:

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

Upvotes: 9

Kieron
Kieron

Reputation: 27107

In VS 2008 they're under:

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

Upvotes: 33

Related Questions