nanodepo/apex

A set of 450+ free MIT-licensed high-quality SVG icons for you to use in your web projects.

v2.2.2 2025-07-18 20:15 UTC

This package is auto-updated.

Last update: 2025-07-18 20:16:55 UTC


README

First, install nanodepo/apex from composer:

composer require nanodepo/apex

Now each icon can be imported individually as a Blade component.

Outline

<x-icon::cube />

Solid

<x-icon::cube type="solid" />

Animate

<x-icon::cog class="w-12 h-12 animate-spin text-blue-400" />