Download the PHP package daljo25/blade-pixelicon-icons without Composer

On this page you can find all versions of the php package daljo25/blade-pixelicon-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package blade-pixelicon-icons

Blade Pixelicon Icons

Latest Version on Packagist Total Downloads

Blade UI Kit package for the Pixel Icon Library by HackerNoon.

This package provides 450+ SVG icons ready to use in Laravel Blade using the same developer experience as other Blade UI Kit icon sets.

✨ Features


📦 Installation


⚙️ Publishing

You may publish the config file and/or the SVG icons if you want to customize them.

Publish config

This will publish:


Publish SVG icons

This will publish all icons to:

This is useful if you want to:


Search for icons in the official Pixel Icon Library

You can search for icons in the official Pixel Icon Library by HackerNoon

https://pixeliconlibrary.com/

🚀 Usage

This package follows the Blade UI Kit icon conventions.

You can use any of the 3 supported syntaxes.

1️⃣ Blade Component


2️⃣ @svg Directive


3️⃣ svg() Helper


🎨 Changing Icon Color (IMPORTANT)

Pixelicon SVGs do not include fill or stroke attributes by design.

This package injects fill="currentColor" automatically via config so icons inherit color from CSS.

⚠️ Because of how these SVGs are built:

Color must be applied using:

*❌ Tailwind text- classes WILL NOT work reliably.**


✔️ Correct ways to change color

Using fill


Using inline style


Using parent element color


❌ Not supported

This limitation comes from the original Pixelicon SVG structure and is intentional to keep the source files unmodified.


🧩 Icon Prefix

All icons use the prefix:

Examples:


🗂 Icon Sets Included

Icons are generated from the official Pixel Icon Library:

All icons are merged into a single set for convenience.


⚙️ Config

Config file: config/blade-pixelicon-icons.php

You normally don’t need to change anything, but it allows you to:


🧪 Testing


📄 License

MIT © Daljomar Morillo

Pixel Icon Library by HackerNoon is used under its respective license MIT for code and Creative Commons for the icons.


All versions of blade-pixelicon-icons with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
blade-ui-kit/blade-icons Version ^1.6
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package daljo25/blade-pixelicon-icons contains the following files

Loading the files please wait ...