Routing5 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 { IconRouting5 } from "@devigner-ui/icons";
<IconRouting5 className="size-6" />
<script setup>
import { IconRouting5 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRouting5 class="size-6" />
</template>
<script>
import { IconRouting5 } from "@devigner-ui/icons-svelte";
</script>
<IconRouting5 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M6.14 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17.64 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-3c0-1.1.9-2 2-2" stroke="currentColor" stroke-width="1.5"></path><path d="M12.67 5h2.68a2 2 0 0 1 1.32 3.51L8.68 15.5A2 2 0 0 0 9.99 19h2.68" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.16 5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.16 18.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>