Route SVG icon, line

Pro
Route SVG icon, line

A winding path connects two dots, with an arrow indicating travel direction. It fits a delivery tracking screen or a walking route guide.

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

How to use it

HTML <img>
<img src="route.svg" alt="Route" width="48" height="48">
CSS background-image
.route {
  background-image: url("route.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.route {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("route.svg") center / contain no-repeat;
}
React
import RouteSvg from "./route.jsx"; // from the React tab above

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

Download it first (Pro or Max), then point these at your copy.

Made with AMNT

AMNT SVG 1.1 drew this from the words Route: A winding path connecting two dots, with an arrow midway. as part of the pack Maps and location icons, line. Want one like it? Make your own in the SVG studio.

Rest of Maps and location icons, line

Similar SVGs

Licence: premium, for Pro and Max. 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