Globe Asia icon

Globe Asia 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

globe_asia_outlined_fill0_wght400.svg

Globe Asia 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=globe_asia" />

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

Globe Asia icon in React

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

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

Globe Asia icon in Vue

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

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

Globe Asia icon in Angular

With Angular Material and the font from the HTML tab:

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

Globe Asia 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.globe_asia, fill: 0, weight: 400)

Globe Asia icon in Android

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

<!-- res/drawable/globe_asia.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="M11.05 20.4q-.876 0-1.501-.612T8.925 18.299q0-.876 .624-1.5Q10.174 16.175 11.05 16.175l.619-.593Q11.875 15.375 12.154 15.25q.279-.125 .571-.125 .625 0 1.05 .438t.425 1.055V17.075q0 .5 .363 .863T15.425 18.3q.395 0 .711-.239 .316-.239 .448-.61L16.9 16.575q.225-.65 .751-1.051 .526-.4 1.21-.4Q19.15 14.4 19.313 13.6t.162-1.625q0-2.35-1.162-4.262T15.25 4.675v.975q0 .866-.617 1.483Q14.016 7.75 13.15 7.75h-1.05v2.125q0 .425-.312 .738T11.05 10.925h-1.05v1.776Q10 13.275 9.603 13.675q-.396 .4-.978 .4-.35 0-.662-.162T7.45 13.475l-1.677-2.55H4.725v1.042q0 .808-.537 1.396T2.875 14.05q.7 2.725 2.969 4.538T11.05 20.4Zm2.112-6.325q-.437 0-.749-.312T12.1 13.025q0-.425 .313-.737t.749-.313h1.027q.436 0 .749 .313T15.25 13.025q0 .425-.312 .738T14.189 14.075h-1.028Zm2.448-3.15Q15.1 10.925 14.775 10.513q-.325-.413-.161-.91L15.025 8.45q.125-.325 .38-.512t.561-.188Q16.475 7.75 16.8 8.163q.325 .412 .161 .91L16.55 10.225q-.125 .325-.38 .513t-.56 .187ZM11.057 22q-2.069 0-3.888-.787Q5.35 20.425 3.988 19.063t-2.15-3.184Q1.05 14.058 1.05 11.988t.788-3.892Q2.625 6.275 3.988 4.925t3.183-2.137Q8.992 2 11.063 2t3.891 .788Q16.775 3.575 18.125 4.925t2.138 3.175Q21.05 9.925 21.05 11.993q0 2.069-.787 3.888Q19.475 17.7 18.125 19.058q-1.35 1.358-3.175 2.15Q13.125 22 11.057 22Z" />
</vector>

Globe Asia icon in SVG

npm install @material-symbols/svg-400

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

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

Globe Asia 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

NameGlobe Asia
Ligatureglobe_asia
Code pointU+F799
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/globe_asia.svg, globe_asia-fill.svg
FlutterSymbols.globe_asia
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsnetworkconnectionlinesinternettravellocationmaparearoundexplorelanguageworld

Related icons