SEO
Favicon Generator
이미지를 업로드하면 완전한 파비콘 세트(16–512px, .ico, 웹 매니페스트)와 <head>용 완성된 HTML 코드를 받을 수 있습니다.
보관 파일에는 모든 PNG, favicon.ico, site.webmanifest가 포함됩니다.
Modern browsers and operating systems no longer expect just one favicon.ico — they need a whole set of icon sizes for the browser tab, bookmarks, the iOS/Android home screen, and a PWA web manifest. This tool generates that entire set from a single uploaded image.
How to use it
- Upload a source image (ideally square, at least 512×512px) and the tool generates the full size range (16-512px) in ICO and PNG formats.
- Download an archive containing every favicon file and the site.webmanifest.
- Copy the finished block of <link> tags and paste it into the site's <head>.
Common uses
- Setting up a full favicon set for a new site without manually creating every size by hand.
- Upgrading an outdated icon setup (just a favicon.ico) to the modern standard with PWA and Android maskable icon support.
- Quickly checking how a logo looks shrunk down to 16×16px — fine details often blur together at that size.
Things to keep in mind
At small sizes (16-32px), fine logo details become illegible — a simplified mark works better as a favicon than a full logo with text.
Android maskable icons need a safe zone padded around the main artwork, or important content can get cropped off when a shape mask is applied.
자주 묻는 질문
왜 이렇게 많은 다양한 파비콘 크기가 필요한가요?
플랫폼마다 다른 크기를 요구합니다 — 브라우저 탭은 보통 16x16 또는 32x32를 사용하고, iOS 홈 화면 아이콘은 180x180이 필요하며, Android는 최대 512x512까지 다양한 크기를 사용합니다 — 전체 세트를 생성하면 아이콘이 어디서나 선명하게 보입니다.
.ico와 .png 파비콘의 차이는 무엇인가요?
.ico 형식은 여러 해상도를 하나의 파일에 묶을 수 있고 레거시 브라우저 지원이 가장 넓으며, 최신 브라우저는 link 태그에서 직접 참조되는 일반 .png 파일도 허용합니다 — 오늘날 대부분의 사이트는 호환성을 위해 둘 다 사용합니다.
업로드한 이미지가 파비콘 생성을 위해 서버로 전송되나요?
아니요. 모든 크기 조정과 형식 변환은 브라우저 내에서 완전히 이루어집니다 — 이미지가 어디에도 업로드되지 않습니다.
SVG를 파비콘으로 사용할 수 있나요?
네 — 최신 Chromium 기반 브라우저와 Firefox는 <link rel="icon" type="image/svg+xml">을 지원하며, 이러한 SVG 파비콘은 모든 픽셀 밀도에서 선명함을 유지하고 시스템의 밝은/어두운 테마에 맞춰 색상을 자동으로 조정할 수도 있습니다.
Android용 maskable 아이콘이란 무엇인가요?
주요 그래픽 주위에 안전 여백이 있는 아이콘으로, 중요한 아이콘 콘텐츠를 잘라내지 않으면서도 기기의 테마에 따라 Android가 원형, 둥근 사각형 등 어떤 모양으로든 잘라낼 수 있게 합니다.