iOS app submission
App Store Connect rejects builds missing any required icon size. Generate the full set once, drop into Xcode's Assets.xcassets, never think about it again.
एक इमेज अपलोड करें और iOS, Android व Web के सभी ज़रूरी आइकन साइज़ पाएँ — favicon.ico सहित। सब कुछ आपके ब्राउज़र में चलता है।
1024×1024 पिक्सेल PNG की सिफ़ारिश है। टूल इसे सभी ज़रूरी साइज़ में छोटा करेगा। बड़ी सोर्स इमेज से बेहतर क्वालिटी के आइकन बनते हैं।
iOS: 20, 29, 40, 58, 60, 76, 80, 87, 120, 152, 167, 180, 1024px। Android: 48 (mdpi), 72 (hdpi), 96 (xhdpi), 144 (xxhdpi), 192 (xxxhdpi), 512 (Play Store)। Web: 16, 32, 150, 180, 192, 512px PNG + favicon.ico।
अपनी आइकन इमेज यहाँ ड्रॉप करें, या क्लिक करके चुनें
सुझाव: 1024×1024 PNG — JPG, PNG, WebP समर्थित
एक इमेज डालें, हर प्लेटफ़ॉर्म के आइकन पाएँ — सभी साइज़, एक क्लिक।
iOS (1024×1024 App Store आइकन सहित), Android (सभी mipmap डेंसिटी), और Web (favicon, apple-touch-icon, og-image) के लिए हर ज़रूरी साइज़ बनाता है।
iOS आइकन सही Contents.json के साथ आते हैं — AppIcon.appiconset फ़ोल्डर को सीधे Xcode प्रोजेक्ट में ड्रैग करें।
सभी रिसाइज़िंग HTML Canvas के ज़रिए ब्राउज़र में होती है। इमेज कभी किसी सर्वर पर अपलोड नहीं होतीं।
सभी आइकन iOS, Android, Web फ़ोल्डरों में व्यवस्थित, एक ZIP फ़ाइल में। तुरंत इस्तेमाल के लिए तैयार।
25 भाषाओं में इंटरफ़ेस उपलब्ध, ब्राउज़र भाषा का स्वचालित पता लगाना। अरबी, फ़ारसी और उर्दू के लिए RTL समर्थन।
कोई सीमा नहीं, कोई वॉटरमार्क नहीं, कोई साइन-अप नहीं। जितनी बार चाहें इस्तेमाल करें।
From one source image to all 30+ required sizes — in your browser, in a minute.
Apple, Google, and the web all accept icons up to 1024 × 1024. Drop a square PNG (transparent background recommended for some platforms, solid for others — both work). We accept JPG too but PNG with transparency gives the most flexibility.
iOS needs ~18 sizes (App Store, home screen at 2x/3x, settings, spotlight). Android needs ~5 mipmap densities (mdpi → xxxhdpi). Web needs favicons (16, 32), apple-touch-icon (180), Chrome (192, 512), and a manifest. Each size is downscaled with high-quality bicubic resampling using OffscreenCanvas.
See the generated icon as it would appear on iOS home screen, Android launcher, and a browser tab — all rendered live. Spot rendering issues (text too small to read at small sizes, lost details after resize) before exporting.
Output is a structured ZIP with iOS folder (ready for Xcode Asset Catalog), Android folder (mipmap-mdpi through mipmap-xxxhdpi), and Web folder (favicon.ico, manifest.json). Drag the appropriate folder into your project.
Icon generation isn't optional for most platforms — here's why.
App Store Connect rejects builds missing any required icon size. Generate the full set once, drop into Xcode's Assets.xcassets, never think about it again.
Google requires a 512 × 512 hi-res icon plus mipmap densities for the launcher. iKit produces both formats from one source — no need to render the same artwork five times manually.
PWAs need a manifest with multiple icon sizes (192, 512 minimum). iKit generates the manifest.json snippet for you, ready to paste into your existing manifest.
Brand redesign? Drop the new logo, get a complete new icon set in 30 seconds. Compare with the old set in the live preview before committing.
App icons are often unreleased brand work — a redesign, a new product, a confidential client logo. Uploading them to a server-side generator means a third party sees the asset before launch, with all the leak risk that implies. iKit generates everything in the browser using OffscreenCanvas, so your unreleased brand never leaves your machine.
iKit ब्लॉग से विस्तृत ट्यूटोरियल और टूल तुलनाएं।
One source PNG → every icon size and density. iOS, Android, and PWA in one export.
Every Android density (mdpi → xxxhdpi) plus adaptive icons, ready as a drop-in res/ folder.
The full apple-touch-icon size matrix and the exact tags Safari and iOS expect.
1024×1024 पिक्सेल PNG की सिफ़ारिश है। टूल इसे सभी ज़रूरी साइज़ में छोटा करेगा। बड़ी सोर्स इमेज से बेहतर क्वालिटी के आइकन बनते हैं।
iOS: 20, 29, 40, 58, 60, 76, 80, 87, 120, 152, 167, 180, 1024px। Android: 48 (mdpi), 72 (hdpi), 96 (xhdpi), 144 (xxhdpi), 192 (xxxhdpi), 512 (Play Store)। Web: 16, 32, 150, 180, 192, 512px PNG + favicon.ico।
नहीं। सभी रिसाइज़िंग ब्राउज़र की Canvas API से होती है। इमेज कभी आपकी डिवाइस से बाहर नहीं जाती।
हाँ। Web आइकन में मल्टी-साइज़ favicon.ico (16×16 और 32×32) तथा अलग-अलग PNG favicon शामिल हैं।
हाँ। 'पारदर्शी' विकल्प चुनें। लेकिन ध्यान दें कि iOS App Store आइकन के लिए ठोस बैकग्राउंड ज़रूरी है — Apple पारदर्शी आइकन को अस्वीकार करता है।