How to generate the favicon?
Text Options
Configure the favicon text, font, and colors.
Text | The text to display on the favicon. |
Font | The font used to render the text. Add more fonts with the "Add Google Font..." option. |
Font Size | The size of the font in pixels. |
Background | The color of the favicon background in HTML/CSS format. |
Text Color | The text color in HTML/CSS format. |
Select color from the sampler. |
Text
Rounded Corners
Use the slider located below the favicon preview to adjust the rounded corners.
Square Circle
- Browse and select the image you want to use as a favicon.
- Drag-and-drop the image file.
- Paste the image from the clipboard (Ctrl-V or ⌘V).
Browse...
Select an image in one of the supported formats.
PNG | Portable Network Graphics |
JPG | JPEG Image |
WEBP | WebP Image |
HEIC | High-Efficiency Image Container |
SVG | Scalable Vector Graphics |
GIF | GIF Image (non-animated) |
ICO | Windows Icon Image |
BMP | Bitmap Image |
TIFF | Tagged Image File Format |
Rounded Corners & Background
Use the slider located below the favicon preview to adjust the rounded corners.
When the favicon has transparent areas, fill its background with a color in HTML/CSS format. Transparent by default.
Select color from the sampler.
Square Circle
Upscale Mode
When the favicon is larger than the image source, how to upscale the image.
Smoothen | Blend the pixels to create a smoother favicon. |
Pixelate | Enlarge the pixels to create a pixelated effect. |
Upscale Mode
HTML Code
The HTML snippet that goes into the <head>
section of the website code.
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
Generate Favicon<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">