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.
Informations about the package blade-pixelicon-icons
Blade Pixelicon Icons
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
- 450+ Pixel icons included
- Supports regular, solid, brands & purcats
- Multiple Blade UI Kit usage styles
- Original SVGs are not modified
- Color customization via
fill/style - Zero runtime dependencies
📦 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:
- Modify SVG files manually
- Remove icons you don’t use
- Optimize icons
- Override specific icons
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:
fill=""style=""- inline color via parent element
*❌ 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:
- Regular
- Solid
- Brands
- Purcats
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:
- Change default attributes
- Override global icon behavior
🧪 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
blade-ui-kit/blade-icons Version ^1.6
illuminate/support Version ^10.0|^11.0|^12.0|^13.0