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

Tavish9/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

Here's a list of all the icons currently supported. Feel free to open an issue to suggest icons to add!

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

💖 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 ✨

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%