Today, Google Design are [open-sourcing](http://googledevelopers.blogspot.co.uk/2014/10/updated-material-design-guidelines-and.html) 750 glyphs as part of the Material Design [system icons](http://www.google.com/design/spec/resources/sticker-sheets.htmlsticker-sheets-components) 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](http://google.github.io/material-design-icons/) of the icons or [download](https://github.com/google/material-design-icons/releases/download/1.0.0/material-design-icons-1.0.0.zip) 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](https://cloud.githubusercontent.com/assets/110953/4679627/91f05e76-5603-11e4-9d59-27aa01e1c669.png)
Devices:
![2](https://cloud.githubusercontent.com/assets/110953/4679657/be3628ee-5603-11e4-8c29-e7a102d36565.png)
Common images:
![3](https://cloud.githubusercontent.com/assets/110953/4679689/05ba17ac-5604-11e4-87ad-7d29a01dc62e.png)
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](https://github.com/google/material-design-icons/releases/download/1.0.0/material-design-icons-1.0.0.zip) (~57MB).
Bower
Install the icons using the [Bower](http://bower.io) package manager.
sh
$ bower install material-design-icons
npm
You can also find all the icons on [npm](http://npmjs.org).
sh
$ npm install material-design-icons
For more information on usage, see the project [README](https://github.com/google/material-design-icons/blob/master/README.md).
_With special thanks to Josh Estelle, Alastair Tse and the Material Design team for their contributions to this project_