I wonder if there is a free black and white emoji font out there. All of the ones I have seen are in full color, but there are the two Unicode glyphs ☺, ☻, that’s all I have seen.
Answer
This answer is copied from Black and white emoji fonts – enfascination
Noto Emoji Font
Google has a fully internationalized font, Noto, whose emoji font has a black and white version:
https://github.com/googlei18n/noto-emoji/tree/master/fonts
The smiley’s are blobs.
EmojiOne
EmojiOne is a color font with black and white fallbacks. I couldn’t figure out how to trigger the fallbacks, but I found an early pre-color version of EmojiOne:
https://github.com/eosrei/emojione
Android Emoji
Not sure why, but one of Android’s main Emoji fonts is black and white
https://github.com/delight-im/Emoji/tree/master/Android/assets/fonts
The smiley’s are androids.
GNU’s FreeFont
FreeFont is black and white.
http://savannah.gnu.org/projects/freefont/
http://ftp.gnu.org/gnu/freefont/?C=M;O=D
SymbolA
SymbolA is a black and white Linux font with nearly full Unicode support:
http://apps.timwhitlock.info/emoji/tables/unicode
http://users.teilar.gr/~g1951d/
EmojiSymbols
A free font by an independent designer.
http://emojisymbols.com/
You can convert from woff to ttf here
Microsoft Segoe UI Symbol
Microsoft has a very high-quality emoji set in its Segoe UI Symbol/Emoji font. And because of copyright law, in which things have to be copyrighted separately for different uses, there shouldn’t be anything keeping us from using it to create printed type:
https://en.wikipedia.org/wiki/Segoe
http://www.myfontfree.com/segoeuiemoji-myfontfreecom126f132714.htm
FireFoxEmoji
This might be from an old pre color version:
https://github.com/mozilla-b2g/moztt/blob/master/FirefoxEmoji-1.6.7/FirefoxEmoji.ttf
Twitter’s Emoji font
Twitter open sources its emoji font. This doesn’t have a black and white version, but it does have black and white fallbacks. If I can figure out how to extract or trigger the fallbacks, this could be great.
https://github.com/eosrei/twemoji
There may be more at the bottom of this:
https://github.com/eosrei/emojione
and here
https://wiki.archlinux.org/index.php/fonts#Emoji_and_symbols
Attribution
Source : Link , Question Author : Lance Pollard , Answer Author : Ooker