Colours and style

Every picture in the library follows these, and so does every download.

Colour of single-colour icons
Palette for colourful pictures
As drawn
100%
Square Grid SVG element, flat

Square Grid SVG element, flat

Equal square cells fill a compact block with a clear outer edge. The grid can support a classroom counting exercise or a small tile-map sketch.

Similar SVGs

More from Dots and grids, flat

How to use it

HTML <img>
<img src="https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/fowjS7gHH-BU/amnt.svg" alt="Square Grid" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none" stroke="currentColor" stroke-width="4"><rect x="20" y="20" width="160" height="160"/><path d="M60 20v160M100 20v160M140 20v160M20 60h160M20 100h160M20 140h160"/></svg>
CSS background-image
.square-grid {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/fowjS7gHH-BU/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.square-grid {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/fowjS7gHH-BU/amnt.svg") center / contain no-repeat;
}
React
import SquareGridSvg from "./square-grid.jsx"; // from the React tab above

<SquareGridSvg width={48} height={48} />

Tags

Made with AMNT

AMNT SVG 1.1 drew this from the words Square Grid: A compact block of equal square cells with a clear outer edge. as part of the pack Dots and grids, flat. Want one like it? Make your own in the SVG studio.

Licence: free. A Free account may use it for personal work; Pro and Max download it with a commercial licence, fixed at download, forever. No credit needed. Read the licence

Settings