Bootstrap Hourglass Icon (Time, History, Wait, Sand, Clock)

Bootstrap Hourglass Icon refers to a timing device consisting of two connected glass bulbs containing sand that takes one hour to travel from the upper to the lower bulb. This icon is also known as "bi bi-hourglass" or "bi hourglass". Hourglass bootstrap icon also symbolizes time, history, wait, sand, and clock.

Hourglass Icon is given below. You can use this icon on the same way in your project. First make sure you have added Bootstrap Icon library. If this library is added just add the HTML css class hourglass to any element to add the icon. Bootstrap hourglass Icon can be resized as per your need. You can manage size of icon(hourglass) by using font-size css style.

You can get steps to add HTML icon Hourglass in Web, Bootstrap and Angular Bootstrap framwork.

How to add Bootstrap hourglass Icon ?

Bootstrap Icon hourglass Icon can be added to any web page simply as below.

Icon Code-

<span class="bi bi-hourglass"></span>

Hourglass Icon Code | Customize color

You can get icon hourglass in blue, white, red color and transparent color from below list. You can also customize color using color picker.

Advance Editor

fontawesomeicons.com

1. Web

You can integrate Icon in web pages by just adding following below syntax & icon code.

Icon -
<span class="bi bi-hourglass"></span>
Icon Code -
hourglass
Try Demo Yourself

Bootstrap Button with hourglass Icon

Button Icon Left -

You can add icon to button left aligned as below.

<button type="button" class="btn btn-primary"><span class="bi bi-hourglass"></span> Sample Button</button>

Button Icon Right -

You can add icon to button right aligned as below.

<button type="button" class="btn btn-primary">Sample Button <span class="bi bi-hourglass"></span></button>

Icon Button -

If you want to make button icon only and no text, add following code.

<button type="button" class="btn btn-light"><span class="bi bi-hourglass"></span></button>

Icon Button Link-

Icon link button can be created simply as below.

Tags

clepsydra,,sandglass,,sundial,,water clock.,Bootstrap Time Icon, Bootstrap History Icon, Bootstrap Sand Icon


Bootstrap Icon hourglass Icon | hourglass | HTML, CSS

Adding Bootstrap Icon icon HTML Hourglass(hourglass) in web project is very simple. You need to add the icon class along with bi, it is basically main class and mandatory for icons so do not forget to add this class. You can customize Bootstrap Icon hourglass Icon Hourglass as per your requirement, suppose that you need to chnage the color of Hourglass icon or change the size of size. It is pretty simple to change color of icon Hourglass just add style="color:red" it will make font color red. On the same way you can change size of Hourglass icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Hourglass. Hope this icon fullfilled your need.

Change Bootstrap Icon Icon Hourglass Color

Sometimes we need icons in different color, as we suggested by adding css style we can change color. Here we have created one example to change color of icons with css classes.


    <style>
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
</style>
<span class="bi bi-hourglass blue-color"> </span>
<span class="bi bi-hourglass green-color"> </span>
<span class="bi bi-hourglass teal-color"> </span>
<span class="bi bi-hourglass yellow-color"> </span>
<span class="bi bi-hourglass red-color"> </span>

Output of the above example will be as below-


Note- Make Sure You have included the below Bootstrap file in header-

            <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">    

Advertisements



Related Icons




hourglass- Faq(s)?

⭐What is the Bootstrap Hourglass Icon code?

Icon Code is - bi bi-hourglass.

⭐ What does the bi bi-hourglass Icon mean?

bi bi-hourglass is the Icon code of Bootstrap Hourglass.

⭐What is Bootstrap Hourglass React & Angular Icon code?

Bootstrap Hourglass Icon code for React and Angular is the same i.e, bi bi-hourglass.

⭐ Can we add Bootstrap Button with Hourglass icon?

Yes, You can add the Bootstrap Hourglass icon with the button (btn).

⭐ How to make blue color icon of a Bootstrap Hourglass?

To change the Hourglass icon to blue color use code: bi bi-hourglass style='color: blue;'.

Advertisements



Looking For More Icons?