Favicon Generator
Generate favicons (ICO, PNG) for modern websites. Create all necessary sizes (16x16, 32x32, 180x180, 192x192, 512x512) at once.
Drag & Drop or Click to Upload
PNG, JPG, SVG, WebP
16x16
favicon-16x16.png
32x32
favicon-32x32.png
ICO Multi-size
favicon.ico
180x180 (Apple)
apple-touch-icon.png
192x192 (Android)
android-chrome-192x192.png
512x512 (Android)
android-chrome-512x512.png
Favicon Generator
Favicons and app icons help a site feel polished across browser tabs, bookmarks, home screens, and device shortcuts. This favicon generator creates common favicon and PNG icon sizes from a source image so you can prepare launch assets faster.
When it helps
- Launch a new site: Generate
favicon.icoand common PNG sizes from a logo or icon. - Refresh brand assets: Update browser and device icons after a redesign.
- Prepare app-like shortcuts: Create icons for mobile home screens and browser metadata.
Icon design tip
Small icons lose detail quickly. Use a simple, centered shape with enough padding, and test the result at 16x16 and 32x32 sizes before publishing.
Articles for this tool
Generate a Full Set of Favicons from a Single Image—Right in Your Browser
Introducing a tool that lets you batch-generate favicon.ico, Apple Touch Icons, and PNGs of various resolutions entirely within your browser.
How to Convert HEX, RGB, and HSL Colors and Check Contrast
Convert CSS color formats, adjust colors with HSL, and check foreground/background contrast for readable UI design.
Recent Articles
CREATE TABLE Reference: MySQL vs PostgreSQL vs SQLite Types & Constraints
A cross-database CREATE TABLE (DDL) reference with cheat sheets for data types, auto-increment keys (AUTO_INCREMENT / IDENTITY / rowid), foreign key ON DELETE behavior, and the CHECK constraint that MySQL silently ignores.
How CREATE TABLE Generation From a Visual Table Design Works | DDL Builder
A look inside DDL Builder, which turns a visually designed table into CREATE TABLE statements and an ER diagram. Covers the MySQL/PostgreSQL/SQLite type-mapping rules and the column-inference algorithm used for JSON samples.
GitHub Actions needs Design Patterns: Speed Up CI, Avoid the Anti-Patterns
A pattern reference for GitHub Actions job dependencies (needs). Covers diamond-shaped fan-out, concurrency cancellation, fail-fast tradeoffs, matrix-plus-needs gotchas, and reusable workflows, with copy-paste YAML examples.
SQL JOIN Types: Complete Reference to INNER, LEFT, RIGHT & FULL
A reference for SQL JOIN types (INNER/LEFT/RIGHT/FULL/CROSS/SELF) with a cheat sheet and row-count walkthroughs. Covers why one-to-many joins duplicate rows, the WHERE-vs-ON NULL trap, and how to write multi-table joins.
Case Converter: camelCase, snake_case & kebab-case — 9 Styles at Once
Convert identifiers between camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case and more — all nine styles side by side. Handles acronym runs like HTTPServer, digits, and bulk multi-line conversion.
LLM API Cost Calculator: Compare Claude, GPT & Gemini Pricing Side by Side
Paste a prompt, set the expected output tokens, and compare per-request API costs across Claude, GPT and Gemini models. Covers input/output pricing structure, auto-updated price tables, and estimate limits.