Skip to content

Successor of Skill Icons. Showcase your skills on your Github readme or resumé with ease ✨

License

Notifications You must be signed in to change notification settings

josemateuss/skill-icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
ableton
acrobat
activitypub
actix
adonis
ar
ae
aiscript
alchemy
alpinejs
anaconda
androidstudio
angular
an
ansible
anss
apollo
appcode
apple
appwrite
arch
arduino
argocd
asm
astro
atom
au
autocad
aqua
aws
azul
azure
babel
bash
beeceptor
be
bevy
bitbucket
blazor
blender
bootstrap
brave
breeze
br
bsd
bulma
bun
c
ca
cashier
canva
capacitor
cs
cpp
cc
crystal
cassandra
ch
chatgpt
chrome
chromium
circleci
clion
clojure
cloudflare
cmake
codeigniter
codepen
coffeescript
css
cypress
d
d3
dailydev
datadog
datagrip
dataspell
dbeaver
dart
debian
defold
deno
desmos
devto
dn
directus
discord
bots
digitalocean
discordjs
django
docker
docksal
dotnet
dw
drupal
duckduckgo
dusk
dynamodb
echo
eclipse
edge
elasticsearch
electron
elixir
elysia
emacs
ember
emotion
envoyer
excel
express
facebook
fastai
fastapi
fediverse
figma
filament
firebase
firefox
flameshot
flask
fleet
flutter
fonts
forge
forth
fortran
fresco
fuse
gamemakerstudio
ganache
gatsby
gcp
gemini
gimp
git
github
githubactions
githubcopilot
gitkraken
gitlab
gleam
gmail
gnome
gherkin
go
goland
googleanalytics
googleappsscript
gradle
godot
grafana
grails
graphql
grunt
gsap
gtk
gulp
hardhat
haskell
haxe
haxeflixel
helix
helm
herd
heroku
hibernate
hc
hono
horizon
html
htmx
htop
hydrogen
hyprland
i3
idea
ignite
ai
ic
id
inertia
infura
insomnia
instagram
ipfs
java
js
jenkins
jest
jetpackcompose
jetstream
jira
joomla
jquery
julia
kakoune
kafka
kaggle
kali
kde
keycloak
kotlin
ktor
kubernetes
langchain
laravel
laravelspark
latex
leetcode
less
lightning
lr
lrc
linkedin
linux
lit
litmus
livewire
looker
lua
lucidchart
md
manjaro
mastodon
materialui
matlab
matplotlib
maven
me
mermaid
meteorjs
microsoftcopilot
million
mint
miro
misskey
mjml
ml5
mojo
mongodb
mysql
neovim
nestjs
netlify
nextjs
nginx
ngrok
nim
nix
nodejs
notion
nova
npm
numpy
nuxtjs
obsidian
ocaml
octane
octave
ollama
onedrive
onenote
opencv
openshift
openstack
openzeppelin
opera
oracle
outlook
p5js
pail
pandas
papertrail
payload
pbi
pennant
perl
ps
psc
psx
php
phpstorm
picocss
pinecone
pinia
pint
pkl
plan9
planetscale
playwright
pnpm
pop
pocketbase
pf
postgres
postman
powerpoint
powershell
preact
pl
pr
ru
prisma
processing
prometheus
prompts
proton
proxmox
pug
pulse
puppeteer
pycharm
py
pytorch
pyxel
qodana
qt
r
rabbitmq
rails
raspberrypi
react
reactivex
reactquery
recoil
redhat
redis
redshift
redux
regex
remix
replit
resharper
reverb
rider
robloxstudio
rocket
rollupjs
ros
rubocop
ruby
rubymine
rust
rustrover
safari
sail
sanctum
sass
spring
sqlite
sqlserver
stackoverflow
stock
storyblok
storybook
strapi
streamlit
styledcomponents
sublime
supabase
surrealdb
scala
scipy
scout
scratch
seaborn
sklearn
selenium
sentry
sequelize
sharepoint
shopify
skeletonui
sketchup
slack
snowflake
snyk
socialite
solidity
solidjs
spark
svelte
svg
svn
swagger
swift
symfony
tableau
tailwind
tallyprime
tauri
teams
telescope
tensorflow
terraform
testinglibrary
threejs
tor
trpc
truffle
ts
ubuntu
unity
unreal
v
vala
vapor
vb
vercel
vim
visualstudio
vite
vitest
vscode
vscodium
vue
vuetify
vyper
wasm
webflow
webpack
webstorm
windicss
windows
word
wordpress
workers
x
xcode
xd
yaml
yammer
yarn
yew
youtube
zed
zig

💖 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

Successor of Skill Icons. 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%