Dot Grid SVG pattern, flat

Free
Dot Grid SVG pattern, flat

Small solid dots mark regularly spaced rows and columns without connecting lines. It works on journal pages and as a guide for interface mockups.

Sign in to download. Free SVGs are free with any account.

How to use it

HTML <img>
<img src="https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/W8xbHJHknZ3C/amnt.svg" alt="Dot Grid" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect width="200" height="200" fill="#F5F1E8"/><defs><pattern id="dots" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="3" fill="#32647A"/></pattern></defs><rect width="200" height="200" fill="url(#dots)"/></svg>
CSS background-image
.dot-grid {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/W8xbHJHknZ3C/amnt.svg");
  background-size: 200px 200px;
}
React
import DotGridSvg from "./dot-grid.jsx"; // from the React tab above

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

Made with AMNT

AMNT SVG 1.1 drew this from the words Dot Grid: Small solid dots sit at evenly spaced row and column intersections. as part of the pack Grid Patterns, Flat. Want one like it? Make your own in the SVG studio.

Rest of Grid Patterns, Flat

Similar SVGs

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