Code Monkey home page Code Monkey logo

identicons's Introduction

Introducing Identicons

An Open Source icon system for Identity language by Auth0. A royalty-free, free-to-use icons and clipart representing fundamental identity concepts. Use them in presentations, specifications and documentation. For more details, read the announcement blog post.

Sponsor

auth0 logo If you want to quickly add secure token-based authentication to your projects, feel free to check Auth0's documentation and free plan at auth0.com/developers

How to Use Them?

You can download the whole set of icons or just the icons that you need from the identicons.dev site.

Do You Want to Contribute with Icons?

Awesome! To contribute you have to make a pull request with the following data:

  1. Add an icon in two versions, monochrome and greyscale. In turn, have an SVG and PNG for each version, using the .svg and .png extensions respectively. Each version of the icon has to be in its own corresponding folder: ./static/icons/mono or ./static/icons/grey. When building the icons, you must consider the following specifications:
  • Icon colors.
    • You can use two colors per icon for each version.
      • Monochrome: #D0CEFF, A5A0FF and #635DFF.
      • Greyscale: #C4C4C4, 9B9D9F and #65676E.
  • All icons must have a transparent background.
  • The .png icons size has to be 816x816 pixels.
  • The filename must be the same for all versions.
  1. Once you add the icons, create a new key in the ./base/iconSet.js file. The key looks like this:
icon#: {
  image: "icon-name",
  name: "Icon Name"
}

So you have to:

  • Check the key number of the last icon listed and add yours right below it with the corresponding next key number, icon#.
  • Add the image file name (without the file extension) as the value of the image property.
  • Lastly, add the icon name that you think appropriately expresses what the icon represents as the value of the name property.

This is an example of what an icon key looks like:

icon27: {
  image: "icon-user-db",
  name: "User Data Base"
}

Thanks for contributing!

identicons's People

Contributors

gmesyngier avatar nicogarcia avatar sambego avatar timneutkens avatar woloski 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.