The online tool helps to generate website icon for Apple devices needs. Include 57x57 pixel PNG file for iPhone 2G/3G/3GS/Touch, 72x72 pixel PNG file for iPad, 114x114 pixel PNG for iPhone 4/4S, 144x144 pixel PNG for the new iPad 3. When iOS displays your application icon on the Home screen of a device, it automatically adds the following effects: rounded corners, drop shadow, and reflected shine. What you need to do is upload the generated PNG files to your site and add the code below at your web page or web application header:<link rel="apple-touch-icon" href="apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-iphone4.png" />
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-ipad3.png" />