Convert images to ico icon format with customizable sizes and rounded corners for use in websites and applications.
Click to select or drag the image file here
Accepted formats: png | jpg | jpeg | ico | webp , Maximum file size: 10 MB
ico Size:
Corner radius i:

Description

Please use a square image. If the original width and height differ, the generated ico will keep the original aspect ratio and will not be square.
If you need to crop the image to a square, please use Image Cropper.
An .ico file is commonly used as the logo for a website or application.
When using an .ico file for a website, the generated .ico file is typically named "favicon.ico" and placed in the root directory of the website. Then, the following code is added within the <head> tags of the webpage:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />