Material Design Unarchive Icon

Material Design Unarchive Icon refers to the process of restoring files from an archive (compressed file) or backup to their original location, usually a hard drive. This Material Design Unarchive icon code is "unarchive". You can use this unarchive icon as Vuetify, Material UI, and Angular Material (Mat Icon).

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

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

How to add Material Design Unarchive Icon ?

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


thumb_up

Unarchive

unarchive

Icon

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

Code

unarchive

Unarchive

unarchive

Icon

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

Code

unarchive

Unarchive

unarchive

Icon

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

Code

unarchive

Unarchive

unarchive

Icon

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

Code

unarchive

Unarchive

unarchive

Icon

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

Code

unarchive

2. Vuetify Icon Unarchive

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

thumb_up

<v-icon>unarchive</v-icon>

3. Material Ui Icon Unarchive - React

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

thumb_up

import UnarchiveIcon from '@mui/icons-material/Unarchive'

3. Angular Material Icon Unarchive - mat-icon

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

thumb_up

<mat-icon>unarchive</mat-icon>

Tags

archive, arrow, inbox, mail, store, unarchive, undo, up,Vuetify Unarchive Icon (Vue Js), Material Ui Unarchive Icon (React Js), Mat Icon Unarchive (Angular Material)

unarchive

unarchive

unarchive

unarchive


Material Icon Unarchive Icon | unarchive | HTML, CSS

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

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

Output of the above example will be as below-

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

unarchive- Faq(s)?

⭐What is the Material Design Unarchive Icon code?

Icon Code is - unarchive.

⭐ What is Vuetify Unarchive Icon code?

Vuetify Unarchive Icon code is: unarchive

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

import unarchiveIcon from '@mui/icons-material/unarchive

⭐ What is Angular Material Unarchive Icon code?

Unarchive.

Advertisements



For More Icons?