Edit This Code:
See Result »
<!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"> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?73c27e26f610eb3c9f3feb0c75b03925"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </head> <body> <h1>cast_connected</h1> <i class="material-icons">cast_connected</i> <i class="material-icons" style="font-size:36px">cast_connected</i> <i class="material-icons" style="font-size:48px;color:red">cast_connected</i> <p>Used on a button:</p> <button style="font-size:24px">Button <i class="material-icons">cast_connected</i></button> </body> </html>
Result: