Material Design Thumb Up Icon

Material Design Thumb Up Icon refers to an example or gesture of approval or encouragement. This Material Design Thumb Up icon code is "thumb_up". You can use this thumb up icon as Material UI, Vuetify, Angular Material (Mat Icon).

Thumb Up 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 thumb_up to any element to add the icon. Material Design Thumb Up Icon can be resized as per your need. You can manage size of icon(thumb_up) by using font-size css style.

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

How to add Material Design Thumb Up Icon ?

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

1. Web

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

thumb_up

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


thumb_up

Thumb Up

thumb_up

Icon

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

Code

thumb_up

Thumb Up

thumb_up

Icon

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

Code

thumb_up

Thumb Up

thumb_up

Icon

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

Code

thumb_up

Thumb Up

thumb_up

Icon

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

Code

thumb_up

Thumb Up

thumb_up

Icon

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

Code

thumb_up

2. Vuetify Icon Thumb Up

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

thumb_up

<v-icon>thumb_up</v-icon>

3. Material Ui Icon Thumb Up - React

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

thumb_up

import ThumbUpIcon from '@mui/icons-material/ThumbUp'

3. Angular Material Icon Thumb Up - mat-icon

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

thumb_up

<mat-icon>thumb_up</mat-icon>

Tags

favorite, fingers, gesture, hand, hands, like, rank, ranking, rate, rating, thumb, up, upvote,Vuetify Thumb Up Icon (Vue Js), Material Ui Thumb Up Icon (React Js), Mat Icon Thumb Up (Angular Material)

thumb_up

thumb_up

thumb_up

thumb_up


Material Icon Thumb Up Icon | thumb_up | HTML, CSS

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

Change Material Icon Icon Thumb Up 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"> thumb_up</span>
<span class="material-icons green-color">thumb_up </span>
<span class="material-icons teal-color"> thumb_up</span>
<span class="material-icons yellow-color">thumb_up </span>
<span class="material-icons red-color">thumb_up </span>

Output of the above example will be as below-

thumb_up thumb_up thumb_up thumb_up thumb_up
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



thumb_up- Faq(s)?

⭐What is the Material Design Thumb Up Icon code?

Icon Code is - thumb_up.

⭐ What is Vuetify Thumb Up Icon code?

Vuetify Thumb Up Icon code is: thumb_up

⭐What is Material UI Thumb Up Icon (React) code?

import thumb_upIcon from '@mui/icons-material/thumb_up

⭐ What is Angular Material Thumb Up Icon code?

Thumb Up.

Advertisements



For More Icons?