Bootstrap Cloud Rain Icon (Cloud, Rainstorm, Storm)

Bootstrap Cloud Rain Icon refers to a cloud from which it is raining or is likely to fall. This icon is also known as "bi bi-cloud-rain" or "bi cloud rain". Cloud Rain bootstrap icon also symbolizes cloud, rainstorm, and storm.

Cloud rain 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 cloud-rain to any element to add the icon. Bootstrap cloud rain Icon can be resized as per your need. You can manage size of icon(cloud rain) by using font-size css style.

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

How to add Bootstrap cloud rain Icon ?

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

Icon Code-

<span class="bi bi-cloud-rain"></span>

Cloud rain Icon Code | Customize color

You can get icon cloud rain 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-cloud-rain"></span>
Icon Code -
cloud-rain
Try Demo Yourself

Bootstrap Button with cloud rain 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-cloud-rain"></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-cloud-rain"></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-cloud-rain"></span></button>

Icon Button Link-

Icon link button can be created simply as below.

Tags

hard times.,heavy weather.,rain cloud.,rainy day.,storm cloud,Bootstrap Cloud Icon, Bootstrap Rainstorm Icon, Bootstrap Storm Icon


Bootstrap Icon cloud rain Icon | cloud rain | HTML, CSS

Adding Bootstrap Icon icon HTML Cloud rain(cloud-rain) 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 cloud rain Icon Cloud rain as per your requirement, suppose that you need to chnage the color of Cloud rain icon or change the size of size. It is pretty simple to change color of icon Cloud rain just add style="color:red" it will make font color red. On the same way you can change size of Cloud rain icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Cloud rain. Hope this icon fullfilled your need.

Change Bootstrap Icon Icon Cloud rain 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-cloud-rain blue-color"> </span>
<span class="bi bi-cloud-rain green-color"> </span>
<span class="bi bi-cloud-rain teal-color"> </span>
<span class="bi bi-cloud-rain yellow-color"> </span>
<span class="bi bi-cloud-rain 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

























































cloud-rain- Faq(s)?

⭐What is the Bootstrap Cloud Rain Icon code?

Icon Code is - bi bi-cloud-rain.

⭐ What does the bi bi-cloud-rain Icon mean?

bi bi-cloud-rain is the Icon code of Bootstrap Cloud Rain.

⭐What is Bootstrap Cloud Rain React & Angular Icon code?

Bootstrap Cloud Rain Icon code for React and Angular is the same i.e, bi bi-cloud-rain.

⭐ Can we add Bootstrap Button with Cloud Rain icon?

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

⭐ How to make blue color icon of a Bootstrap Cloud Rain?

To change the Cloud Rain icon to blue color use code: bi bi-cloud-rain style='color: blue;'.

Advertisements



Looking For More Icons?