The Skill Icons project allows you to stylishly showcase your skills in your GitHub README. With an easy-to-integrate interface, it offers a vast library of customizable icons representing a variety of popular technologies and tools. You can adjust the theme (light or dark) so that the icons match the visual style of your project, and center the icons for a more organized and visually appealing display.
- Icon Specification: Customize your skills display by including a list of your technologies directly in the URL. Just modify the
?i=
parameter with your desired skills. - Light and Dark Themes: Set the icon background to light or dark depending on your project theme.
- Centering Icons: Use a simple HTML tag to align icons to the center, enhancing visual organization.
- Comprehensive Icon List: A broad collection of icons is available, allowing you to showcase all your preferred skills and tools.
Copy and paste the code block below into your readme to add the skills icon element!
Change the ?i=javascript,html,css
to a list of your skills separated by ","s! You can find a full list of icons here.
![My Skills](https://skill-icons-v2.vercel.app/api/icons?i=javascript,html,css,webassembly)
Some icons have a dark and light themed background. You can specify which theme you want as a url parameter.
This is optional. The default theme is dark.
Change the &theme=light
to either dark
or light
. The theme is the background color, so light theme has a white icon background, and dark has a black-ish.
Light Theme Example:
![My Skills](https://skill-icons-v2.vercel.app/api/icons?i=java,kotlin,nodejs,figma&theme=light)
Dark Theme Example:
![My Skills](https://skill-icons-v2.vercel.app/api/icons?i=java,kotlin,nodejs,figma&theme=dark)
Want to center the icons in your readme? The SVGs are automatically resized, so you can do it the same way you'd normally center an image.
<p align="center">
<img src="https://skill-icons-v2.vercel.app/api/icons?i=git,kubernetes,docker,c,vim" />
</p>
Here's a list of all the icons currently supported. Feel free to open an issue to suggest icons to add!
To support the project directly, feel free to open issues for icon suggestions, or contribute with a pull request!