Answers for "material icons"

1

google material icons

<!--inside the head tag-->
 <!-- set up google icon fonts -->
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

 <!-- inside the icon container -->
  <span class="material-icons">&# Code point ;</span>
  <span class="material-icons">&#xe8cc;</span>
<!--
icon used 
https://fonts.google.com/icons?selected=Material%20Icons%20Sharp%3Ashopping_cart%3A
-->
Posted by: Guest on September-16-2021
2

material design icons

<link href="https://cdn.materialdesignicons.com/4.9.95/css/materialdesignicons.min.css" rel="stylesheet" type="text/css">
Posted by: Guest on July-14-2021
3

google material icons

<i class="material-icons">face</i>
Posted by: Guest on December-15-2020
1

material icons font

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
Posted by: Guest on March-07-2021

Browse Popular Code Answers by Language