https://github.com/grimlink/magento2-icon-packs
Replace the default Magento2 Blank or Luma icons with any other popular framework
https://github.com/grimlink/magento2-icon-packs
icons magento2 magento2-icon-packs webfont
Last synced: about 2 months ago
JSON representation
Replace the default Magento2 Blank or Luma icons with any other popular framework
- Host: GitHub
- URL: https://github.com/grimlink/magento2-icon-packs
- Owner: GrimLink
- License: mit
- Created: 2020-08-24T08:37:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T10:12:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T08:12:45.650Z (2 months ago)
- Topics: icons, magento2, magento2-icon-packs, webfont
- Homepage:
- Size: 684 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento2 icon packs
Replace the default Magento2 Blank or Luma icons
with any other popular icon frameworks.
## How to use
Copy your icon pack of choice to your theme in the `web/fonts`.
And change/add the following variables to load your new icons instead.
```less
@icons__font-path: "@{baseDir}fonts/M2-Luma-Material/M2-Luma-Material";
@icons__font-name: "M2-Luma-Material";
```_Example of M2-Luma-Material import_
Also [see the wiki](https://github.com/GrimLink/magento2-icon-packs/wiki) for;
- How to use the extra 4 icons (bag, phone, sort up and sort down)
- How to replace it with your own icon pack.## Icon packs
The following icon packs are available in this repo
- The default Magento 2 icons
- [Material Icons](https://github.com/google/material-design-icons)
- [Bootstrap 5 Icons](https://github.com/twbs/icons)
- [Feather Icons](https://github.com/feathericons/feather) (Luma only)
- [Ikonate](https://github.com/mikolajdobrucki/ikonate) (Luma only)The following icon packs are planned to be added
- [FontAwesome 5](https://github.com/FortAwesome/Font-Awesome)