How to set Favicon Icon in Codeigniter 4 By Geneva Sibanda | December 31, 2024 0 Comment You can put the favicon.ico file in the web root…./public folder, so the URL would be yourdomain.com/favicon.ico Then you have to add the following line of code into your HTML: I have used this in my code layout.php and its working fine!