A static website that holds and serves emojis. Useful when you need a big emoji in image format or when you want to quickly set up a favicon for your webpage.
To browse all images go to emoji gallery
We store emojis in various sizes from 16x16 to 256x256. We have two parameters in our URLs, size and emoji.
https://emoji.dutl.uk/png/<size>/<emoji>.png
Go to https://emoji.dutl.uk/png/64x64/🐬.png
Add the following line in the <head>
section of your html file
<link rel="icon"
type="image/png"
href="https://emoji.dutl.uk/png/64x64/🐬.png">
See my personal blog!