Material Design South America Icon

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

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

How to add Material Design South America Icon ?

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

South America

south_america

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_america</span>
Icon Code -
south_america


thumb_up

South America

south_america

Icon

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

Code

south_america

South America

south_america

Icon

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

Code

south_america

South America

south_america

Icon

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

Code

south_america

South America

south_america

Icon

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

Code

south_america

South America

south_america

Icon

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

Code

south_america

2. Vuetify Icon South America

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

thumb_up

<v-icon>south_america</v-icon>

3. Material Ui Icon South America - React

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

thumb_up

import SouthAmericaIcon from '@mui/icons-material/SouthAmerica'

3. Angular Material Icon South America - mat-icon

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

thumb_up

<mat-icon>south_america</mat-icon>

south_america

south_america

south_america

south_america


Material Icon South America Icon | south_america | HTML, CSS

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

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

Output of the above example will be as below-

south_america south_america south_america south_america south_america
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_america- Faq(s)?

⭐What is the Material Design South America Icon code?

Icon Code is - south_america.

⭐ What is Vuetify South America Icon code?

Vuetify South America Icon code is: south_america

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

import south_americaIcon from '@mui/icons-material/south_america

⭐ What is Angular Material South America Icon code?

South America.

Advertisements



For More Icons?