Globe 2 Question icon

Globe 2 Question is a Google Material Symbol from the Android 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_2_question_outlined_fill0_wght400.svg

Globe 2 Question 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_2_question" />

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

Globe 2 Question icon in React

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

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

Globe 2 Question icon in Vue

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

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

Globe 2 Question icon in Angular

With Angular Material and the font from the HTML tab:

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

Globe 2 Question 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_2_question, fill: 0, weight: 400)

Globe 2 Question icon in Android

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

<!-- res/drawable/globe_2_question.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="M3.8 14.25h4q-.075-.55-.1-1.1t-.025-1.1q0-.575 .025-1.137t.075-1.138H3.8q-.15 .575-.225 1.138t-.075 1.137q0 .575 .075 1.113t.225 1.087Zm.5-5.975h3.75q.275-1.2 .713-2.337T9.875 3.75q-1.775 .6-3.237 1.738T4.3 8.275Zm5.55 11.95q-.65-1.025-1.087-2.15T8.075 15.75H4.3q.825 1.675 2.275 2.85t3.275 1.625Zm-.25-11.95h4.825q-.325-1.35-.9-2.6t-1.525-2.225q-.95 1-1.525 2.238T9.6 8.275Zm6.375 0h3.725q-.875-1.65-2.325-2.8t-3.225-1.7q.675 1.025 1.113 2.163T15.975 8.275ZM12 22q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.162T2 12.05q0-2.075 .788-3.912t2.137-3.2q1.35-1.363 3.175-2.15T12 2q3.6 0 6.275 2.225t3.45 5.55H9.325q-.075 .575-.112 1.138T9.175 12.05q0 .55 .038 1.1t.112 1.1h4.925v1.5H9.6q.35 1.325 .85 2.6t1.55 2.15q.45 0 .913-.037T13.85 20.325l.4 1.425q-.575 .125-1.125 .188T12 22Zm6.438-.262Q18.175 21.475 18.175 21.1t.263-.637Q18.7 20.2 19.075 20.2t.638 .263Q19.975 20.725 19.975 21.1t-.262 .638Q19.45 22 19.075 22t-.637-.262ZM18.45 18.775q0-1.125 .2-1.587t.875-.938q.75-.5 .988-.825t.237-1.05q0-.725-.45-1.125t-1.225-.4q-.8 0-1.25 .488T17.225 14.325l-1.175-.4q.4-1.05 1.15-1.675t1.875-.625q1.25 0 2.088 .725t.837 2.025q0 .85-.325 1.4t-1.2 1.175q-.525 .4-.65 .675t-.125 1.15h-1.25Z" />
</vector>

Globe 2 Question icon in SVG

npm install @material-symbols/svg-400

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

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

Globe 2 Question 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 2 Question
Ligatureglobe_2_question
Code pointU+FFFB6
CategoryAndroid
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/globe_2_question.svg, globe_2_question-fill.svg
FlutterSymbols.globe_2_question
LicenseApache License 2.0 (© Google LLC)

Keywords

androidinformationlinesiconinternetabstractfindhelpsupportassistancelanguageworlddiscover

Related icons