A list of icons that can be used during GitHub profile creation to show what technology, languages are known. Fill free to contribute to this repository.
โก๏ธ Visit to generate: https://marwin1991.github.io/profile-technology-icons/ โฌ ๏ธ
If you prefer badge instead of icon checkout Badges4-README.md-Profile
-
โก๏ธ ๐จ๏ธ Technologies Icons
- โก๏ธ ๐ Communication
- โก๏ธ ๐งฐ Version Control
- โก๏ธ ๐จ Tools
- โก๏ธ ๐ Web Dev
- โก๏ธ โจ UI/UX
- โก๏ธ ๐ JavaScript
- โก๏ธ โ Java
- โก๏ธ ยฉ๏ธ C/C++
- โก๏ธ ๐ช C#
- โก๏ธ ๐ Python
- โก๏ธ ๐ php
- โก๏ธ ๐ Ruby
- โก๏ธ ๐ฆพ Rust
- โก๏ธ ๐งฎ Fortran
- โก๏ธ ๐ฟ๏ธ Go
- โก๏ธ โ๏ธ Erlang/Elixir
- โก๏ธ ๐ง Apache
- โก๏ธ ๐ฑ Mobile Dev
- โก๏ธ ๐พ Database
- โก๏ธ ๐คฟ DevOps
- โก๏ธ โ๏ธ Cloud
- โก๏ธ ๐ค AI
- โก๏ธ ๐ฌ Analytics
- โก๏ธ ๐งช Testing
- โก๏ธ ๐ฎ Game Development
- โก๏ธ ๐ฅ๏ธ Operating system
- โก๏ธ ๐ Blockchain
-
โก๏ธ ๐ผ How to use this icons?
-
โก๏ธ ๐ถ Contribution
All product names, logos, and brandsare property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.
Technology Icon | Technology Name | URL |
---|---|---|
Lua | https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/lua.png |
Technology Icon | Technology Name | URL |
---|---|---|
Rust | https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/rust.png |
Technology Icon | Technology Name | URL |
---|---|---|
Fortran | https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/fortran.png |
Technology Icon | Technology Name | URL |
---|---|---|
Go | https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/go.png |
Technology Icon | Technology Name | URL |
---|---|---|
TensorFlow | https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/tensorflow.png |
You can visit https://marwin1991.github.io/profile-technology-icons/ and generate code that after adding to your GitHub profile README.md will show others what technology you know and use.
If you are willing to make the project better, you are free to contribute in one of those ways.
- Prepare the icon file:
- The icon must be 400x400 px (square).
- The file name should be in lowercase. Replace all spaces, dots (
.
), and slashes (/
) with underscores (_
). - Example:
- Technology:
My Technology/2.0
- File name:
my_technology_2_0.png
- Technology:
- Add the file to the
icons/
folder:
- Place your new image file (e.g.,
my_technology_2_0.png
) in theicons
directory. - You can do this using GitHubโs โAdd fileโ > โUpload filesโ option, or by adding it locally and committing the changes in your branch.
- Add a new row to the table in
README.md
:
- Locate the section with the table of existing icons in the
README.md
. - Copy an existing table row as a template and paste it below (or wherever you want).
- Update:
- The technology name in the middle column.
- The URL in the
src
attribute and in the backtick section (the right column) so that it points to your newly uploaded file in theicons
folder.
- The new iconโs URL should look like this (note that the file name must match exactly):
https://raw.githubusercontent.com/marwin1991/profile-technology-icons/refs/heads/main/icons/my_technology_2_0.png
- Open a Pull Request (PR):
- Commit your changes (including the new
.png
file and the updatedREADME.md
) to your fork and create a Pull Request to this repository.
Once your PR is merged, your icon will appear in the icons/
folder and will be visible in the README table. If you have any questions or issues, feel free to open an issue or comment directly in the PR.
- If you have any suggestions about the project, you are welcome to open a new issue and describe them.
- If you have any ideas about new icons you can also open new issue and ask to add new icons.
- Fork this project and add improvents, after creating Pull Request I will be happy to merge it ๐