Material Design Close Fullscreen Icon

Material Design Close Fullscreen Icon refers to using the F11 key on your computer keyboard allows you to both enter and exit full-screen mode in many applications. This Material Design Close Fullscreen icon code is "close_fullscreen". You can use this close fullscreen icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Close Fullscreen Icon ?

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


thumb_up

Close Fullscreen

close_fullscreen

Icon

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

Code

close_fullscreen

Close Fullscreen

close_fullscreen

Icon

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

Code

close_fullscreen

Close Fullscreen

close_fullscreen

Icon

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

Code

close_fullscreen

Close Fullscreen

close_fullscreen

Icon

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

Code

close_fullscreen

Close Fullscreen

close_fullscreen

Icon

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

Code

close_fullscreen

2. Vuetify Icon Close Fullscreen

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

thumb_up

<v-icon>close_fullscreen</v-icon>

3. Material Ui Icon Close Fullscreen - React

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

thumb_up

import CloseFullscreenIcon from '@mui/icons-material/CloseFullscreen'

3. Angular Material Icon Close Fullscreen - mat-icon

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

thumb_up

<mat-icon>close_fullscreen</mat-icon>

Tags

action, arrow, arrows, close, collapse, direction, full, fullscreen, minimize, screen,Vuetify Close Fullscreen Icon (Vue Js), Material Ui Close Fullscreen Icon (React Js), Mat Icon Close Fullscreen (Angular Material)

close_fullscreen

close_fullscreen

close_fullscreen

close_fullscreen


Material Icon Close Fullscreen Icon | close_fullscreen | HTML, CSS

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

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

Output of the above example will be as below-

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



close_fullscreen- Faq(s)?

⭐What is the Material Design Close Fullscreen Icon code?

Icon Code is - close_fullscreen.

⭐ What is Vuetify Close Fullscreen Icon code?

Vuetify Close Fullscreen Icon code is: close_fullscreen

⭐What is Material UI Close Fullscreen Icon (React) code?

import close_fullscreenIcon from '@mui/icons-material/close_fullscreen

⭐ What is Angular Material Close Fullscreen Icon code?

Close Fullscreen.

Advertisements



For More Icons?