Answers for "google icons material"

12

material icons cdn

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Posted by: Guest on May-07-2020
1

google material icons change width

// css
.material-icons.md-48 { font-size: 48px; }

// html
<i class="material-icons md-48">important_devices</i>
Posted by: Guest on December-15-2020
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
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