Checkerboard SVG pattern, flat

Free
Checkerboard SVG pattern, flat

Alternating light and dark squares cover the entire tile. This familiar pattern works on chess activity sheets and kitchen-themed print layouts.

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/vYwGSuYUX6gu/amnt.svg" alt="Checkerboard" 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="#F4EBD8"/><defs><pattern id="checker" width="50" height="50" patternUnits="userSpaceOnUse"><rect width="25" height="25" fill="#334E58"/><rect x="25" y="25" width="25" height="25" fill="#334E58"/></pattern></defs><rect width="200" height="200" fill="url(#checker)"/></svg>
CSS background-image
.checkerboard {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/vYwGSuYUX6gu/amnt.svg");
  background-size: 200px 200px;
}
React
import CheckerboardSvg from "./checkerboard.jsx"; // from the React tab above

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

Made with AMNT

AMNT SVG 1.1 drew this from the words Checkerboard: Alternating light and dark square cells fill the tile. 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