Material Design Bathtub Icon

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

You can get steps to add HTML icon Bathtub in Web, Vuetify, Material UI, Material Design and Angular Material framwork.

How to add Material Design Bathtub Icon ?

Material Icon bathtub Icon can be added to any web page simply as below.

Bathtub

bathtub

1. Web

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

thumb_up

Icon -
<span class="material-icons">bathtub</span>
Icon Code -
bathtub


thumb_up

Bathtub

bathtub

Icon

<span class='material-icons-outlined'>bathtub</span>

Code

bathtub

Bathtub

bathtub

Icon

<span class='material-icons'>bathtub</span>

Code

bathtub

Bathtub

bathtub

Icon

<span class='material-icons-round'>bathtub</span>

Code

bathtub

Bathtub

bathtub

Icon

<span class='material-icons-sharp'>bathtub</span>

Code

bathtub

Bathtub

bathtub

Icon

<span class='material-icons-two-tone'>bathtub</span>

Code

bathtub

2. Vuetify Icon Bathtub

You can add icon in vuetify(VueJS) material design framework just as below-

thumb_up

<v-icon>bathtub</v-icon>

3. Material Ui Icon Bathtub - React

You can add icon in MaterialUi react framework just as below-

thumb_up

import BathtubIcon from '@mui/icons-material/Bathtub'

3. Angular Material Icon Bathtub - mat-icon

You can add mat icon Angular Material in Angular Material framework by just adding below code-

thumb_up

<mat-icon>bathtub</mat-icon>

Tags

bath, bathing, bathroom, bathtub, home, hotel, human, person, shower, travel, tub

bathtub

bathtub

bathtub

bathtub


Material Icon Bathtub Icon | bathtub | HTML, CSS

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

Change Material Icon Icon Bathtub 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="material-icons blue-color"> bathtub</span>
<span class="material-icons green-color">bathtub </span>
<span class="material-icons teal-color"> bathtub</span>
<span class="material-icons yellow-color">bathtub </span>
<span class="material-icons red-color">bathtub </span>

Output of the above example will be as below-

bathtub bathtub bathtub bathtub bathtub
Note- Make Sure You have included the below Material Design file in header-

        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    

Advertisements



Related Icons

bathtub- Faq(s)?

⭐What is the Material Design Bathtub Icon code?

Icon Code is - bathtub.

⭐ What is Vuetify Bathtub Icon code?

Vuetify Bathtub Icon code is: bathtub

⭐What is Material UI Bathtub Icon (React) code?

import bathtubIcon from '@mui/icons-material/bathtub

⭐ What is Angular Material Bathtub Icon code?

Bathtub.

Advertisements



For More Icons?