Arty
Well-known member
I was doing maintenance for icons sets used in my SimpleSVG project, script went haywire trying to get SVG images from EmojiOne repo. All SVG images are gone. They replaced repository with version 3 that no longer has SVG images. There is still version 2 repository, but I doubt they'll be maintaining it, so in long term EmojiOne just became a bad choice
EmojiOne version 3.0 changed license. Now the only thing you get for free are PNG images. PNG images are bigger than vector images and don't scale, making whole thing useless on modern websites. Vector images require premium license that costs $99 for personal use.
So what are alternatives?
1. Noto Emoji: https://github.com/googlei18n/noto-emoji
Created and maintained by Google. Repository is rather messy, icons are sorted by unicode character and there is no keywords map, but its very good.
2. Firefox OS Emoji: https://github.com/mozilla/fxemoji
Created and maintained by Mozilla. SVG images are available as final images and as layered images. Keywords are mixed together as large words, like u1F0CF-playingcardblackjoker instead of playing-card-black-joker, but its very much usable and well designed.
3. Twitter Emoji: https://github.com/twitter/twemoji
Created and maintained by Twitter. Available as SVG images, as premade PNG images. Icons are missing keywords map, but otherwise its another excellent alternative.
4. EmojiDex: https://github.com/emojidex/emojidex-vectors
Another good set, but license prevents distribution, so it cannot be packaged with anything. And its not nearly as popular or big as other emoji sets.
EmojiOne version 3.0 changed license. Now the only thing you get for free are PNG images. PNG images are bigger than vector images and don't scale, making whole thing useless on modern websites. Vector images require premium license that costs $99 for personal use.
So what are alternatives?
1. Noto Emoji: https://github.com/googlei18n/noto-emoji
Created and maintained by Google. Repository is rather messy, icons are sorted by unicode character and there is no keywords map, but its very good.
2. Firefox OS Emoji: https://github.com/mozilla/fxemoji
Created and maintained by Mozilla. SVG images are available as final images and as layered images. Keywords are mixed together as large words, like u1F0CF-playingcardblackjoker instead of playing-card-black-joker, but its very much usable and well designed.
3. Twitter Emoji: https://github.com/twitter/twemoji
Created and maintained by Twitter. Available as SVG images, as premade PNG images. Icons are missing keywords map, but otherwise its another excellent alternative.
4. EmojiDex: https://github.com/emojidex/emojidex-vectors
Another good set, but license prevents distribution, so it cannot be packaged with anything. And its not nearly as popular or big as other emoji sets.
Last edited: