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.
|
feedback
|
|
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 | |||||||||
feedback
|
|
There are little tools, which can extract resources from executables and DLLs (). You could try a free utility to view, modify, add, delete and extract resources in 32bit Windows executables.
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):
| |||
feedback
|