Dot Matrix SVG element, flat

Free

Tiny dots sit in dense rows and columns within a rectangle. Use the matrix as a poster texture or behind a diagram in a technical handout.

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/LosCfkBk0xkX/amnt.svg" alt="Dot Matrix" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="currentColor"><defs><pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1.5"/></pattern></defs><rect x="10" y="10" width="180" height="180" fill="url(#dots)"/></svg>
CSS background-image
.dot-matrix {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/LosCfkBk0xkX/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.dot-matrix {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/LosCfkBk0xkX/amnt.svg") center / contain no-repeat;
}
React
import DotMatrixSvg from "./dot-matrix.jsx"; // from the React tab above

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

Made with AMNT

AMNT SVG 1.1 drew this from the words Dot Matrix: Dense rows and columns of tiny dots forming a rectangular matrix. 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