5 releases (breaking)

0.5.0 Oct 12, 2025
0.4.0 Jul 11, 2025
0.3.0 Feb 7, 2025
0.2.0 Dec 19, 2024
0.1.0 Oct 2, 2024

#388 in GUI

Download history 352/week @ 2025-08-14 332/week @ 2025-08-21 483/week @ 2025-08-28 273/week @ 2025-09-04 374/week @ 2025-09-11 486/week @ 2025-09-18 645/week @ 2025-09-25 702/week @ 2025-10-02 1311/week @ 2025-10-09 944/week @ 2025-10-16 1096/week @ 2025-10-23 591/week @ 2025-10-30 565/week @ 2025-11-06 385/week @ 2025-11-13 291/week @ 2025-11-20 363/week @ 2025-11-27

1,697 downloads per month
Used in 7 crates (6 directly)

MIT license

1MB
3.5K SLoC

egui_material_icons

egui_ver Latest version Documentation unsafe forbidden License

Provides material icons (now material symbols) for egui.

example:

// register the fonts:
egui_material_icons::initialize(&cc.egui_ctx);

// later in some ui:
ui.button(egui_material_icons::icons::ICON_ADD);

Currently, this provides the rounded icons, I could also add a feature to enable different variants. If you need this just open an issue.

Dependencies

~5.5MB
~98K SLoC