Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Google Material Symbols</title>
  <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet" />
  <style>
    .material-symbols-outlined.demo {
      font-size: 3em;
    }
    .pulse { animation: pulse 1.5s infinite; }
    @keyframes pulse {
      0% { font-variation-settings: 'wght' 100; }
      50% { font-variation-settings: 'wght' 700; }
      100% { font-variation-settings: 'wght' 100; }
    }
  </style>
</head>
<body>
  <span class="material-symbols-outlined demo pulse">emoji_emotions</span>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers