Skip to content

Material Design Icons

Compare
Choose a tag to compare
@addyosmani addyosmani released this 17 Oct 13:21
· 232 commits to master since this release

Today, Google Design are open-sourcing 750 glyphs as part of the Material Design system icons pack. The system icons contain icons commonly used across different apps, such as icons used for media playback, communication, content editing, connectivity, and so on. They're equally useful when building for the web, Android or iOS.

Read on for the release notes, view a live preview of the icons or download the icon pack now.

What's included in the release?

  • SVG versions of all icons in both 24px and 48px flavours
  • SVG and CSS sprites of all icons
  • 1x, 2x icons targeted at the Web (PNG)
  • 1x, 2x, 3x icons targeted at iOS (PNG)
  • Hi-dpi versions of all icons (hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi) (PNG)

Preview

Icons are included for actions:

1

Devices:

2

Common images:

3

and many other icon categories app developers use today.

Getting Started

You have a few options for getting the icons.

Download the Zip

Grab the latest release as a zip archive (~57MB).

Bower

Install the icons using the Bower package manager.

$ bower install material-design-icons

npm

You can also find all the icons on npm.

$ npm install material-design-icons

For more information on usage, see the project README.

With special thanks to Josh Estelle, Alastair Tse and the Material Design team for their contributions to this project