Rubicons

Rubicons is a lightweight, pure Ruby SVG icon toolkit inspired by React Icons. It provides a simple and consistent way to include beautiful SVG icons in your Ruby and Rails applications without external dependencies.

Features

  • Pure Ruby implementation - no JavaScript dependencies
  • SVG-based icons - scalable without quality loss
  • Multiple icon libraries - access thousands of icons from popular icon sets
  • Rails integration - seamlessly works with Rails via helper methods
  • Customizable - easily change size, color, and add CSS classes

Installation

Add this line to your application's Gemfile:

gem 'rubicons'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rubicons