Signpost2 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 { IconSignpost2 } from "@devigner-ui/icons";
<IconSignpost2 className="size-6" />
<script setup>
import { IconSignpost2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSignpost2 class="size-6" />
</template>
<script>
import { IconSignpost2 } from "@devigner-ui/icons-svelte";
</script>
<IconSignpost2 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="M12.75 2a.75.75 0 0 0-1.5 0zm-1.5 0v1h1.5V2z" fill="currentColor"></path><path opacity="1" d="M12.75 11a.75.75 0 0 0-1.5 0zm-1.5 0v1h1.5v-1z" fill="currentColor"></path><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 20a.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 20v2h1.5v-2zM14 21.25h-4v1.5h4z" fill="currentColor"></path><path opacity="1" d="M9 7h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9 16h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>