Dotted Line SVG element, flat

Free

A horizontal line of evenly spaced round dots runs across the centre. Use it between sections of a web page or beneath a heading on a worksheet.

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/ji1_-RRDZSen/amnt.svg" alt="Dotted Line" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="currentColor"><circle cx="16" cy="100" r="3.5"/><circle cx="28" cy="100" r="3.5"/><circle cx="40" cy="100" r="3.5"/><circle cx="52" cy="100" r="3.5"/><circle cx="64" cy="100" r="3.5"/><circle cx="76" cy="100" r="3.5"/><circle cx="88" cy="100" r="3.5"/><circle cx="100" cy="100" r="3.5"/><circle cx="112" cy="100" r="3.5"/><circle cx="124" cy="100" r="3.5"/><circle cx="136" cy="100" r="3.5"/><circle cx="148" cy="100" r="3.5"/><circle cx="160" cy="100" r="3.5"/><circle cx="172" cy="100" r="3.5"/><circle cx="184" cy="100" r="3.5"/></svg>
CSS background-image
.dotted-line {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/ji1_-RRDZSen/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.dotted-line {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/ji1_-RRDZSen/amnt.svg") center / contain no-repeat;
}
React
import DottedLineSvg from "./dotted-line.jsx"; // from the React tab above

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

Made with AMNT

AMNT SVG 1.1 drew this from the words Dotted Line: One horizontal line of evenly spaced round dots across the centre. 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