Globe 2 Cancel icon

Globe 2 Cancel 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_cancel_outlined_fill0_wght400.svg

Globe 2 Cancel 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_cancel" />

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

Globe 2 Cancel icon in React

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

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

Globe 2 Cancel icon in Vue

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

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

Globe 2 Cancel icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Globe 2 Cancel icon in Android

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

<!-- res/drawable/globe_2_cancel.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="m17.4 22-1.05-1.05 2.075-2.1-2.075-2.075 1.05-1.05 2.1 2.075 2.075-2.075 1.05 1.05-2.075 2.088 2.075 2.087-1.05 1.05-2.087-2.075L17.4 22Zm-5.4 0q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.159T2 12.05q0-2.087 .788-3.923Q3.575 6.291 4.925 4.933 6.275 3.575 8.1 2.788 9.925 2 12 2t3.9 .788q1.825 .787 3.175 2.145 1.35 1.358 2.138 3.194Q22 9.963 22 12.05q0 .275-.009 .55t-.029 .55H20.425q.05-.275 .063-.55t.012-.55q0-.569-.074-1.137-.073-.569-.22-1.138H16.2q.05 .575 .1 1.139t.05 1.129q0 .282-.012 .557t-.031 .55H14.825q.025-.275 .025-.55v-.55q0-.569-.037-1.137T14.7 9.775H9.336q-.086 .575-.123 1.138t-.038 1.125q0 .562 .038 1.112t.112 1.1h4.925v1.5H9.6q.35 1.325 .85 2.6t1.55 2.15q.467 0 .921-.05 .454-.05 .929-.125l.4 1.425q-.581 .125-1.125 .188T12 22ZM3.795 14.25H7.8q-.062-.55-.094-1.1T7.675 12.05q0-.569 .025-1.137t.075-1.138H3.793q-.146 .57-.22 1.14-.073 .57-.073 1.14t.074 1.112q.073 .541 .221 1.083ZM4.3 8.275h3.74q.285-1.2 .723-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.384 0H19.7q-.875-1.65-2.325-2.8t-3.225-1.7q.675 1.025 1.113 2.163t.721 2.337Z" />
</vector>

Globe 2 Cancel icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

androidnetworkconnectioninternetaccesswarningstoplinkofflineunavailableremoveerrorrestricted

Related icons