Giter VIP home page Giter VIP logo

codeicons's Introduction

Codeicons

GitHub version Bower version

A simple icon's collection for development languages, programming tools and other work environment.

Have a look to the demo page.

Codeicons preview


Request

For Icon's request please leave a comment here. Please refer to the contribute section for your request. Do you have any additional? Drop me a line or support an issue.

Install

Install Codeicons as a dependency to your project with Bower.

  bower install --save codeicons

Usage

Ways of using Codeicons:

FONT ICONS

Import stylesheet from vendors, add <style> for your project and add icon using <i> tag with your class name.

  <!-- <head> -->
  <link rel="stylesheet" href="../codeicons.css"/>

  <!-- add style -->
  <style type="text/css" media="screen">
  	[class^="codeicon-"] { ... }
  </style>

  <!-- <body> -->
  <i class="codeicon-git"></i>

SVG ICONS

Copy/paste svg code from /svg folder in your html code. Add your own class if you want.

  <!-- <body> -->
  <svg class="codeicon-github" viewBox="0 0 128 128">
  	<path d="..."/>
  </svg>

Production (Optional)

If you're using Grunt you can copy/paste the fonts with a grunt task More details. Load npm install grunt-contrib-copy --save-dev and add a task in your /GruntFile.js.

  // Grunt task for copy files:
  copy: {
      fonts: { dest: 'path/fonts', src: ['bower/codeicons/fonts/*'] }
  }, ...
  // Add your task in your register Task:
  grunt.registerTask('default', ['copy:fonts']);

Road Map in progress :

  • Contributing section
  • Register Npm packages
  • Add colored icons (full colored)
  • Better how-to-use section (link, comment, img...)
  • Make better demo
  • Add news icons

Changelog

  • v1.3.0 - Add news icons svg & Improve fix demo. (Total : 121 files / ~ 116 icons)
  • v1.2.0 - Add news icons svg. (Total : 106 files / ~ 100 icons)
  • v1.1.1 - Minors bower fixs and demo.
  • v1.1.0 - Add icons svg + add src new icon + readme + minors fixs.
  • v1.0.0 - Initialisation Project and Packages on bower.

Contribute & Develop

First of all, thanks for taking the time to contribute!

Please have a look at the CONTRIBUTING.md file for more informations.

Under MIT Licence

All brand icons are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.


Credits


Author

Originally written with โ™ฅ by @Sp0ne (Vinces - Digital Developer)

codeicons's People

Contributors

sp0ne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.