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

💖 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