Glyphs icon

Glyphs is a Google Material Symbol from the Text 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

glyphs_outlined_fill0_wght400.svg

Glyphs 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=glyphs" />

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

Glyphs icon in React

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

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

Glyphs icon in Vue

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

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

Glyphs icon in Angular

With Angular Material and the font from the HTML tab:

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

Glyphs 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.glyphs, fill: 0, weight: 400)

Glyphs icon in Android

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

<!-- res/drawable/glyphs.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="M5.775 2.3h1.6l3.2 8.5h-1.525l-.675-1.9H4.775l-.675 1.9h-1.525l3.2-8.5Zm-.05 9.8q1.05 0 1.775 .725t.725 1.775q0 .625-.275 1.163T7.175 16.675l-.45 .35 1.1 1.1 1.775-1.75 1.075 1.075-1.75 1.75 1.4 1.425-1.075 1.05-1.4-1.4-.875 .875q-.425 .425-.925 .675t-1.075 .25q-1.025 0-1.75-.687T2.5 19.675q0-.575 .225-1.087t.675-.863l1.075-.825-.525-.525q-.35-.35-.55-.812t-.2-.963q0-1.05 .738-1.775t1.787-.725Zm-.2 5.85-1.075 .825q-.2 .175-.312 .4t-.113 .5q0 .375 .288 .625t.662 .25q.275 0 .488-.137T5.875 20.075l.9-.875-1.25-1.25Zm.175-4.35q-.425 0-.712 .288T4.7 14.6q0 .2 .088 .388T5 15.3l.675 .675 .4-.325q.275-.2 .463-.462T6.725 14.6q0-.425-.3-.712T5.7 13.6Zm.825-9.625-1.25 3.55h2.6l-1.25-3.55h-.1Zm11.05-2.5q.15 .3 .263 .613T18.025 2.725l-1.225 .35h5.2v1.5h-1.875q-.275 .95-.837 1.763T18.075 7.875q.725 .55 1.563 .925t1.712 .575l-.35 1.425q-1.1-.275-2.1-.75t-1.875-1.2q-.875 .725-1.887 1.2T13.025 10.8l-.325-1.425q.875-.2 1.713-.587T15.975 7.85q-.65-.725-1.2-1.525t-.85-1.75h-1.925v-1.5h4.5q-.075-.3-.162-.612T16.125 1.875l1.45-.4Zm2.7 11.15 1.075 1.05-7.8 7.8-1.075-1.05 7.8-7.8Zm-4.887 1.038Q15.75 14.025 15.75 14.55t-.362 .888Q15.025 15.8 14.5 15.8t-.887-.362Q13.25 15.075 13.25 14.55t.363-.887Q13.975 13.3 14.5 13.3t.888 .363ZM15.55 4.575q.2 .675 .575 1.263t.925 1.037q.525-.45 .888-1.05t.562-1.25H15.55Zm4.838 14.088Q20.75 19.025 20.75 19.55t-.362 .888Q20.025 20.8 19.5 20.8t-.887-.362Q18.25 20.075 18.25 19.55t.363-.887Q18.975 18.3 19.5 18.3t.888 .363Z" />
</vector>

Glyphs icon in SVG

npm install @material-symbols/svg-400

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

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

Glyphs 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

NameGlyphs
Ligatureglyphs
Code pointU+F8A3
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/glyphs.svg, glyphs-fill.svg
FlutterSymbols.glyphs
LicenseApache License 2.0 (© Google LLC)

Keywords

textsettingstypewritingoptionscharacterfontprogressalphabetmenuselectionsigndetails

Related icons