Material Design Restore From Trash Icon

Material UI Restore From Trash Icon refers to restoring files deleted from the Recycle Bin, they will appear in their original location in the folder from which they were deleted. This icon is denoted by "restore_from_trash".

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

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

How to add Material Design Restore From Trash Icon ?

Material Icon restore_from_trash 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">restore_from_trash</span>
Icon Code -
restore_from_trash


thumb_up

Restore From Trash

restore_from_trash

Icon

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

Code

restore_from_trash

Restore From Trash

restore_from_trash

Icon

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

Code

restore_from_trash

Restore From Trash

restore_from_trash

Icon

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

Code

restore_from_trash

Restore From Trash

restore_from_trash

Icon

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

Code

restore_from_trash

Restore From Trash

restore_from_trash

Icon

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

Code

restore_from_trash

2. Vuetify Icon Restore From Trash

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

thumb_up

<v-icon>restore_from_trash</v-icon>

3. Material Ui Icon Restore From Trash - React

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

thumb_up

import RestoreFromTrashIcon from '@mui/icons-material/RestoreFromTrash'

3. Angular Material Icon Restore From Trash - mat-icon

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

thumb_up

<mat-icon>restore_from_trash</mat-icon>

Tags

arrow, back, backwards, clock, date, history, refresh, renew, restore, reverse, rotate, schedule, time, turn

restore_from_trash

restore_from_trash

restore_from_trash

restore_from_trash


Material Icon Restore From Trash Icon | restore_from_trash | HTML, CSS

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

Change Material Icon Icon Restore From Trash 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"> restore_from_trash</span>
<span class="material-icons green-color">restore_from_trash </span>
<span class="material-icons teal-color"> restore_from_trash</span>
<span class="material-icons yellow-color">restore_from_trash </span>
<span class="material-icons red-color">restore_from_trash </span>

Output of the above example will be as below-

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



restore_from_trash- Faq(s)?

⭐What is the Material Design Restore From Trash Icon code?

Icon Code is - restore_from_trash.

⭐ What is Vuetify Restore From Trash Icon code?

Vuetify Restore From Trash Icon code is: restore_from_trash

⭐What is Material UI Restore From Trash Icon (React) code?

import restore_from_trashIcon from '@mui/icons-material/restore_from_trash

⭐ What is Angular Material Restore From Trash Icon code?

Restore From Trash.

Advertisements



For More Icons?