Search code examples
eclipseeclipse-plugineclipse-rcp

Where can Eclipse icons be downloaded


I am developing an eclipse ECP application where I wanted to use the Eclipse icons like project, folder, task, etc.

Can anyone help me from where I can download these icons? I searched in workspace/.metadata/org.eclipse.pde.core/.bundlepool but I could not find the Eclipse related icons.


Solution

  • I'd like to add to Greg's answer:

    • If you search the .bundlepool directory for icons you will have to look into/extract each jar. The icons are usually stored under an icons folder in the jar.
    • a collection of commonly used Eclipse icons can be found here: http://eclipse-icons.i24.cc/
    • since Eclipse Kepler, PDE has a Plug-in Image Browser to browse images inside plug-ins from the workspace or target platform.