WireUI Heroicons is a library of icons components to empower your Laravel and Livewire application development.
Stop creating all icons components from scratch. Get all WireUI Heroicons for free.
A set of free MIT-licensed high-quality SVG icons for UI development made by TailwindLabs.
See all Heroicons
composer require wireui/heroicons
You can find a list of all icons and variants on the Heroicons website
Available variants:
- mini.solid
- solid
- outline
<x-icon name="user" />
<x-icon name="user" solid />
<x-icon name="user" solid mini />
<x-icon name="user" variant="solid" />
<x-icon class="w-5 h-5 text-teal-600" name="user" />
<x-heroicons::outline.user />
<x-heroicons::solid.user />
<x-heroicons::mini.solid.user class="w-5 h-5" />
php artisan vendor:publish --tag="wireui.heroicons.config"
php artisan vendor:publish --tag="wireui.heroicons.views"
Stay informed about WireUI, follow @ph7jack on Twitter.
There will you see all the latest news about features, ideas, discussions and more...
WireUI Heroicons is always FREE to anyone who would like to use it. You can use the Heroicons in your laravel project.
This project is created PH7-Jack, and it is maintained by the author with the help of the community.
All contributions are welcome!
MIT