Skip to main content
Material Design Icons is the official icon library from Google, providing a comprehensive set of icons that follow Material Design guidelines.

Installation

Material Design icons are included with React Icons:

Import Path

Library Details

Material Design Icons

Icon Count: 4,341Version: 4.0.0Import: react-icons/mdPrefix: Md, MdOutline

License & Project

Usage Examples

Basic Usage

Icon Variants

Material Design icons come in two main variants:
Default Material Design icons use the Md prefix and are filled.

Action Icons

Common Use Cases

Styling Material Design Icons

Size and Color

Material Design Colors

Icon Naming Convention

Material Design icons follow these patterns:
  • Filled icons: Md[IconName] (e.g., MdHome, MdStar)
  • Outlined icons: MdOutline[IconName] (e.g., MdOutlineHome, MdOutlineStar)
All icon names use PascalCase and remove hyphens from the original Material Design names:
  • account-circleMdAccountCircle
  • favorite-borderMdOutlineFavoriteBorder
  • MdHome - Home
  • MdMenu - Menu/hamburger
  • MdArrowBack - Back arrow
  • MdArrowForward - Forward arrow
  • MdClose - Close/X
  • MdMoreVert - Vertical menu (⋮)
  • MdMoreHoriz - Horizontal menu (⋯)

Actions

  • MdAdd - Add/plus
  • MdEdit - Edit/pencil
  • MdDelete - Delete/trash
  • MdSave - Save
  • MdSearch - Search
  • MdRefresh - Refresh
  • MdShare - Share

Content

  • MdContentCopy - Copy
  • MdContentCut - Cut
  • MdContentPaste - Paste
  • MdSend - Send
  • MdDrafts - Drafts
  • MdArchive - Archive

Communication

  • MdEmail - Email
  • MdChat - Chat
  • MdCall - Phone call
  • MdVideocam - Video camera
  • MdMessage - Message

Integration with Material-UI

Material Design icons work seamlessly with Material-UI (MUI):

Resources

Material Design Icons

Browse the official Material Design icon gallery

Material Design Guidelines

Learn about Material Design icon principles

Search All Icons

Search Material Design icons in React Icons preview

All Libraries

Explore other icon libraries