OSSIcons

An icon font for popular Open Source project logos.

Download v1.0.0

Icons

The following icons are available in the current version:

ossicon-cassandra

ossicon-consul

ossicon-couchbase

ossicon-elasticsearch

ossicon-influxdb

ossicon-mariadb

ossicon-memcached

ossicon-mysql

ossicon-mongodb

ossicon-postgresql

ossicon-redis

ossicon-riak

ossicon-play

ossicon-rails

ossicon-tornado

ossicon-clojure

ossicon-go

ossicon-haskell

ossicon-nodejs

ossicon-perl

ossicon-php

ossicon-python

ossicon-ruby

ossicon-scala

ossicon-git

ossicon-rabbitmq

ossicon-vagrant

ossicon-centos

ossicon-coreos

ossicon-debian

ossicon-fedora

ossicon-freebsd

ossicon-gentoo

ossicon-redhat

ossicon-solaris

ossicon-suse

ossicon-ubuntu

ossicon-apache

ossicon-nginx

ossicon-tomcat

Getting Started

  1. Copy the entire ossicons directory into your project.
  2. In the <head> section of your html, add the path to ossicons.css:
    <link rel="stylesheet" type="text/css" href="ossicons/css/ossicons.css">
  3. Use the icons in your code. You can use the icons just about anywhere using the CSS prefix ossicon. The icons are designed to be used with inline elements like <i> and <span>.

    Example code to display the PostgreSQL logo:

    <i class="ossicon ossicon-postgresql"></i>

Adding new icons

The fonts were developed using the IcoMoon App. To add more icons to the font, simply import the ossicons.json file using the Import Icons button (or via Main Menu > Manage Projects) in the IcoMoon App.

License

The font is licensed under the 3-Clause BSD License. All copyrights, trademarks, and other rights are property of their respective owners.

Source and Attribute

Some Icon vectors initially copied from fizzed/font-mfizz. Others were taken from previously existing vector graphics provided by individual projects.
Fork me on GitHub