Local Library icon

Local Library is a Google Material Symbol from the Maps category. It's one of the 500 most used Material Symbols. 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

local_library_outlined_fill0_wght400.svg

Local Library 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=local_library" />

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

Local Library icon in React

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

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

Local Library icon in Vue

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

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

Local Library icon in Angular

With Angular Material and the font from the HTML tab:

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

Local Library 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.local_library, fill: 0, weight: 400)

Local Library icon in Android

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

<!-- res/drawable/local_library.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="M12 22.5q-1.95-1.725-4.262-2.65T3 18.925v-10.725q2.35 0 4.663 1.075T12 12.275q2.025-1.925 4.338-3T21 8.2v10.725q-2.425 0-4.737 .925T12 22.5Zm0-1.925q1.775-1.275 3.663-2.037T19.5 17.575v-7.75q-1.7 .275-3.587 1.363T12 14.2q-2.2-2.025-4-3.075t-3.5-1.3v7.75q1.95 .2 3.838 .963T12 20.575ZM9.338 7.588Q8.225 6.475 8.225 4.85t1.113-2.737Q10.45 1 12.075 1t2.738 1.113Q15.925 3.225 15.925 4.85t-1.112 2.738Q13.7 8.7 12.075 8.7t-2.737-1.112Zm4.4-1.075Q14.425 5.825 14.425 4.85t-.687-1.662Q13.05 2.5 12.075 2.5t-1.662 .688Q9.725 3.875 9.725 4.85t.688 1.663Q11.1 7.2 12.075 7.2t1.663-.687ZM12.075 4.85Zm-.075 9.35Z" />
</vector>

Local Library icon in SVG

npm install @material-symbols/svg-400

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

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

Local Library 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

NameLocal Library
Ligaturelocal_library
Code pointU+E54B
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/local_library.svg, local_library-fill.svg
FlutterSymbols.local_library
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsinformationarchivecollectioneducationreadingreadknowledgebookresearchstudyschoolliterature

Related icons