route from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.

Name
route
Set
Reicon
Style
Outline
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All route icons →

More map icons from Reicon

Use the route icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9.918 3.632c-.855.652-1.85 1.645-3.246 3.04s-2.388 2.39-3.04 3.246c-.64.838-.882 1.454-.882 2.082s.242 1.244.882 2.082c.652.855 1.645 1.85 3.04 3.246s2.39 2.387 3.246 3.04c.838.64 1.454.882 2.082.882s1.244-.242 2.082-.882c.855-.652 1.85-1.645 3.246-3.04s2.387-2.39 3.04-3.246c.64-.838.882-1.454.882-2.082s-.242-1.244-.882-2.082c-.652-.855-1.645-1.85-3.04-3.246s-2.39-2.388-3.246-3.04c-.838-.64-1.454-.882-2.082-.882s-1.244.242-2.082.882m-.91-1.193C9.98 1.698 10.912 1.25 12 1.25s2.02.448 2.992 1.19c.945.72 2.01 1.785 3.356 3.132l.08.08c1.347 1.347 2.412 2.411 3.133 3.356c.741.972 1.189 1.904 1.189 2.992s-.448 2.02-1.19 2.992c-.72.945-1.785 2.01-3.132 3.356l-.08.08c-1.347 1.347-2.411 2.412-3.356 3.133c-.972.741-1.904 1.189-2.992 1.189s-2.02-.448-2.992-1.19c-.945-.72-2.01-1.785-3.356-3.132l-.08-.08c-1.347-1.347-2.412-2.411-3.133-3.356C1.698 14.02 1.25 13.088 1.25 12s.448-2.02 1.19-2.992c.72-.945 1.785-2.01 3.132-3.356l.08-.08C6.999 4.225 8.063 3.16 9.008 2.439"/><path d="M12.786 8.487a.75.75 0 0 1 1.06-.034l2.667 2.5a.75.75 0 0 1 0 1.094l-2.667 2.5a.75.75 0 0 1-1.026-1.094l1.283-1.203h-3.436c-.334 0-.844.1-1.247.372c-.363.245-.67.643-.67 1.378a.75.75 0 0 1-1.5 0c0-1.265.582-2.117 1.33-2.622c.709-.478 1.532-.628 2.087-.628h3.436L12.82 9.547a.75.75 0 0 1-.034-1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconRoute(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" fillRule="evenodd" clipRule="evenodd"><path d="M9.918 3.632c-.855.652-1.85 1.645-3.246 3.04s-2.388 2.39-3.04 3.246c-.64.838-.882 1.454-.882 2.082s.242 1.244.882 2.082c.652.855 1.645 1.85 3.04 3.246s2.39 2.387 3.246 3.04c.838.64 1.454.882 2.082.882s1.244-.242 2.082-.882c.855-.652 1.85-1.645 3.246-3.04s2.387-2.39 3.04-3.246c.64-.838.882-1.454.882-2.082s-.242-1.244-.882-2.082c-.652-.855-1.645-1.85-3.04-3.246s-2.39-2.388-3.246-3.04c-.838-.64-1.454-.882-2.082-.882s-1.244.242-2.082.882m-.91-1.193C9.98 1.698 10.912 1.25 12 1.25s2.02.448 2.992 1.19c.945.72 2.01 1.785 3.356 3.132l.08.08c1.347 1.347 2.412 2.411 3.133 3.356c.741.972 1.189 1.904 1.189 2.992s-.448 2.02-1.19 2.992c-.72.945-1.785 2.01-3.132 3.356l-.08.08c-1.347 1.347-2.411 2.412-3.356 3.133c-.972.741-1.904 1.189-2.992 1.189s-2.02-.448-2.992-1.19c-.945-.72-2.01-1.785-3.356-3.132l-.08-.08c-1.347-1.347-2.412-2.411-3.133-3.356C1.698 14.02 1.25 13.088 1.25 12s.448-2.02 1.19-2.992c.72-.945 1.785-2.01 3.132-3.356l.08-.08C6.999 4.225 8.063 3.16 9.008 2.439"/><path d="M12.786 8.487a.75.75 0 0 1 1.06-.034l2.667 2.5a.75.75 0 0 1 0 1.094l-2.667 2.5a.75.75 0 0 1-1.026-1.094l1.283-1.203h-3.436c-.334 0-.844.1-1.247.372c-.363.245-.67.643-.67 1.378a.75.75 0 0 1-1.5 0c0-1.265.582-2.117 1.33-2.622c.709-.478 1.532-.628 2.087-.628h3.436L12.82 9.547a.75.75 0 0 1-.034-1.06"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9.918 3.632c-.855.652-1.85 1.645-3.246 3.04s-2.388 2.39-3.04 3.246c-.64.838-.882 1.454-.882 2.082s.242 1.244.882 2.082c.652.855 1.645 1.85 3.04 3.246s2.39 2.387 3.246 3.04c.838.64 1.454.882 2.082.882s1.244-.242 2.082-.882c.855-.652 1.85-1.645 3.246-3.04s2.387-2.39 3.04-3.246c.64-.838.882-1.454.882-2.082s-.242-1.244-.882-2.082c-.652-.855-1.645-1.85-3.04-3.246s-2.39-2.388-3.246-3.04c-.838-.64-1.454-.882-2.082-.882s-1.244.242-2.082.882m-.91-1.193C9.98 1.698 10.912 1.25 12 1.25s2.02.448 2.992 1.19c.945.72 2.01 1.785 3.356 3.132l.08.08c1.347 1.347 2.412 2.411 3.133 3.356c.741.972 1.189 1.904 1.189 2.992s-.448 2.02-1.19 2.992c-.72.945-1.785 2.01-3.132 3.356l-.08.08c-1.347 1.347-2.411 2.412-3.356 3.133c-.972.741-1.904 1.189-2.992 1.189s-2.02-.448-2.992-1.19c-.945-.72-2.01-1.785-3.356-3.132l-.08-.08c-1.347-1.347-2.412-2.411-3.133-3.356C1.698 14.02 1.25 13.088 1.25 12s.448-2.02 1.19-2.992c.72-.945 1.785-2.01 3.132-3.356l.08-.08C6.999 4.225 8.063 3.16 9.008 2.439"/><path d="M12.786 8.487a.75.75 0 0 1 1.06-.034l2.667 2.5a.75.75 0 0 1 0 1.094l-2.667 2.5a.75.75 0 0 1-1.026-1.094l1.283-1.203h-3.436c-.334 0-.844.1-1.247.372c-.363.245-.67.643-.67 1.378a.75.75 0 0 1-1.5 0c0-1.265.582-2.117 1.33-2.622c.709-.478 1.532-.628 2.087-.628h3.436L12.82 9.547a.75.75 0 0 1-.034-1.06"/></g></svg>
</template>

CSS

.icon-route {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9.918%203.632c-.855.652-1.85%201.645-3.246%203.04s-2.388%202.39-3.04%203.246c-.64.838-.882%201.454-.882%202.082s.242%201.244.882%202.082c.652.855%201.645%201.85%203.04%203.246s2.39%202.387%203.246%203.04c.838.64%201.454.882%202.082.882s1.244-.242%202.082-.882c.855-.652%201.85-1.645%203.246-3.04s2.387-2.39%203.04-3.246c.64-.838.882-1.454.882-2.082s-.242-1.244-.882-2.082c-.652-.855-1.645-1.85-3.04-3.246s-2.39-2.388-3.246-3.04c-.838-.64-1.454-.882-2.082-.882s-1.244.242-2.082.882m-.91-1.193C9.98%201.698%2010.912%201.25%2012%201.25s2.02.448%202.992%201.19c.945.72%202.01%201.785%203.356%203.132l.08.08c1.347%201.347%202.412%202.411%203.133%203.356c.741.972%201.189%201.904%201.189%202.992s-.448%202.02-1.19%202.992c-.72.945-1.785%202.01-3.132%203.356l-.08.08c-1.347%201.347-2.411%202.412-3.356%203.133c-.972.741-1.904%201.189-2.992%201.189s-2.02-.448-2.992-1.19c-.945-.72-2.01-1.785-3.356-3.132l-.08-.08c-1.347-1.347-2.412-2.411-3.133-3.356C1.698%2014.02%201.25%2013.088%201.25%2012s.448-2.02%201.19-2.992c.72-.945%201.785-2.01%203.132-3.356l.08-.08C6.999%204.225%208.063%203.16%209.008%202.439%22%2F%3E%3Cpath%20d%3D%22M12.786%208.487a.75.75%200%200%201%201.06-.034l2.667%202.5a.75.75%200%200%201%200%201.094l-2.667%202.5a.75.75%200%200%201-1.026-1.094l1.283-1.203h-3.436c-.334%200-.844.1-1.247.372c-.363.245-.67.643-.67%201.378a.75.75%200%200%201-1.5%200c0-1.265.582-2.117%201.33-2.622c.709-.478%201.532-.628%202.087-.628h3.436L12.82%209.547a.75.75%200%200%201-.034-1.06%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9.918%203.632c-.855.652-1.85%201.645-3.246%203.04s-2.388%202.39-3.04%203.246c-.64.838-.882%201.454-.882%202.082s.242%201.244.882%202.082c.652.855%201.645%201.85%203.04%203.246s2.39%202.387%203.246%203.04c.838.64%201.454.882%202.082.882s1.244-.242%202.082-.882c.855-.652%201.85-1.645%203.246-3.04s2.387-2.39%203.04-3.246c.64-.838.882-1.454.882-2.082s-.242-1.244-.882-2.082c-.652-.855-1.645-1.85-3.04-3.246s-2.39-2.388-3.246-3.04c-.838-.64-1.454-.882-2.082-.882s-1.244.242-2.082.882m-.91-1.193C9.98%201.698%2010.912%201.25%2012%201.25s2.02.448%202.992%201.19c.945.72%202.01%201.785%203.356%203.132l.08.08c1.347%201.347%202.412%202.411%203.133%203.356c.741.972%201.189%201.904%201.189%202.992s-.448%202.02-1.19%202.992c-.72.945-1.785%202.01-3.132%203.356l-.08.08c-1.347%201.347-2.411%202.412-3.356%203.133c-.972.741-1.904%201.189-2.992%201.189s-2.02-.448-2.992-1.19c-.945-.72-2.01-1.785-3.356-3.132l-.08-.08c-1.347-1.347-2.412-2.411-3.133-3.356C1.698%2014.02%201.25%2013.088%201.25%2012s.448-2.02%201.19-2.992c.72-.945%201.785-2.01%203.132-3.356l.08-.08C6.999%204.225%208.063%203.16%209.008%202.439%22%2F%3E%3Cpath%20d%3D%22M12.786%208.487a.75.75%200%200%201%201.06-.034l2.667%202.5a.75.75%200%200%201%200%201.094l-2.667%202.5a.75.75%200%200%201-1.026-1.094l1.283-1.203h-3.436c-.334%200-.844.1-1.247.372c-.363.245-.67.643-.67%201.378a.75.75%200%200%201-1.5%200c0-1.265.582-2.117%201.33-2.622c.709-.478%201.532-.628%202.087-.628h3.436L12.82%209.547a.75.75%200%200%201-.034-1.06%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.svg?color=%231a73e8&size=48

Route outline icon — Reicon · IconsDB