<!DOCTYPE html>
<html>
<head>
<title>Google Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../../fonts.googleapis.com/icon-family=Material+Icons.html" rel="stylesheet">
</head>
<body>
<h1>arrow_forward</h1>
<i class="material-icons">arrow_forward</i>
<i class="material-icons" style="font-size:36px">arrow_forward</i>
<i class="material-icons" style="font-size:48px;color:red">arrow_forward</i>
<p>Used on a button:</p>
<button style="font-size:24px">Button <i class="material-icons">arrow_forward</i></button>
</body>
</html>