Signpost 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 { IconSignpost } from "@devigner-ui/icons";
<IconSignpost className="size-6" />
<script setup>
import { IconSignpost } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSignpost class="size-6" />
</template>
<script>
import { IconSignpost } from "@devigner-ui/icons-svelte";
</script>
<IconSignpost class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.7 3.5h6.8c1.4 0 2.1 0 2.61.34a2 2 0 0 1 .55.55c.34.5.34 1.2.34 2.61 0 1.4 0 2.1-.34 2.61a2 2 0 0 1-.55.55c-.5.34-1.2.34-2.61.34H8.7c-.65 0-.98 0-1.28-.1a2 2 0 0 1-.39-.17c-.27-.16-.5-.4-.93-.9-.85-.94-1.28-1.41-1.38-1.97a2 2 0 0 1 0-.72c.1-.56.53-1.03 1.38-1.98.44-.49.66-.73.93-.9a2 2 0 0 1 .39-.16c.3-.1.63-.1 1.28-.1" stroke="currentColor" stroke-width="1.5"></path><path d="M15.3 12.5H8.5c-1.4 0-2.1 0-2.61.34a2 2 0 0 0-.55.55C5 13.89 5 14.59 5 16c0 1.4 0 2.1.34 2.61a2 2 0 0 0 .55.55c.5.34 1.2.34 2.61.34h6.8c.65 0 .98 0 1.28-.1a2 2 0 0 0 .39-.17c.27-.16.5-.4.93-.9.85-.94 1.28-1.41 1.38-1.97a2 2 0 0 0 0-.72c-.1-.56-.53-1.03-1.38-1.98a5 5 0 0 0-.93-.9 2 2 0 0 0-.39-.16c-.3-.1-.63-.1-1.28-.1" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12.75 2a.75.75 0 0 0-1.5 0zm0 9a.75.75 0 0 0-1.5 0zm0 9a.75.75 0 0 0-1.5 0zM14 22.75a.75.75 0 1 0 0-1.5zm-4-1.5a.75.75 0 0 0 0 1.5zM11.25 2v1h1.5V2zm0 9v1h1.5v-1zm0 9v2h1.5v-2zM14 21.25h-4v1.5h4z" fill="currentColor"></path></svg>