Globe Book icon

Globe Book is a Google Material Symbol from the Social 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_book_outlined_fill0_wght400.svg

Globe Book 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_book" />

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

Globe Book icon in React

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

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

Globe Book icon in Vue

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

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

Globe Book icon in Angular

With Angular Material and the font from the HTML tab:

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

Globe Book 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_book, fill: 0, weight: 400)

Globe Book icon in Android

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

<!-- res/drawable/globe_book.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.15 13.325q-.05-.325-.075-.65t-.025-.675q0-1.875 .7-3.512t1.913-2.85q1.212-1.213 2.85-1.925T12 3q1.85 0 3.488 .713t2.862 1.925q1.225 1.212 1.925 2.85T20.975 12q0 .35-.025 .675t-.075 .65h-1.525q.05-.325 .088-.65t.037-.675q0-.325-.025-.65t-.075-.65H15.775q.025 .325 .038 .65t.012 .65q0 .35-.012 .663T15.775 13.325h-1.475q.025-.275 .025-.55v-1.35q0-.375-.05-.725H9.75q-.05 .35-.062 .725t-.013 .8v.55q0 .275 .025 .55h-1.475q-.025-.325-.037-.65t-.013-.675q0-.325 .013-.65t.037-.65H4.65q-.05 .325-.075 .65t-.025 .65q0 .35 .038 .675t.087 .65h-1.525Zm1.925-4.125h3.325q.225-1.35 .625-2.4t1.075-2.05q-1.725 .45-3.05 1.625t-1.975 2.825Zm4.875 0h4.1q-.2-1.325-.75-2.525t-1.3-2.3q-.75 1.1-1.3 2.3t-.75 2.525Zm5.65 0h3.35q-.65-1.65-1.987-2.825T13.9 4.75q.675 1 1.075 2.05t.625 2.4ZM11.25 21v-1.3q0-1.425-.975-2.4t-2.4-.975H2v-1.5h5.875q1.25 0 2.325 .575t1.8 1.575q.725-1 1.788-1.575t2.312-.575h5.9v1.5H16.1q-1.4 0-2.375 .988T12.75 19.7v1.3h-1.5Z" />
</vector>

Globe Book icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

socialnetworkinternettraveldigitalconnectonlineeducationreadingexplorelibrarylanguageworld

Related icons