Streets Navigation 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 { IconStreetsNavigation } from "@devigner-ui/icons";
<IconStreetsNavigation className="size-6" />
<script setup>
import { IconStreetsNavigation } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStreetsNavigation class="size-6" />
</template>
<script>
import { IconStreetsNavigation } from "@devigner-ui/icons-svelte";
</script>
<IconStreetsNavigation class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 16.92c1.14-.1 1.92-.32 2.54-.83a4 4 0 0 0 .55-.55c.91-1.1.91-2.75.91-6.04s0-4.93-.9-6.04a4 4 0 0 0-.56-.55C19.44 2 17.79 2 14.5 2h-5c-3.29 0-4.93 0-6.04.9a4 4 0 0 0-.55.56C2 4.56 2 6.21 2 9.5s0 4.93.9 6.04a4 4 0 0 0 .56.55c.62.5 1.4.73 2.54.83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m20.5 15.5-6.5-5M3.5 3 14 10.5m6.5-7-6.5 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m15.27 19.2-1.34-2.67C13.1 14.84 12.67 14 12 14s-1.09.84-1.93 2.53L8.73 19.2c-.5 1.02-.77 1.54-.73 1.86.06.46.41.84.87.93.32.06.85-.16 1.9-.6.4-.16.6-.24.8-.28q.43-.09.87 0c.2.04.4.12.78.28 1.06.44 1.59.66 1.9.6.47-.09.82-.47.88-.93.04-.32-.22-.84-.73-1.86" stroke="currentColor" stroke-width="1.5"></path></svg>