ADD ICONS: If you want to add an icon that does not exist in our database, please open an issue and our team will review the request to add
- Select you skills: You need select the skills that you want generate icons
- Per Line: Choose how many icons will be rendered per line. (Min: 1 Max: 30)
- Size: Choose the size of icons. (default: 48px)
- Theme: Choose 'dark' or 'light' theme to render the icons. (default: dark)
After choosing your icons, copy the generated link on the website and use this template below to paste in README.md, on your Github
[![Skills](https://devicons.dev.br/icons?icon=Python,AWS,NodeJS,PostgreSQL,RabbitMQ&theme=dark)](https://devicons.dev.br/)
- Light Theme:
[![Skills](https://devicons.dev.br/icons?icon=Python,AWS,NodeJS,PostgreSQL,RabbitMQ,Powershell&theme=light)](https://devicons.dev.br/)
- Per Line:
[![Skills](https://devicons.dev.br/icons?icon=Python,AWS,NodeJS,PostgreSQL,RabbitMQ,Powershell&theme=dark&perline=3)](https://devicons.dev.br/)
- Size:
[![Skills](https://devicons.dev.br/icons?icon=Python,AWS,NodeJS&size=70&theme=dark)](https://devicons.dev.br/)
- Centering Icons:
<p align="center">
<a href="https://devicons.dev.br/">
<img src="https://devicons.dev.br/icons?icon=Python,AWS,NodeJS&size=70" />
</a>
</p>