Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to create a material design icon for material design icons?


Asked by Zendaya Grant on Dec 07, 2021 FAQ



CopyCopy script mdi mdi-thermometer-plus fe65 Material Design CopyCopy script mdi mdi-thermometer-minus fe64 Material Design CopyCopy script mdi mdi-thermometer-chevron-up fe63 Material Design CopyCopy script mdi mdi-thermometer-chevron-down fe62 Material Design CopyCopy script mdi mdi-thermometer-alert fe61 Material Design CopyCopy script
In fact,
Material Design Icons is the official icon set from Google. The icons are designed under the material design guidelines. This is an updated version of icons, which includes all icons available at material.io. You can find an older version of this icon set in google/material-design-icons repository.
In respect to this, Similar to other Google Web Fonts, the correct CSS will be served to activate the 'Material Icons' font specific to the browser. An additional CSS class will be declared called .material-icons . Any element that uses this class will have the correct CSS to render these icons from the web font.
Likewise,
Material icons are also available as regular images, both in PNG and SVG formats. SVG. The material icons are provided as SVGs that are suitable for web projects. Individual icons are downloadable from the material icons library. The SVGs are also available from the material design icons git repository under the path:
Keeping this in consideration,
Place it in a .valign-wrapper like this: You may change the icon margin-top to any POSITIVE or NEGATIVE value to align it. For example, you can see word "right" in the material-icons class. Putting here as an answer as Pedro Muñoz's comment worked for me.