Browse the Material Design Icons library
masterYou can view the full collection of available icons at the official Material Design Icons website. This library includes icons converted from Google's official icon set.
repository·master·Indexed 11 days ago
https://github.com/templarian/materialdesignA planning and source hub for Material Design Icons, providing distribution packages for web, mobile, and desktop applications. Available via NPM as @mdi/font for Webfont/SCSS, @mdi/js for JavaScript/TypeScript, @mdi/react for ReactJS, and @mdi/svg for raw SVG data and metadata.
Material Design Icons are available through several specialized NPM packages depending on your project's environment. Choose the package that matches your technology stack:
# Webfont / SCSS
npm install @mdi/font
# JavaScript / TypeScript
npm install @mdi/js
# ReactJS
npm install @mdi/react
# SVG / Meta.json
npm install @mdi/svg