README.md

May 28, 2025 ยท View on GitHub

๐ŸŒ Official Website โ€“ mcicons.dev

Explore all icons, try live previews, use the CDN, and more!

McIcons Logo

Visit Site

Latest Release Repo Size License Packagist Downloads

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

composer require themuhamed/mcicons

Then publish the assets in Laravel:

php artisan vendor:publish --tag=mcicons-assets

Or copy manually:

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/

Add this line to your <head> tag to use McIcons via CDN:

<link rel="stylesheet" href="https://cdn.mcicons.dev/releases/v1.0.0/css/all.css">

Then use icons like this:

<i class="mc mc-diamond-sword mc-2xl"></i>
<i class="mc mc-anvil mc-xl"></i>
<i class="mc mc-apple mc-sm"></i>

๐Ÿ“‚ Structure

mcicons/
โ”œโ”€โ”€ public/icons/           # 1300+ PNGs
โ”œโ”€โ”€ resources/css/          # mcicons.css
โ”œโ”€โ”€ src/                    # Laravel ServiceProvider
โ”œโ”€โ”€ composer.json
โ””โ”€โ”€ README.md

๐Ÿ“ Icon Sizes

ClassSize
.mc-sm1rem
.mc1.5rem
.mc-xl2rem
.mc-2xl2.5rem
.mc-3xl3rem
.mc-4xl4rem
.mc-5xl5rem

๐Ÿ–ฅ๏ธ Official Website

๐Ÿ‘‰ Visit https://mcicons.dev for:

  • Icon browser
  • Live previews
  • CDN access
  • Usage instructions
  • Ready-to-copy code

๐Ÿง‘โ€๐Ÿ’ป Author

Developed by Muhamed
๐Ÿ“ง juniorhmd@pm.com


๐Ÿ“ฆ Coming Soon

  • NPM package support

๐Ÿ“„ License

McIcons is open-source and licensed under the MIT License.


If you love McIcons, star it on GitHub โญ