Font-Awesome 版本 6 图标未显示

Font-Awesome version 6 icons not showing

第一个例子没有显示,但是第二个例子显示了。为什么?

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
</head>
<body>
    <i class="fa-solid fa-square-info"></i> NOT SHOWING
    <i class="fas fa-info-circle"></i> SHOWING
</body>
</html>

这是因为图标 fa-solid fa-square-info 是一个 PRO 图标,在 font-awesome 的免费版本中不可用。所以图标没有渲染。或者,您可以尝试使用开源且可免费使用的 Material Design Icons