Значок меню HTML -код

<html>
<title> Menu Icon </title>
<head>
<!--Link icons-->
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!--Icon-->
<i class='bx bx-menu' id="btn" ></i>
</body>
Hunter 87