<link rel="stylesheet" href="css/bootstrap-icons.css">
My HTML
<a href="index.php" class="btn btn-outline-dark col-1"><i class="bi bi-alarm-fill"></i></a>
I want to use Bootstrap icon inside <a> tag. In response getting [] (square).
My HTML " />
My HTML " />
My HTML "/>
My HTML I want to use Bootstrap icon inside Add this to your html file: then you can use icons like this:
How to use Bootstrap icon?
2.7k Views
Asked by
ॐkar
At
<link rel="stylesheet" href="css/bootstrap-icons.css"><a href="index.php" class="btn btn-outline-dark col-1"><i class="bi bi-alarm-fill"></i></a><a> tag. In response getting [] (square).There are 2 best solutions below
On
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<i class="bi bi-search"></i>
Solved
Everything was OK. Just need to change path in
bootstrap-icons.css