Signpost3 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 { IconSignpost3 } from "@devigner-ui/icons";
<IconSignpost3 className="size-6" />
<script setup>
import { IconSignpost3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSignpost3 class="size-6" />
</template>
<script>
import { IconSignpost3 } from "@devigner-ui/icons-svelte";
</script>
<IconSignpost3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.89 2H9.63q-.61.01-1.1.38L6.36 4.13c-.88.7-.88 2.03 0 2.73l2.19 1.75c.3.25.7.38 1.09.38h8.26c.97 0 1.75-.78 1.75-1.75v-3.5c0-.96-.78-1.74-1.75-1.74" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.47 12h8.26q.61.01 1.09.38l2.19 1.75c.88.7.88 2.03 0 2.73l-2.19 1.75q-.48.38-1.09.38H7.47c-.97 0-1.75-.78-1.75-1.75v-3.5c0-.96.78-1.74 1.75-1.74" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 12V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path opacity="1" d="M12.67 22v-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.67 22h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>