Colors for Bootstrap and Font Awesome icons.

Installation

Install your desired icon pack:

Install this project via one of package managers:

  • Composer - composer require hermajan/facolors
  • npm - npm install @hermajan/facolors

Usage

Include it in your project with SASS or CSS:

@import "vendor/hermajan/facolors/scss/facolors"; // installation via Composer
@import "node_modules/@hermajan/facolors/scss/facolors"; // installation via npm
<link rel="stylesheet" href="vendor/hermajan/facolors/css/facolors.css"> <!--  installation via Composer -->
<link rel="stylesheet" href="node_modules/@hermajan/facolors/css/facolors.css"> <!--  installation via npm -->

Then selected icons will be colored. List of icons with colors is in this project sass files. Rendered examples are on website.

Examples

Example of Bootstrap icons

Example of Font Awesome icons