


While there are more than a few themes and icons that will effectively function with your Linux system, I’ve scoured the web to make this compilation particularly because I’ve grown a liking for all things flat in relation to the looks and feel of any operating system.Īlso given that it’s an ongoing trend, (from Microsoft’s Window’s 10, to the Android operating system and even Apple’s iOS) in the software industry as a whole, you might as well bring the flat feel to your Ubuntu, Arch, Fedora, or whatever distribution you may be rocking. Thanks for reading and if you have any questions, use the comment function or send me a message If you want to know more about Angular, have a look at these Angular Tutorials.What is a Linux desktop if it ain’t filled with eye candy? Here we have a list of Material inspired/flat-feeling Themes and Icons to beautify the GUI of your system so you may customize it to your hearts’ content.

Material Icons have a small package size and scale great (SVG).The Material Icons be integrated via Google Web Fonts or self hosting.Google Material Icons are optimized for all common platforms and display resolutions.Host the icon font in a location, for example and add the following CSS rule: Using the icons in HTMLĪfter installing it, it’s very easy to add icons into your web page. If you want to self host the web font, some additional setup is necessary. Just include this line in your index.html or root html file: Setup Self hosting The easiest way to set up material icon fonts for any web page is through Google Web Fonts. You have two options to use via Google Web Fonts or self hosting. The icon font is vector based (scales very well), small package size and easy to use. The material icon font is the easiest way to add material icons to your web projects.
MATERIAL ICONS INSTALL
You can also install them via npm: npm install material-design-icons Icon font for the web You can also install them via bower: bower install material-design-icons The material icons are also available via git repository: git clone If you want to download the entire icon library, grab the latest stable zip archive, about 60 MB. The icons are available for download in SVG or PNGs from here and you can integrate them as an img or as an SVG as usual. You can download a few or download the entire library. You have several options to use the Material Icons. The guidelines ensure readability and clarity on different sizes and the icons are optimized for all common platforms and display resolutions.Īll Material Design Icons can be found here and are licensed under the Apache License Version 2.0. Material Icons are simple, modern and friendly icons, created using the Google Material Design guidelines. The usage of Material Icons is not limited to Angular, you can use them in any web project. When building an Angular application often Material Design from Angular is used and with it the Material Icons.
MATERIAL ICONS HOW TO
This article is about where to get Material Icons and how to integrate them in your project. This story was originally published here. Use Material Icons via Google Web fonts or host locally
