Local Activity icon

Local Activity is a Google Material Symbol from the Maps category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

local_activity_outlined_fill0_wght400.svg

Local Activity icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=local_activity" />

<span class="material-symbols-outlined">local_activity</span>

Local Activity icon in React

// With the font from the HTML tab:
export function LocalActivityIcon() {
  return (
    <span className="material-symbols-outlined">
      local_activity
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import LocalActivityIcon from "@material-symbols/svg-400/outlined/local_activity.svg?react";

Local Activity icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">local_activity</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import LocalActivityIcon from "@material-symbols/svg-400/outlined/local_activity.svg?component"; -->

Local Activity icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">local_activity</mat-icon>

Local Activity icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.local_activity, fill: 0, weight: 400)

Local Activity icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/local_activity.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m9.4 16.05 2.6-2.025 2.6 2.025-1-3.2 2.45-2.05H13.05l-1.05-3.05-1.05 3.05H7.95l2.45 2.05-1 3.2ZM3.5 20q-.625 0-1.062-.437T2 18.5v-3.3q0-.25 .138-.437T2.5 14.5q.775-.275 1.213-.987T4.15 12q0-.775-.437-1.5T2.5 9.5q-.225-.075-.362-.262T2 8.8v-3.3q0-.625 .438-1.062T3.5 4h17q.625 0 1.063 .438T22 5.5v3.3q0 .25-.137 .438T21.5 9.5q-.775 .275-1.212 1T19.85 12q0 .8 .438 1.513T21.5 14.5q.225 .075 .363 .263T22 15.2v3.3q0 .625-.437 1.063T20.5 20H3.5Zm0-1.5h17v-2.725q-.95-.65-1.55-1.625t-.6-2.15q0-1.175 .6-2.15t1.55-1.625v-2.725H3.5v2.725q.975 .65 1.563 1.625t.587 2.15q0 1.175-.587 2.15T3.5 15.775v2.725Zm8.5-6.5Z" />
</vector>

Local Activity icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/local_activity.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/local_activity.svg" width="24" height="24" alt="Local Activity">

Local Activity icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameLocal Activity
Ligaturelocal_activity
Code pointU+E53F
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/local_activity.svg, local_activity-fill.svg
FlutterSymbols.local_activity
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsaccessentertainmentplaymovieeventstarentryshowrectangularcinematicketpass

Related icons