What is iCon2Chat?
Pinned posts that explain i2c the way you'd see it on a feed.
iCon2Chat (i2c) turns icons into coded messages. Onlookers see cryptic text on your screen. Your recipient sees the real message only when they actively open it.
Pinned posts that explain i2c the way you'd see it on a feed.
Tap the i2c icon next to emoji. Insert coded icons. Onlookers see cryptic text. Your recipient sees the real message only when they open it.
The live demo is reserved for approved users on a verified device, so every session is tied to a real person. Sign in, request access, verify your phone, and you're in.
Tying access to a verified phone and device keeps the i2cKeyboard™ experience trusted: no anonymous downloads, no shared credentials, and a clean audit trail for the team and our partners.
Pick a template, tap any icon, and watch it expand into the meaning your recipient will read. Strangers see a symbol; your circle reads the sentence.
Tell people where you are without typing.
Want different meanings? Open the editor and remap any icon to your own private sentence.
Edit this dictionaryPick a template, swap any icon for any meaning, and you've created a private language only your circle understands. Pizza can mean lunch, a coffee cup can mean 'I'm safe', a movie reel can mean 'call me back'. You decide.
Tell people where you are without typing.
Show how available, busy, or social you are.
Direct the conversation: call, text, video, voice.
Make plans with one tap.
The iCon2Chat Edit Icons editor lets each user open any icon and rewrite the decoded message it carries. 🍕 can mean "pick me up in 5", a coffee cup can mean "I'm safe", a movie reel can mean "call me back". Share a template with friends and you've all spoken the same private language: outsiders see cryptic text on screen, only your group decodes the intent.
Open iCon2Chat Edit IconsWhile you compose, your screen shows gibberish. Strangers next to you can't read your texts.
Map any icon to any meaning. 🍕 can mean lunch, an apology, or a launch date.
The recipient reads the message in the language of their choice.
Notifications stay cryptic until the intended recipient actively opens the message.
Download the QwertyKeyboard with the i2c key. Available for iPhone and Android. Tap a badge below to install.
Each QR code links straight to the official iCon2Chat listing, no typing required.
Free to install. Requires iOS 15+ or Android 9+.
A tiny SDK adds the i2c key to your keyboard, renders cryptic text on the sender, and decodes on the recipient.
@icon2chat/keyboard — QwertyKeyboard with the i2c key@icon2chat/codec — encode / cryptic / decode@icon2chat/dictionary — customizable icon → message mapimport { I2C } from "@icon2chat/sdk";
const i2c = new I2C({
apiKey: process.env.I2C_API_KEY,
dictionary: { "🍕": "lunch?", "🚗": "omw" },
});
i2c.mountKeyboard("#composer");
await i2c.send({ to: "+15551234", icons: ["🍕"] });SDK code is for approved developers only
Sign in to apply