Live data from Hacker News

Show HN: Emojicons

emojicons.netlify.app

1–10 of 38 posts

Re: Show HN: Emojicons

#2
Hey HN,

If you're like me and was unaware you could have SVG emojis, here's a client-side tool to make a simple one. Just open your emoji picker, save the SVG, and use / modify as you please.

(I'm aware there are equivalents of this hanging around, this was just a day project. I'd recommend https://emojifav.com/ for this, but slicker. Only downside with that one is you have to unescape the data/svg it gives you if you want to edit it, e.g.: if you want to use media queries)

Re: Show HN: Emojicons

#3
post #2

Hey HN, If you're like me and was unaware you could have SVG emojis, here's a client-side tool to make a simple one. Just open your emoji picker, save the SVG, and use / modify as you please. (I'm aware there are equivalents of this hanging around, this was just a day project. I'd recommend https://emojifav.com/ for this, but slicker. Only downside with that one is you have to unescape the data/svg it gives you if yo…

This looks pretty good, straightforward and easy to use. Will probably use this for one of my projects.

Re: Show HN: Emojicons

#4
post #2

Hey HN, If you're like me and was unaware you could have SVG emojis, here's a client-side tool to make a simple one. Just open your emoji picker, save the SVG, and use / modify as you please. (I'm aware there are equivalents of this hanging around, this was just a day project. I'd recommend https://emojifav.com/ for this, but slicker. Only downside with that one is you have to unescape the data/svg it gives you if yo…

Can't edit this comment, but, "SVG emojis" -> "emojis as SVG favicons"

Re: Show HN: Emojicons

#8
Neat. Makes me wonder why we can't do complex favicon design using html/css. Imagine being able to enter text and style it using layouts, fonts, colors, etc.

Re: Show HN: Emojicons

#9

Ok, so I tried it as this would be a useful tool for me. When clicking download all get as plain text in my browser is this: 🐱‍👤 Am I missing something?

Having no experience in this area, I think it might have to do with text en/decoding - https://en.wikipedia.org/wiki/Mojibake

I'd recommend using another tool for this while I investigate, sorry.

Re: Show HN: Emojicons

#10
post #9

Ok, so I tried it as this would be a useful tool for me. When clicking download all get as plain text in my browser is this: 🐱‍👤 Am I missing something?

Having no experience in this area, I think it might have to do with text en/decoding - https://en.wikipedia.org/wiki/Mojibake I'd recommend using another tool for this while I investigate, sorry.

If it helps: Chrome Version 89.0.4389.114

On Windows.

Post reply on HN