Dot Grid SVG element, flat

Free

Six rows and columns of small round dots form a regular grid. It works behind text on a presentation slide or as a guide on a planning sheet.

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/AJr9GiDLT21C/amnt.svg" alt="Dot Grid" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="currentColor"><defs><circle id="dot" r="4"/></defs><use href="#dot" x="25" y="25"/><use href="#dot" x="55" y="25"/><use href="#dot" x="85" y="25"/><use href="#dot" x="115" y="25"/><use href="#dot" x="145" y="25"/><use href="#dot" x="175" y="25"/><use href="#dot" x="25" y="55"/><use href="#dot" x="55" y="55"/><use href="#dot" x="85" y="55"/><use href="#dot" x="115" y="55"/><use href="#dot" x="145" y="55"/><use href="#dot" x="175" y="55"/><use href="#dot" x="25" y="85"/><use href="#dot" x="55" y="85"/><use href="#dot" x="85" y="85"/><use href="#dot" x="115" y="85"/><use href="#dot" x="145" y="85"/><use href="#dot" x="175" y="85"/><use href="#dot" x="25" y="115"/><use href="#dot" x="55" y="115"/><use href="#dot" x="85" y="115"/><use href="#dot" x="115" y="115"/><use href="#dot" x="145" y="115"/><use href="#dot" x="175" y="115"/><use href="#dot" x="25" y="145"/><use href="#dot" x="55" y="145"/><use href="#dot" x="85" y="145"/><use href="#dot" x="115" y="145"/><use href="#dot" x="145" y="145"/><use href="#dot" x="175" y="145"/><use href="#dot" x="25" y="175"/><use href="#dot" x="55" y="175"/><use href="#dot" x="85" y="175"/><use href="#dot" x="115" y="175"/><use href="#dot" x="145" y="175"/><use href="#dot" x="175" y="175"/></svg>
CSS background-image
.dot-grid {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/AJr9GiDLT21C/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.dot-grid {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/AJr9GiDLT21C/amnt.svg") center / contain no-repeat;
}
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: Six evenly spaced rows and columns of small round dots. as part of the pack Dots and grids, flat. Want one like it? Make your own in the SVG studio.

Rest of Dots and grids, 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