Material Design Local Activity Icon

Material Design Local Activity Icon refers to activity related to the provision of public or other services, which the municipality provides on the basis of the law and/or city council decision and which is not financed by the state as a delegated activity. This Material Design Local Activity icon code is "local_activity". You can use this local activity icon as Material UI, Vuetify, and Angular M

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

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

How to add Material Design Local Activity Icon ?

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


thumb_up

Local Activity

local_activity

Icon

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

Code

local_activity

Local Activity

local_activity

Icon

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

Code

local_activity

Local Activity

local_activity

Icon

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

Code

local_activity

Local Activity

local_activity

Icon

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

Code

local_activity

Local Activity

local_activity

Icon

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

Code

local_activity

2. Vuetify Icon Local Activity

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

thumb_up

<v-icon>local_activity</v-icon>

3. Material Ui Icon Local Activity - React

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

thumb_up

import LocalActivityIcon from '@mui/icons-material/LocalActivity'

3. Angular Material Icon Local Activity - mat-icon

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

thumb_up

<mat-icon>local_activity</mat-icon>

Tags

activity, event, local, star, things, ticket,Vuetify Local Activity Icon (Vue Js), Material Ui Local Activity Icon (React Js), Mat Icon Local Activity (Angular Material)

local_activity

local_activity

local_activity

local_activity


Material Icon Local Activity Icon | local_activity | HTML, CSS

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

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

Output of the above example will be as below-

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



local_activity- Faq(s)?

⭐What is the Material Design Local Activity Icon code?

Icon Code is - local_activity.

⭐ What is Vuetify Local Activity Icon code?

Vuetify Local Activity Icon code is: local_activity

⭐What is Material UI Local Activity Icon (React) code?

import local_activityIcon from '@mui/icons-material/local_activity

⭐ What is Angular Material Local Activity Icon code?

Local Activity.

Advertisements



For More Icons?