route track icon
route-track from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.
- Name
- route-track
- Set
- Reicon
- Style
- Outline
- 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 d="M16.15 5.6a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fill-rule="evenodd" d="M13.05 5.602a4.35 4.35 0 1 1 8.7-.002c0 2.65-2.1 4.65-3.9 6a.75.75 0 0 1-.9 0c-1.8-1.35-3.9-3.35-3.9-5.998M17.4 2.75a2.85 2.85 0 0 0-2.85 2.852c0 1.691 1.257 3.175 2.85 4.45c1.593-1.275 2.85-2.759 2.85-4.452a2.85 2.85 0 0 0-2.85-2.85" clip-rule="evenodd"/><path d="M13.5 10.25a.75.75 0 0 1 0 1.5H8.75a2 2 0 1 0 0 4H10a.75.75 0 0 1 0 1.5H8.75a3.5 3.5 0 1 1 0-7zm6.75 9a2 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 0M3 20.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRouteTrack(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 d="M16.15 5.6a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fillRule="evenodd" d="M13.05 5.602a4.35 4.35 0 1 1 8.7-.002c0 2.65-2.1 4.65-3.9 6a.75.75 0 0 1-.9 0c-1.8-1.35-3.9-3.35-3.9-5.998M17.4 2.75a2.85 2.85 0 0 0-2.85 2.852c0 1.691 1.257 3.175 2.85 4.45c1.593-1.275 2.85-2.759 2.85-4.452a2.85 2.85 0 0 0-2.85-2.85" clipRule="evenodd"/><path d="M13.5 10.25a.75.75 0 0 1 0 1.5H8.75a2 2 0 1 0 0 4H10a.75.75 0 0 1 0 1.5H8.75a3.5 3.5 0 1 1 0-7zm6.75 9a2 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 0M3 20.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></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 d="M16.15 5.6a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fill-rule="evenodd" d="M13.05 5.602a4.35 4.35 0 1 1 8.7-.002c0 2.65-2.1 4.65-3.9 6a.75.75 0 0 1-.9 0c-1.8-1.35-3.9-3.35-3.9-5.998M17.4 2.75a2.85 2.85 0 0 0-2.85 2.852c0 1.691 1.257 3.175 2.85 4.45c1.593-1.275 2.85-2.759 2.85-4.452a2.85 2.85 0 0 0-2.85-2.85" clip-rule="evenodd"/><path d="M13.5 10.25a.75.75 0 0 1 0 1.5H8.75a2 2 0 1 0 0 4H10a.75.75 0 0 1 0 1.5H8.75a3.5 3.5 0 1 1 0-7zm6.75 9a2 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 0M3 20.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></g></svg> </template>
CSS
.icon-route-track {
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%20d%3D%22M16.15%205.6a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.05%205.602a4.35%204.35%200%201%201%208.7-.002c0%202.65-2.1%204.65-3.9%206a.75.75%200%200%201-.9%200c-1.8-1.35-3.9-3.35-3.9-5.998M17.4%202.75a2.85%202.85%200%200%200-2.85%202.852c0%201.691%201.257%203.175%202.85%204.45c1.593-1.275%202.85-2.759%202.85-4.452a2.85%202.85%200%200%200-2.85-2.85%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.5%2010.25a.75.75%200%200%201%200%201.5H8.75a2%202%200%201%200%200%204H10a.75.75%200%200%201%200%201.5H8.75a3.5%203.5%200%201%201%200-7zm6.75%209a2%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%200M3%2020.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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%20d%3D%22M16.15%205.6a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.05%205.602a4.35%204.35%200%201%201%208.7-.002c0%202.65-2.1%204.65-3.9%206a.75.75%200%200%201-.9%200c-1.8-1.35-3.9-3.35-3.9-5.998M17.4%202.75a2.85%202.85%200%200%200-2.85%202.852c0%201.691%201.257%203.175%202.85%204.45c1.593-1.275%202.85-2.759%202.85-4.452a2.85%202.85%200%200%200-2.85-2.85%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.5%2010.25a.75.75%200%200%201%200%201.5H8.75a2%202%200%201%200%200%204H10a.75.75%200%200%201%200%201.5H8.75a3.5%203.5%200%201%201%200-7zm6.75%209a2%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%200M3%2020.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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.svg?color=%231a73e8&size=48