Routing 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 { IconRouting } from "@devigner-ui/icons";
<IconRouting className="size-6" />
<script setup>
import { IconRouting } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRouting class="size-6" />
</template>
<script>
import { IconRouting } from "@devigner-ui/icons-svelte";
</script>
<IconRouting 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="M8 4.25a.75.75 0 0 0 0 1.5zm12 14H7.5v1.5H20zm-12.5-5.5h9v-1.5h-9zm9-8.5H8v1.5h8.5zm4.25 4.25c0-2.35-1.9-4.25-4.25-4.25v1.5a2.75 2.75 0 0 1 2.75 2.75zm-4.25 4.25c2.35 0 4.25-1.9 4.25-4.25h-1.5a2.75 2.75 0 0 1-2.75 2.75zM4.75 15.5a2.75 2.75 0 0 1 2.75-2.75v-1.5a4.25 4.25 0 0 0-4.25 4.25zm2.75 2.75a2.75 2.75 0 0 1-2.75-2.75h-1.5c0 2.35 1.9 4.25 4.25 4.25z" fill="currentColor"></path><path d="m18 17 2 2-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><circle cx="6" cy="5.00024" r="2" stroke="currentColor" stroke-width="1.5"></circle></svg>