andreiio/blade-remix-icon

A package to easily make use of Remix Icon in your Laravel Blade views.

Maintainers

πŸ‘ andreiio

Package info

github.com/andreiio/blade-remix-icon

pkg:composer/andreiio/blade-remix-icon

Fund package maintenance!

code4romania

Statistics

Installs: 478 915

Dependents: 14

Suggesters: 3

Stars: 18

Open Issues: 0

3.9.1 2026-01-29 12:19 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 622f77d25bae5d9de6aed31e70dfea92bb0cbe8f

This package is auto-updated.

Last update: 2026-06-29 02:22:54 UTC


README

πŸ‘ Social Card Blade Remix Icon

Blade Remix Icon

A package to easily make use of Remix Icon in your Laravel Blade views. Based on skydiver/blade-icons-remix.

πŸ‘ Latest Version on Packagist
πŸ‘ Software License
πŸ‘ Build Status
πŸ‘ Style CI
πŸ‘ Total Downloads

For a full list of available icons see the resources/svg directory or search

Requirements

  • PHP 7.4 or higher
  • Laravel 8.0 or higher

Install

composer require andreiio/blade-remix-icon

Usage

Icons can be used a self-closing Blade components which will be compiled to SVG icons:

<x-ri-bookmark-fill />

You can also pass classes to your icon components:

<x-ri-mail-line class="w-6 h-6 text-gray-500 fill-current"/>

And even use inline styles:

<x-ri-stack-line style="fill: #F00" />

Raw SVG Icons

If you want to use the raw SVG icons as assets, you can publish them using:

php artisan vendor:publish --tag=blade-remix-icon --force

Then use them in your views like:

<img src="{{ asset('vendor/blade-remix-icon/code-fill.svg') }}" width="10" height="10"/>

Blade Icons

Blade Remix icon uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality.

Testing

composer test

Credits

License

This project is licensed under the MIT License (MIT) – see the LICENSE file for details.