Skip to content

Showcase your skills on your Github readme or resumé with ease ✨

License

Notifications You must be signed in to change notification settings

B-Pence/skill-icons

 
 

Repository files navigation

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


Docs

Example

Languages:

     

Tools:

   

Using Icons


To use an icon, you can use the img tag, and set "src" to the link for your icon. You can use the "width" attribute to specify the size of the icon.

<img src="https://github.com/B-Pence/skill-icons/blob/main/icons/C.svg" width=48>;

Formatting Icons


Adding more icons on following lines will cause them to be displayed verticaly.

<img src="https://github.com/B-Pence/skill-icons/blob/main/icons/C.svg" width=48>
<img src="https://github.com/B-Pence/skill-icons/blob/main/icons/CPP.svg" width=48>
<img src="https://github.com/B-Pence/skill-icons/blob/main/icons/CS.svg" width=48>


To dsiplay your icons next to each other in a row, you can place them in a div.
You can add spacing after each of your icons in a row using "&nbsp".

<div class="row">
  <img src="https://github.com/B-Pence/skill-icons/blob/main/icons/C.svg" width=48> &nbsp;
  <img src="https://github.com/B-Pence/skill-icons/blob/main/icons/CPP.svg" width=48> &nbsp;
  <img src="https://github.com/B-Pence/skill-icons/blob/main/icons/CS.svg" width=48> &nbsp;
</div>

     

If you'd like to center the icons, you can use an the "align" attribute, and set it to "center". In this case, the use of a div is not necessary to keep your icons in a row.


<p align="center">
  <img src="https://github.com/B-Pence/skill-icons/blob/main/icons/C.svg" width=48> &nbsp;
  <img src="https://github.com/B-Pence/skill-icons/blob/main/icons/CPP.svg" width=48> &nbsp;
  <img src="https://github.com/B-Pence/skill-icons/blob/main/icons/CS.svg" width=48> &nbsp;
</p>  

     

  

Available Icons


      Icon ID                                 Icon                         
     ableton             
   activitypub       
      actix                  
      adonis                    
        ae               
     aiscript            
     alpinejs            
     anaconda            
  androidstudio   
     angular             
     ansible                   
      apollo                    
      apple                  
     appwrite                 
       arch                  
     arduino                   
      astro                      
       atom                       
        au                   
     autocad             
       aws                   
       azul                       
      azure                  
      babel                      
       bash                  
       bevy                  
    bitbucket            
     blender             
    bootstrap                
       bsd                   
       bun                   
        c                            
        cs                          
       cpp                         
    cassandra            
      clion                  
     clojure             
    cloudflare         
      cmake                  
      cobol                  
     codepen             
   coffeescript     
     crystal             
       css                         
     cypress             
        d3                     
       dart                  
      debian               
       deno                  
      devto                  
     discord                   
       bots                 
    discordjs            
      django                    
      docker                    
      dotnet                    
     dynamodb            
     eclipse             
  elasticsearch   
     electron                 
      elixir               
      elysia               
      emacs                      
      ember                      
     emotion             
     express            
     fastapi                   
    fediverse            
      figma                  
     firebase            
      flask                  
     flutter             
      forth                      
     fortran                   
gamemakerstudio       
      gatsby                    
       gcp                   
       git                         
      github               
  githubactions   
      gitlab               
      gmail                  
     gherkin             
        go                      
      gradle               
      godot                  
     grafana             
     graphql             
       gtk                   
       gulp                       
     haskell             
       haxe                  
    haxeflixel         
      heroku                    
    hibernate            
       html                       
       htmx                  
       idea                  
        ai                 
    instagram                
       ipfs                  
       java                  
        js                  
     jenkins             
       jest                       
      jquery                    
      kafka                      
       kali                  
      kotlin               
       ktor                  
    kubernetes              
     laravel             
      latex                  
       less                  
     linkedin                 
      linux                  
       lit                   
       lua                   
        md              
     mastodon            
    materialui         
      matlab               
      maven                  
       mint                  
     misskey             
     mongodb                   
      mysql                  
      neovim               
      placejs               
     netlify             
      nextjs               
      nginx                      
       nim                   
       nix                   
      nodejs               
      notion               
       npm                   
      nuxtjs               
     obsidian            
      ocaml                      
      octave               
      opencv               
    openshift                
    openstack            
       p5js                       
       perl                       
        ps                  
       php                   
     phpstorm            
      pinia                  
       pkl                   
      plan9                  
   planetscale       
       pnpm                  
     postgres           
     postman                   
    powershell         
        pr                   
      prisma                    
    processing         
    prometheus              
       pug                   
     pycharm             
        py                 
     pytorch             
        qt                     
        r                        
     rabbitmq            
      rails                      
   raspberrypi       
      react                  
    reactivex            
      redhat               
      redis                  
      redux                      
      regex                  
      remix                  
      replit               
      rider                  
   robloxstudio           
      rocket                    
     rollupjs            
       ros                   
       ruby                       
       rust                       
       sass                       
      spring               
      sqlite                    
  stackoverflow   
styledcomponents    
     sublime             
     supabase            
      scala                  
     sklearn         
     selenium                 
      sentry                    
    sequelize            
     sketchup            
     solidity                 
     solidjs             
      svelte                    
       svg                   
      swift                      
     symfony             
     tailwind         
      tauri                  
    tensorflow         
    terraform            
     threejs             
     twitter                   
        ts                  
      ubuntu               
      unity                  
      unreal             
        v                        
       vala                       
      vercel               
       vim                   
   visualstudio     
       vite                  
      vitest               
      vscode               
     vscodium            
       vue                  
     vuetify             
       wasm                 
     webflow                   
     webpack             
     webstorm            
     windicss            
     windows             
    wordpress                
     workers             
        xd                          
       yarn                  
       yew                   
       zig                   




About

Showcase your skills on your Github readme or resumé with ease ✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SVG 99.8%
  • JavaScript 0.2%