Run ❯
zig
.
com
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to 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>insert_chart</h1> <i class="material-icons">insert_chart</i> <i class="material-icons" style="font-size:36px">insert_chart</i> <i class="material-icons" style="font-size:48px;color:red">insert_chart</i> <p>Used on a button:</p> <button style="font-size:24px">Button <i class="material-icons">insert_chart</i></button> <p>Unicode:</p> <i class="material-icons"></i> </body> <!-- /icons/tryit.asp?filename=tryicons_google-insert_chart Thu, 06 Feb 2025 15:03:26 GMT --> </html>