TechNews is the first of our templates to include support for Material Icons, which are icons created by Google to match their Material Design aesthetic. These icons may be inserted anywhere in your content just like Font Awesome, using the following syntax: <i class="micon">name</i> ( e.g. <i class="micon">accessibility</i> )

Where "name" is the name of the icon. Please be aware that if the icon’s name has two or more words, such as "help outline" or "highlight off", then the individual words will need to be separated by an underscore ("_") rather than a blank space e.g. to use the "help outline" icon, the syntax would be: <i class="micon">help_outline</i> ( e.g. <i class="micon">3d_rotation</i> )

A full list of available icons and their respective names may be found on the Material Icons site; simply select your icon from the list, and change the "name" text in the above example to match the icon’s name.

Material Icons