Maps Ugc icon

Maps Ugc is a Google Material Symbol from the Maps category. 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

maps_ugc_outlined_fill0_wght400.svg

Maps Ugc 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=maps_ugc" />

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

Maps Ugc icon in React

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

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

Maps Ugc icon in Vue

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

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

Maps Ugc icon in Angular

With Angular Material and the font from the HTML tab:

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

Maps Ugc 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.maps_ugc, fill: 0, weight: 400)

Maps Ugc icon in Android

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

<!-- res/drawable/maps_ugc.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="m1 23 1.8-6.375q-.5-1.075-.725-2.216-.225-1.14-.225-2.334 0-2.1 .788-3.925T4.8 4.95q1.375-1.375 3.2-2.162T11.925 2q2.1 0 3.925 .788T19.05 4.95q1.375 1.375 2.163 3.2T22 12.075q0 2.1-.787 3.925T19.05 19.2q-1.375 1.375-3.2 2.163T11.925 22.15q-1.194 0-2.334-.225Q8.45 21.7 7.375 21.2L1 23Zm2.275-2.275 3.45-.95q.4-.125 .75-.087t.725 .187q.9 .35 1.833 .563 .934 .212 1.894 .212Q15.5 20.65 18 18.15t2.5-6.075q0-3.575-2.5-6.075T11.925 3.5q-3.575 0-6.075 2.495T3.35 12.084q0 .966 .138 1.916 .137 .95 .637 1.8 .175 .343 .188 .724 .012 .382-.088 .751l-.95 3.45Zm7.9-4.625h1.5v-3.175h3.2v-1.5H12.675v-3.2h-1.5v3.2H7.975v1.5h3.2v3.175Zm.725-4Z" />
</vector>

Maps Ugc icon in SVG

npm install @material-symbols/svg-400

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

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

Maps Ugc 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

NameMaps Ugc
Ligaturemaps_ugc
Code pointU+EF58
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/maps_ugc.svg, maps_ugc-fill.svg
FlutterSymbols.maps_ugc
LicenseApache License 2.0 (© Google LLC)

Keywords

mapstraveladdpluslocationpointmessagenewcreatemappositionmarkerdestination

Related icons