I am using icons from boxicons but the documentation says that to use it in html, I have to declare it like this :
<i class='bx bx-user'></i>
Isn't it an accessibility problem to use the i tag? And if it is, what should I change to make my page more accessible?