Skip to content

"Fork" of official skill-icons repository. Showcase your skills on your Github readme or resumé with ease ✨

License

Notifications You must be signed in to change notification settings

LelouchFR/skill-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase your skills on your GitHub or resumé with ease!


Docs

Example

Specifying Icons

Copy and paste the code block below into your readme to add the skills icon element!

Change the ?i=js,html,css to a list of your skills separated by ","s! You can find a full list of icons here.

![My Skills](https://go-skill-icons.vercel.app/api/icons?i=js,html,css,wasm)

My Skills

Themed Icons

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://go-skill-icons.vercel.app/api/icons?i=java,kotlin,nodejs,figma&theme=light)

My Skills

Icons Per Line

You can specify how many icons you would like per line! It's an optional argument, and the default is 15.

Change the &perline=3 to any number between 1 and 50.

![My Skills](https://go-skill-icons.vercel.app/api/icons?i=aws,gcp,azure,react,vue,flutter&perline=3)

My Skills

Get Icons Names

You can get the possiblity to add the name of the icons you put to help others that doesnt know what they are by using &titles.

The value of titles is a boolean, so it should be true or false, default is false

![My Skills](https://go-skill-icons.vercel.app/api/icons?i=rust,surrealdb,actix,yew&titles=true)

My Skills

Centering Icons

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">
  <a href="https://go-skill-icons.vercel.app/">
    <img
      src="https://go-skill-icons.vercel.app/api/icons?i=git,kubernetes,docker,c,vim"
    />
  </a>
</p>

Icons List

Icon ID Icon Icon ID Icon Icon ID Icon Icon ID Icon Icon ID Icon Icon ID Icon
acrobat d goland lxc primevue svelte
activitypub d3 golang manjaro prisma svg
actix dailydev googleanalytics mariadb processing svn
adobespark daisyui googleappsscript markdown prometheus swagger
adonis dart gradle mastodon prompts swift
aero databricks grafana materialui proton symfony
aftereffects datadog grails matlab proxmox tableau
aiscript datagrip graphql matplotlib pug tailwindcss
alacritty dataspell gromacs maven pulse tallyprime
alchemy davinci grpc mediaencoder puppeteer tauri
alpinejs dbeaver grunt mermaid pycharm teams
anaconda debian gsap metabase pygame telegram
android defold gtk meteorjs python telescope
androidstudio deno gulp microsoftcopilot pytorch tensorflow
angular desmos hadoop millionjs pyxel terminal
animate devto hardhat milvus qdrant terraform
ansible digitalocean haskell mindsdb qodana testinglibrary
anss dimension haxe mint qt threejs
api directus haxeflixel miro quarkus thunderbird
apidog discord helix misskey r thunkable
apollo discordbots helm mistral rabbitmq tidb
appcode discordjs herd mjml rails tmux
apple django heroku ml5 railway tomcat
apptainer docker hibernate mocha raspberrypi tor
appwrite docksal holyc mojo react trpc
aqua docsify hono mongodb reactbootstrap truffle
arcbrowser dotnet horizon mongoose reactivex twig
arch dreamweaver html mysql reactnative twitch
arcjet drizzle htmx neovim reactos typeorm
arduino drupal htop nestjs reactquery typescript
argocd duckduckgo huggingface netlify recoil ubuntu
assembly dusk hugo nextjs redhat unity
astro dynamodb hydrogen nginx redis unitycatalog
atom echo hyprland ngrok redshift unocss
audition eclipse i3 nim redux unrealengine
authjs edge iced nixos regex v
autocad elasticsearch idea nodejs remix vagrant
avaloniaui electron ignite notepadpp render vala
aws elementplus illustrator notion renpy vapor
azul elixir incopy nova replit vercel
azure elm indesign npm resharper vim
azuredevops elysia inertia numpy reverb virtualbox
babel emacs infura nuxtjs revolt visualbasic
barbajs ember inkscape obsidian rider visualstudio
bash emotion insomnia ocaml robloxstudio vite
beeceptor envoyer instagram octane rocket vitest
behance erlang integrations octave rollupjs vmwareworkstation
behat etcd ipfs odin ros vscode
bevy excel jamovi ollama rubocop vscodium
bigquery expo java onedrive ruby vuejs
bitbucket expressjs javascript onenote rubymine vuetify
blazor fabric jax opencv rust vyper
blender facebook jekyll openmm rustrover wails
bluesky fastai jenkins openshift s3 wandb
bokeh fastapi jest opensource safari warp
bootstrap fastlane jetpackcompose openstack sail webassembly
brave fediverse jetstream openzeppelin sanctum webflow
breeze ffmpeg jira opera sas webpack
bridge fiber joomla oracle sass webstorm
bsd figma jquery orchid scala wezterm
btlo filament julia outlook scikitlearn windicss
bulma firebase jupyter p5js scipy windows
bun firefox kafka pail scout wireshark
c flameshot kaggle pandas scratch word
cachyos flask kakoune papertrail seaborn wordpress
caddy fleet kali payload selenium workers
cairo flutter karma pbi sentry wsl
canva flutterflow kde pennant sequelize x
capacitor flyio keycloak perl sharepoint xcode
capture fonts keydb photoshop shopify xd
cashier forge kibana photoshopclassic signal yaml
cassandra forgejo kitty photoshopexpress skeletonui yammer
chainlink forth kotlin php sketchup yarn
characteranimator fortran ktor phpstan slack yew
chartjs frankenphp kubernetes phpstorm snowflake yii
chatgpt fresco langchain picocss snyk youtube
chrome fresh laravel pinecone socialite zabbix
chromium fuse laravelspark pinescript socketio zed
circleci gamemakerstudio latex pinia solana zellij
claude ganache lazyvim pint solidity zen
clerk gatsby leaflet pkl solidjs zig
clion gcp leetcode plan9 sonarqube zudoku
clojure gdevelop less planetscale spark zustand
cloudflare gemini libsql platformio spring
cmake gentoo lighthouse playwright sqlalchemy
cockroachdb gherkin lightning plsql sqlite
codeberg gimp lightroom pm2 sqlserver
codeigniter gin lightroomclassic pnpm stackoverflow
codepen git linkedin pocketbase steam
coffeescript gitea linux podman stock
commercetools github lit popos storyblok
composer githubactions litmus portfolio storybook
contentful githubcopilot livewire postgresql strapi
cpp githubpages llamaindex postman streamlit
creativecloud gitkraken logto powerpoint stripe
crystal gitlab looker powershell styledcomponents
cs gleam lua preact stylus
css gmail luau prelude sublime
cuda gnome lucidchart premiere supabase
cypress godot lunacy premiererush surrealdb

💖 Support the Project

Thank you so much already for using my projects! To support the project directly, feel free to open issues for icon suggestions, or contribute with a pull request!

About

"Fork" of official skill-icons repository. Showcase your skills on your Github readme or resumé with ease ✨

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages