route track icon

route-track-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.

Name
route-track-filled
Set
Reicon
Style
Filled
Category
Map
Viewbox
24×24
License
MIT

1 other variant in Reicon

More map icons from Reicon

Use the route track icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.4 1.5a4.1 4.1 0 0 0-4.1 4.102c0 2.515 2 4.448 3.8 5.798a.5.5 0 0 0 .6 0c1.8-1.35 3.8-3.283 3.8-5.8a4.1 4.1 0 0 0-4.1-4.1m0 2.85a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/><path d="M14.25 11a.75.75 0 0 0-.75-.75H8.75a3.5 3.5 0 1 0 0 7H10a.75.75 0 0 0 0-1.5H8.75a2 2 0 1 1 0-4h4.75a.75.75 0 0 0 .75-.75m6 8.25a2 2 0 0 0-2-2H17a.75.75 0 0 1 0-1.5h1.25a3.5 3.5 0 1 1 0 7H6.5a.75.75 0 0 1 0-1.5h11.75a2 2 0 0 0 2-2"/><path d="M12.25 16.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M1.75 22a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRouteTrackFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M17.4 1.5a4.1 4.1 0 0 0-4.1 4.102c0 2.515 2 4.448 3.8 5.798a.5.5 0 0 0 .6 0c1.8-1.35 3.8-3.283 3.8-5.8a4.1 4.1 0 0 0-4.1-4.1m0 2.85a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clipRule="evenodd"/><path d="M14.25 11a.75.75 0 0 0-.75-.75H8.75a3.5 3.5 0 1 0 0 7H10a.75.75 0 0 0 0-1.5H8.75a2 2 0 1 1 0-4h4.75a.75.75 0 0 0 .75-.75m6 8.25a2 2 0 0 0-2-2H17a.75.75 0 0 1 0-1.5h1.25a3.5 3.5 0 1 1 0 7H6.5a.75.75 0 0 1 0-1.5h11.75a2 2 0 0 0 2-2"/><path d="M12.25 16.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M1.75 22a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.4 1.5a4.1 4.1 0 0 0-4.1 4.102c0 2.515 2 4.448 3.8 5.798a.5.5 0 0 0 .6 0c1.8-1.35 3.8-3.283 3.8-5.8a4.1 4.1 0 0 0-4.1-4.1m0 2.85a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/><path d="M14.25 11a.75.75 0 0 0-.75-.75H8.75a3.5 3.5 0 1 0 0 7H10a.75.75 0 0 0 0-1.5H8.75a2 2 0 1 1 0-4h4.75a.75.75 0 0 0 .75-.75m6 8.25a2 2 0 0 0-2-2H17a.75.75 0 0 1 0-1.5h1.25a3.5 3.5 0 1 1 0 7H6.5a.75.75 0 0 1 0-1.5h11.75a2 2 0 0 0 2-2"/><path d="M12.25 16.5a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M1.75 22a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g></svg>
</template>

CSS

.icon-route-track-filled {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.4%201.5a4.1%204.1%200%200%200-4.1%204.102c0%202.515%202%204.448%203.8%205.798a.5.5%200%200%200%20.6%200c1.8-1.35%203.8-3.283%203.8-5.8a4.1%204.1%200%200%200-4.1-4.1m0%202.85a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.25%2011a.75.75%200%200%200-.75-.75H8.75a3.5%203.5%200%201%200%200%207H10a.75.75%200%200%200%200-1.5H8.75a2%202%200%201%201%200-4h4.75a.75.75%200%200%200%20.75-.75m6%208.25a2%202%200%200%200-2-2H17a.75.75%200%200%201%200-1.5h1.25a3.5%203.5%200%201%201%200%207H6.5a.75.75%200%200%201%200-1.5h11.75a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M12.25%2016.5a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M1.75%2022a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.4%201.5a4.1%204.1%200%200%200-4.1%204.102c0%202.515%202%204.448%203.8%205.798a.5.5%200%200%200%20.6%200c1.8-1.35%203.8-3.283%203.8-5.8a4.1%204.1%200%200%200-4.1-4.1m0%202.85a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.25%2011a.75.75%200%200%200-.75-.75H8.75a3.5%203.5%200%201%200%200%207H10a.75.75%200%200%200%200-1.5H8.75a2%202%200%201%201%200-4h4.75a.75.75%200%200%200%20.75-.75m6%208.25a2%202%200%200%200-2-2H17a.75.75%200%200%201%200-1.5h1.25a3.5%203.5%200%201%201%200%207H6.5a.75.75%200%200%201%200-1.5h11.75a2%202%200%200%200%202-2%22%2F%3E%3Cpath%20d%3D%22M12.25%2016.5a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M1.75%2022a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/route-track-filled.svg?color=%231a73e8&size=48