Awesome
:thinking_face:
variants 🤔
What is thinking face? 🤔
THINKING FACE is the name of the unicode emoji U+1F914.
Directories
png/256
- Images converted to 256x256 PNG.
png/1024
- Images converted to 1024x1024 PNG.
svg
- Source SVG images.
Variants
<!-- GitHub renders usual texts in README.md with 16px font. -->Variant | Image | Description |
---|---|---|
thinking_face | <img src="svg/thinking_face.svg" width="64"/> | Original Unicode THINKING FACE (U+1F914) by Twemoji. |
asking_for_money_face | <img src="svg/asking_for_money_face.svg" width="64"/> | :thinking_face: not thinking but asking for money. |
drinking_face | <img src="svg/drinking_face.svg" width="64"/> | :thinking_face: not thinking but drinking. |
drinking_face2 | <img src="svg/drinking_face2.svg" width="64"/> | :thinking_face: not thinking but drinking. |
facing_face | <img src="svg/facing_face.svg" width="64"/> | :thinking_face: with its hand replaced by a face. |
facing_think | <img src="svg/facing_think.svg" width="64"/> | :thinking_face: with its face and hand swapped. |
sinking_face | <img src="svg/sinking_face.svg" width="64"/> | Sinking :thinking_face: . |
syncing_face | <img src="svg/syncing_face.svg" width="64"/> | :thinking_face: being synchronized. |
thanking_face | <img src="svg/thanking_face.svg" width="64"/> | :thinking_face: not thinking but thanking someone. |
thinking_king | <img src="svg/thinking_king.svg" width="64"/> | :thinking_face: with a crown. |
thinking_thin_king | <img src="svg/thinking_thin_king.svg" width="64"/> | Thin :thinking_face: with a crown. |
thinking_think | <img src="svg/thinking_think.svg" width="64"/> | :thinking_face: with its face replaced by a hand. |
License
The works in this repository are licensed under a Creative Commons Attribution 4.0 International License.
Many of the works are primarily based on glyphs of Twemoji, which are licensed under CC-BY 4.0.
See AUTHORS.md for authors of the images and SVG files in this repository.
Contribution
- Create an SVG image.
- Create.
- Canvas size should be 36x36 px.
- SVG glyphs in Twemoji use this size.
- Ensure you are the original author, or you have the right to redistribute the data under CC-BY 4.0 license.
- Ensure the image is reasonably clean.
You can use
Clean Up Document
command if you are using Inkscape.
- Canvas size should be 36x36 px.
- Set appropriate metadata for the SVG image.
- You can do this by Inkscape.
- License: CC-BY 4.0.
- Author, contributor, etc.
- Create.
- Generate png images from the SVG image.
- Update the document.
- Update
Variants
seciton ofREADME.md
. - Update
AUTHORS.md
.
- Update
- Add the files to the repository.
- Fork this repository and create a new branch.
- Add the files to the new branch.
- Push the branch to GitHub.
- Make a Pull Request.