Google chrome have some very beautiful icons in its interface, how can I get these icons. I want to use these icons in my next web app. Please tell me how get those icons.

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

You can get from Chromium (Chromium is the open source project behind Chrome) source code repository.

http://src.chromium.org/viewvc/chrome/releases/1.0.154.53/src/chrome/app/theme/

Chromium is released under the BSD license

link|improve this answer
6  
+1 BUT... if you are planning on making the app public, make sure the resources are GPL'd as well as the chromium source otherwise you may have the Intellectual property feds on your case... – geocoin Jul 21 '09 at 10:39
Ya some are there but the full list of icons are not there? – Prashant Jul 21 '09 at 18:03
The resource list is split into several pages, use the drop down menu. – TomA Aug 19 '09 at 0:19
feedback

There are little tools, which can extract resources from executables and DLLs (). You could try

Resource Hacker

a free utility to view, modify, add, delete and extract resources in 32bit Windows executables.

C:\Users\<USERNAME>\AppData\Local\Google\Chrome\
Application\2.0.172.37\Themes\default.dll

Be aware that icons in executables normally are protected by copyright.


Google Chrome Inspector: You can find Google Chrome Inspector's images on your harddisk (example for Windows Vista):

C:\Users\<USERNAME>\AppData\Local\Google\Chrome\
      Application\2.0.172.37\Resources\Inspector\Images


link|improve this answer
Its not retrieving all the icons, can you please tell me how to get all the icons from that DLL – Prashant Jul 21 '09 at 18:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.