Skip to content

📦 An icon set of programming languages, frameworks, and coding tools.

License

Notifications You must be signed in to change notification settings

nagyistge/codeicons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Code Icons v1.1.0 ###The first font and icon set made for coders' world!

Code Icons is an icon set of 138 programming languages, frameworks, and coding tools. Created and maintained by Matheus Brasil.

Check it out at http://mabrasil.github.io/getcodeicons/

##License

Code Icons is distributed under the MIT License, available in this repository.

Note: All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by me, nor vice versa.

##Using

###The easiest way (via a CDN)

  1. Paste the following code into the head section of your site's HTML. <link href= "//#" rel= "stylesheet" >
  2. Check our Icons list at http://mabrasil.github.io/getcodeicons/.
  3. That's it ;)

###The easy way

  1. Copy the entire code-icons directory into your project.
  2. In the head of your html, reference the location to your code-icons.min.css. <link rel= "stylesheet" href= "path/to/code-icons/css/code-icons.min.css" >
  3. Check our Icons list at http://mabrasil.github.io/getcodeicons/.
  4. That's it ;)

##Versioning

It is intended to maintain this project under the [Semantic Versioning] (http://semver.org/) guidelines. Releases will be numbered with the following format:

<major>.<minor>.<patch>

##TODOs

  • Create classes to increase icon sizes
  • Add more icons (programming languages, frameworks, Operating Systems, services...)
  • Add LESS and SCSS
  • Add bower.json

##Thanks

Some icons were originally made by:

About

📦 An icon set of programming languages, frameworks, and coding tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 96.0%
  • JavaScript 4.0%