Get your own website Result Size: 625 x 565
x
 
<!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>camera_alt</h1>
<i class="material-icons">camera_alt</i>
<i class="material-icons" style="font-size:36px">camera_alt</i>
<i class="material-icons" style="font-size:48px;color:red">camera_alt</i>
<p>Used on a button:</p>
<button style="font-size:24px">Button <i class="material-icons">camera_alt</i></button>
<p>Unicode:</p>
<i class="material-icons">&#xe3b0;</i>
</body>
<!-- Mirrored from www.w3schools.com/icons/tryit.asp?filename=tryicons_google-camera_alt by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 13:23:40 GMT -->
</html>