material icons cdn
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
material icons cdn
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
google material icons change width
// css
.material-icons.md-48 { font-size: 48px; }
// html
<i class="material-icons md-48">important_devices</i>
increase size of material icon
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
materialize icons
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us