Material Design Maps Ugc Icon

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

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

How to add Material Design Maps Ugc Icon ?

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

Maps Ugc

maps_ugc

1. Web

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

thumb_up

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


thumb_up

Maps Ugc

maps_ugc

Icon

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

Code

maps_ugc

Maps Ugc

maps_ugc

Icon

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

Code

maps_ugc

Maps Ugc

maps_ugc

Icon

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

Code

maps_ugc

Maps Ugc

maps_ugc

Icon

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

Code

maps_ugc

Maps Ugc

maps_ugc

Icon

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

Code

maps_ugc

2. Vuetify Icon Maps Ugc

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

thumb_up

<v-icon>maps_ugc</v-icon>

3. Material Ui Icon Maps Ugc - React

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

thumb_up

import MapsUgcIcon from '@mui/icons-material/MapsUgc'

3. Angular Material Icon Maps Ugc - mat-icon

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

thumb_up

<mat-icon>maps_ugc</mat-icon>

Tags

+, add, bubble, comment, communicate, feedback, maps, message, new, plus, speech, symbol, ugc

maps_ugc

maps_ugc

maps_ugc

maps_ugc


Material Icon Maps Ugc Icon | maps_ugc | HTML, CSS

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

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

Output of the above example will be as below-

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

maps_ugc- Faq(s)?

⭐What is the Material Design Maps Ugc Icon code?

Icon Code is - maps_ugc.

⭐ What is Vuetify Maps Ugc Icon code?

Vuetify Maps Ugc Icon code is: maps_ugc

⭐What is Material UI Maps Ugc Icon (React) code?

import maps_ugcIcon from '@mui/icons-material/maps_ugc

⭐ What is Angular Material Maps Ugc Icon code?

Maps Ugc.

Advertisements



For More Icons?