Routing2 icon in outline, twotone, bold and bulk. Free in all four styles, for maps, places, gps, routes, delivery tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRouting2 } from "@devigner-ui/icons";
<IconRouting2 className="size-6" />
<script setup>
import { IconRouting2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRouting2 class="size-6" />
</template>
<script>
import { IconRouting2 } from "@devigner-ui/icons-svelte";
</script>
<IconRouting2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.26C2 3.46 3.57 2 5.5 2S9 3.46 9 5.26c0 1.78-1.12 3.87-2.86 4.61-.4.17-.87.17-1.28 0C3.12 9.13 2 7.04 2 5.26" stroke="currentColor" stroke-width="1.5"></path><path d="M15 17.26c0-1.8 1.57-3.26 3.5-3.26s3.5 1.46 3.5 3.26c0 1.78-1.12 3.87-2.86 4.61-.4.17-.87.17-1.28 0-1.74-.74-2.86-2.83-2.86-4.61" stroke="currentColor" stroke-width="1.5"></path><path d="M19.5 17.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M6.5 5.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path opacity="1" d="M12 4.25a.75.75 0 0 0 0 1.5zM12 19l.53.53c.3-.3.3-.77 0-1.06zm5.2-10.31.4.63zM6.8 15.3l.4.64zm4.23 1.66a.75.75 0 1 0-1.06 1.06zm-1.06 3a.75.75 0 0 0 1.06 1.06zm6.16-15.72H12v1.5h4.13zm-4.13 14H7.87v1.5H12zm4.8-10.2L6.4 14.68l.8 1.27 10.4-6.63zm-4.27 10.42-1.5-1.5-1.06 1.06 1.5 1.5zm-1.06 0-1.5 1.5 1.06 1.06 1.5-1.5zm-3.6-.22c-1.25 0-1.73-1.63-.67-2.3l-.8-1.27a2.75 2.75 0 0 0 1.47 5.07zm8.26-12.5c1.25 0 1.73 1.63.67 2.3l.8 1.27a2.75 2.75 0 0 0-1.47-5.07z" fill="currentColor"></path></svg>