Icon support for ImageIO
This library adds support for .ico files to the Java ImageIO API.Just add the .jar file to your classpath and ImageIO does the rest.
Alternatively you could test it using one of the following commands:
java -jar ICOReader.jar c:\test.ico
java -jar ICOReader.jar -imageio c:\test.ico
Project page