https://github.com/themuhamed/mcicons
Minecraft UI icon set — 1300+ PNG icons with CSS classes. Laravel-ready and Composer-installable.
https://github.com/themuhamed/mcicons
composer icons laravel minecraft ui web-design
Last synced: 7 months ago
JSON representation
Minecraft UI icon set — 1300+ PNG icons with CSS classes. Laravel-ready and Composer-installable.
- Host: GitHub
- URL: https://github.com/themuhamed/mcicons
- Owner: themuhamed
- Created: 2025-05-26T16:56:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-28T11:50:19.000Z (8 months ago)
- Last Synced: 2025-06-08T22:20:42.027Z (7 months ago)
- Topics: composer, icons, laravel, minecraft, ui, web-design
- Language: CSS
- Homepage: https://mcicons.dev
- Size: 1.54 MB
- Stars: 14
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
McIcons – Minecraft UI Icon Library
A handcrafted icon system for the Minecraft aesthetic.
Over 1300+ pixel-style PNG icons, pure CSS integration, and CDN support for any PHP, Laravel, or web project.
---
## 🚀 Installation
```bash
composer require themuhamed/mcicons
```
Then publish the assets in Laravel:
```bash
php artisan vendor:publish --tag=mcicons-assets
```
Or copy manually:
```bash
mkdir -p public/vendor/mcicons
cp -r vendor/themuhamed/mcicons/resources/css/mcicons.css public/vendor/mcicons/
cp -r vendor/themuhamed/mcicons/public/icons public/vendor/mcicons/
```
---
## 🌐 CDN (Recommended)
Add this line to your `` tag to use McIcons via CDN:
```html
```
Then use icons like this:
```html
```
---
## 📂 Structure
```
mcicons/
├── public/icons/ # 1300+ PNGs
├── resources/css/ # mcicons.css
├── src/ # Laravel ServiceProvider
├── composer.json
└── README.md
```
---
## 📏 Icon Sizes
| Class | Size |
|-------------|----------|
| `.mc-sm` | 1rem |
| `.mc` | 1.5rem |
| `.mc-xl` | 2rem |
| `.mc-2xl` | 2.5rem |
| `.mc-3xl` | 3rem |
| `.mc-4xl` | 4rem |
| `.mc-5xl` | 5rem |
---
## 🖥️ Official Website
👉 Visit [https://mcicons.dev](https://mcicons.dev) for:
- Icon browser
- Live previews
- CDN access
- Usage instructions
- Ready-to-copy code
---
## 🧑💻 Author
Developed by [Muhamed](https://github.com/themuhamed)
📧 [juniorhmd@pm.com](mailto:juniorhmd@pm.com)
---
## 📦 Coming Soon
- NPM package support
---
## 📄 License
McIcons is open-source and licensed under the [MIT License](https://opensource.org/licenses/MIT).
---
If you love McIcons, star it on GitHub ⭐