Grid Guides icon

Grid Guides 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

grid_guides_outlined_fill0_wght400.svg

Grid Guides 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=grid_guides" />

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

Grid Guides icon in React

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

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

Grid Guides icon in Vue

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

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

Grid Guides icon in Angular

With Angular Material and the font from the HTML tab:

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

Grid Guides 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.grid_guides, fill: 0, weight: 400)

Grid Guides icon in Android

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

<!-- res/drawable/grid_guides.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.55 19.5h12.875L15.5 16.575q-.725 .575-1.612 .875T12 17.75q-1 0-1.887-.312T8.5 16.55L5.55 19.5Zm-1.05-1.075 2.925-2.925q-.575-.725-.875-1.612T6.25 12q0-1 .313-1.887T7.45 8.5L4.5 5.55v12.875Zm4-4 2.45-2.425-2.425-2.425q-.35 .525-.562 1.138T7.75 12q0 .675 .2 1.288t.55 1.137Zm4.788 1.625q.612-.2 1.137-.55l-2.425-2.45-2.425 2.425q.525 .35 1.138 .563T12 16.25q.675 0 1.288-.2ZM12 10.925l2.425-2.4q-.525-.35-1.137-.562T12 7.75q-.675 0-1.3 .2t-1.125 .55l2.425 2.425Zm3.5 3.5q.35-.5 .55-1.125t.2-1.3q0-.675-.212-1.287T15.475 9.575l-2.425 2.4 2.45 2.45Zm4 4v-12.875L16.55 8.5q.575 .725 .888 1.613T17.75 12q0 1-.3 1.888T16.575 15.5l2.925 2.925ZM15.5 7.45l2.95-2.95H5.575l2.925 2.925q.725-.575 1.613-.875t1.887-.3q1 0 1.888 .313T15.5 7.45ZM4.5 21q-.6 0-1.05-.45t-.45-1.05v-15q0-.6 .45-1.05t1.05-.45h15q.6 0 1.05 .45t.45 1.05v15q0 .6-.45 1.05t-1.05 .45H4.5Z" />
</vector>

Grid Guides icon in SVG

npm install @material-symbols/svg-400

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

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

Grid Guides 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

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

Keywords

textlinesvieweditingstructureorganizationalignmentguidecolumnshorizontal linesrowsreferenceplaceholder

Related icons