Material Design Fullscreen Icon

Material Design Fullscreen Icon refers to bigscreen mode allows you to watch videos that take up your entire screen. This Material Design Fullscreen icon code is "fullscreen". You can use this fullscreen icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Fullscreen Icon ?

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


thumb_up

Fullscreen

fullscreen

Icon

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

Code

fullscreen

Fullscreen

fullscreen

Icon

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

Code

fullscreen

Fullscreen

fullscreen

Icon

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

Code

fullscreen

Fullscreen

fullscreen

Icon

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

Code

fullscreen

Fullscreen

fullscreen

Icon

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

Code

fullscreen

2. Vuetify Icon Fullscreen

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

thumb_up

<v-icon>fullscreen</v-icon>

3. Material Ui Icon Fullscreen - React

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

thumb_up

import FullscreenIcon from '@mui/icons-material/Fullscreen'

3. Angular Material Icon Fullscreen - mat-icon

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

thumb_up

<mat-icon>fullscreen</mat-icon>

Tags

adjust, app, application, components, full, fullscreen, interface, screen, site, size, ui, ux, view, web, website,Vuetify Fullscreen Icon (Vue Js), Material Ui Fullscreen Icon (React Js), Mat Icon Fullscreen (Angular Material)

fullscreen

fullscreen

fullscreen

fullscreen


Material Icon Fullscreen Icon | fullscreen | HTML, CSS

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

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

Output of the above example will be as below-

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



fullscreen- Faq(s)?

⭐What is the Material Design Fullscreen Icon code?

Icon Code is - fullscreen.

⭐ What is Vuetify Fullscreen Icon code?

Vuetify Fullscreen Icon code is: fullscreen

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

import fullscreenIcon from '@mui/icons-material/fullscreen

⭐ What is Angular Material Fullscreen Icon code?

Fullscreen.

Advertisements



For More Icons?