Code HTML icône de menu

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