Material Design South East Icon

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

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

How to add Material Design South East Icon ?

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

South East

south_east

1. Web

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

thumb_up

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


thumb_up

South East

south_east

Icon

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

Code

south_east

South East

south_east

Icon

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

Code

south_east

South East

south_east

Icon

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

Code

south_east

South East

south_east

Icon

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

Code

south_east

South East

south_east

Icon

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

Code

south_east

2. Vuetify Icon South East

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

thumb_up

<v-icon>south_east</v-icon>

3. Material Ui Icon South East - React

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

thumb_up

import SouthEastIcon from '@mui/icons-material/SouthEast'

3. Angular Material Icon South East - mat-icon

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

thumb_up

<mat-icon>south_east</mat-icon>

Tags

arrow, directional, down, east, maps, navigation, right, south

south_east

south_east

south_east

south_east


Material Icon South East Icon | south_east | HTML, CSS

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

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

Output of the above example will be as below-

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



south_east- Faq(s)?

⭐What is the Material Design South East Icon code?

Icon Code is - south_east.

⭐ What is Vuetify South East Icon code?

Vuetify South East Icon code is: south_east

⭐What is Material UI South East Icon (React) code?

import south_eastIcon from '@mui/icons-material/south_east

⭐ What is Angular Material South East Icon code?

South East.

Advertisements



For More Icons?