运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!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>navigate_before</h1> <i class="material-icons">navigate_before</i> <i class="material-icons" style="font-size:36px">navigate_before</i> <i class="material-icons" style="font-size:48px;color:red">navigate_before</i> <p>Used on a button:</p> <button style="font-size:24px">Button <i class="material-icons">navigate_before</i></button> <p>Unicode:</p> <i class="material-icons"></i> </body> </html>