Quickstart
The fastest way to add icons to your Laravel app, literally.
Installing Unicon
Unicon is a Laravel package distributed on Packagist via Composer.
Run the following command to install the package in your project.
Rendering an icon
Unicon provides an icon
Blade component that you can use to render any icon.
The name
attribute is the combination of the prefix and the icon name, separated
by a colon. For example, the clock
icon from the Heroicons collection is
heroicons:clock
.