Edit This Code:
<!DOCTYPE html>
<html>
<head>
<title>Google Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>

<h1>hdr_on</h1>

<i class="material-icons">hdr_on</i>
<i class="material-icons" style="font-size:36px">hdr_on</i>
<i class="material-icons" style="font-size:48px;color:red">hdr_on</i>

<p>Used on a button:</p>
<button style="font-size:24px">Button <i class="material-icons">hdr_on</i></button>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy