Low commit activity in last 3 years
A long-lived project that still receives updates
A Rails asset gem that packages a technology-icon webfont for use in Rails applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.4
~> 13.0
~> 3.12
~> 1.50

Runtime

>= 6.0, < 9.0
 Project Readme

Technology::Icons

CI Gem Version

Technology icon webfont for Rails applications.

Requirements

  • Ruby >= 3.0
  • Rails >= 6.0

Installation

Add this line to your application's Gemfile:

gem 'technology-icons'

And then execute:

bundle install

Or install it yourself as:

gem install technology-icons

Asset Pipeline Setup

For Rails 6.x / 7.x with Sprockets:

Add to your application.css:

*= require technology/icons

For Rails 7+ with Import Maps:

Pin and import the stylesheet through your application's asset setup if you copy or expose the gem asset path.

Usage

<em class="icon-flash"></em> Flash
<em class="icon-drupal"></em> Drupal
<a href="#" class="icon-mongodb"></a> MongoDb

Upgrading from 0.x to 1.0

Version 1.0.0 requires Ruby 3.0+ and Rails 6.0+. See UPGRADE_GUIDE.md for details.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ethirajsrinivasan/technology-icons. Contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.