Skip to content

Instantly share code, notes, and snippets.

@stokito
Created May 21, 2022 21:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stokito/d3963872b8113ded8bad621f5cb04352 to your computer and use it in GitHub Desktop.
Save stokito/d3963872b8113ded8bad621f5cb04352 to your computer and use it in GitHub Desktop.
Emojis that may be used instead of an icon for applications
βš™οΈ settings
πŸ”§ settings config
πŸ›‘οΈ security privacy
πŸ“ folder
πŸ“‚ open folder/file
πŸ“„ empty file
πŸ—’οΈ text file
πŸ“ memo/logs
πŸšͺ exit
πŸ”— link
πŸ”‘ key
πŸ—‘οΈ trash
✏️ edit
βœ‚οΈ cut
πŸ“‹ pase
πŸ’Ύ save
πŸ”– bookmark
πŸ“‘ noolmarks
πŸ“Œ pin
πŸ’‘ tip
⚠️ warning
πŸ”” notify
πŸ“¦ package
⏰ alarm
🧱 firewall
βœ… Check Mark Button
β˜‘οΈ Check Box with Check
βœ”οΈ Check Mark
❌ Cross Mark
❎ Cross Mark Button
πŸ”˜ Radio Button
πŸ”³ White Square Button
πŸ”² Black Square Button
ℹ️ Information
πŸ†” ID Button
πŸ€– bot
πŸš€ start
πŸ“ˆ monitoring
https://getbootstrap.com/docs/5.1/components/close-button/
@stokito
Copy link
Author

stokito commented May 22, 2022

Hi Jeanne, Jennifer and Yiying, Thank you for your initiative. I don't know to whom to ask my question but looks like you may help me with an advice. I would like to propose to create a set of emojis for basic application buttons. I'm a regular developer and worked on a many different desktop applications and websites for last 15 years. And for all my entire career I always had to solve the same problem: finding icons for buttons in an application UI. Sometimes just basic icons like Save, Edit, Add, Delete was hard to find because most of icons in web are paid or using some license that denies to use it or had some "themed" style that differs from other icons in the app. When I become a web developer this problem become even worse: any icon must be downloaded as a separate file which makes performance bottleneck. I had to create "png sprites" to download all icons at once and then use weird CSS tricks to show them. Also there must be enabled caching and the icons ideally must be downloaded from a separate CDN server to offload bandwidth to the main site. As a common solution today our industry uses FontAwesome (https://fontawesome.com/) which is another kludge for the problem. It creates a special font where instead of letter are shown icons. They can't have multiple colors so their monochrome style looks ugly. But at least this solutions is easy to use. I also worked on few console TUI applications and there it's impossible to use any icons or special fonts so I first time decided to use an emoji and it worked pretty well. But the main problem is that there is lack of such emojis. I can use ✏️Edit ❌ Delete but many others are missing like New Document, Find and Replace or file types. What I really looking for is something similar too Tango Icons (http://tango.freedesktop.org/Tango_Desktop_Project) which was a first known for me project that created a set of open source icons. Those icons covered many needs but looked unusual and now most open source programs are using their own icons or no any icons at all. So my main question is: how do you think, is it possible to initiate a process of creation some set of emojis to be used in applications and websites as icons in UI? This differs a lot from initial intent of emojis to be a replacement of smiles. But I believe this will give a huge impact on the whole software industry and improve most websites performance and creates a single UX language. Does it makes any sense for you? Or this is not a proper way to use emojis.

From jenny@emojination.org:

Unfortunately, Unicode has an explicit policy of not taking UX/UI elements and turning them into emoji. This has a lot to do with the fact they are not considered to have longevity.

Thought I’m sympathetic to your plight! And think there is value there, but not through the emoji process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment