Routing3 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 { IconRouting3 } from "@devigner-ui/icons";
<IconRouting3 className="size-6" />
<script setup>
import { IconRouting3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRouting3 class="size-6" />
</template>
<script>
import { IconRouting3 } from "@devigner-ui/icons-svelte";
</script>
<IconRouting3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5.00024" r="3" stroke="currentColor" stroke-width="1.5"></circle><circle cx="19" cy="19.0002" r="3" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M11 4.25a.75.75 0 0 0 0 1.5zM13 19l.53.53c.3-.3.3-.77 0-1.06zm4.2-10.31.4.63zM6.8 15.3l.4.64zm5.23 1.66a.75.75 0 0 0-1.06 1.06zm-1.06 3a.75.75 0 0 0 1.06 1.06zm5.16-15.72H11v1.5h5.13zm-3.13 14H7.87v1.5H13zm3.8-10.2L6.4 14.68l.8 1.27 10.4-6.63zm-3.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-4.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>