grid-off-outline-sharp from Material Symbols by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.

Name
grid-off-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the grid off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.325 19v-3.325H5V19zm5.35 0v-2.5l-.825-.825h-2.525V19zm-5.35-5.325V11.15l-.825-.825H5v3.35zm10.675 0v-3.35h-3.325V12.8l.875.875zm-5.325-5.35V5h-3.35v2.45l.875.875zm5.325 0V5h-3.325v3.325zm2 9.8L5.875 3H21zM3 21V3l18 18zm17.475 2.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGridOffOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.325 19v-3.325H5V19zm5.35 0v-2.5l-.825-.825h-2.525V19zm-5.35-5.325V11.15l-.825-.825H5v3.35zm10.675 0v-3.35h-3.325V12.8l.875.875zm-5.325-5.35V5h-3.35v2.45l.875.875zm5.325 0V5h-3.325v3.325zm2 9.8L5.875 3H21zM3 21V3l18 18zm17.475 2.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.325 19v-3.325H5V19zm5.35 0v-2.5l-.825-.825h-2.525V19zm-5.35-5.325V11.15l-.825-.825H5v3.35zm10.675 0v-3.35h-3.325V12.8l.875.875zm-5.325-5.35V5h-3.35v2.45l.875.875zm5.325 0V5h-3.325v3.325zm2 9.8L5.875 3H21zM3 21V3l18 18zm17.475 2.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
</template>

CSS

.icon-grid-off-outline-sharp {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.325%2019v-3.325H5V19zm5.35%200v-2.5l-.825-.825h-2.525V19zm-5.35-5.325V11.15l-.825-.825H5v3.35zm10.675%200v-3.35h-3.325V12.8l.875.875zm-5.325-5.35V5h-3.35v2.45l.875.875zm5.325%200V5h-3.325v3.325zm2%209.8L5.875%203H21zM3%2021V3l18%2018zm17.475%202.3L.7%203.5l1.4-1.4l19.8%2019.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.325%2019v-3.325H5V19zm5.35%200v-2.5l-.825-.825h-2.525V19zm-5.35-5.325V11.15l-.825-.825H5v3.35zm10.675%200v-3.35h-3.325V12.8l.875.875zm-5.325-5.35V5h-3.35v2.45l.875.875zm5.325%200V5h-3.325v3.325zm2%209.8L5.875%203H21zM3%2021V3l18%2018zm17.475%202.3L.7%203.5l1.4-1.4l19.8%2019.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/grid-off-outline-sharp.svg?color=%231a73e8&size=48