humbleicons

Sign Direction icon

arrow guide location map navigation pointer route travel redirection
Sign Direction icon
SVG inline

Simply copy/paste this into your HTML:

copy
copied!
<svg class="humbleicons hi-sign-direction" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8.5h5.5l2.5-2-2.5-2H12m0 4H7v-4h5m0 4v3m0 9.5v-5.5m0-11V3m0 8.5H6.5l-2.5 2 2.5 2H12m0-4h5v4h-5"/></svg>
SVG sprite

Download the sprite file and address the icon by its slug:

copy
copied!
<svg class="humbleicons"><use xlink:href="humbleicons.svg#sign-direction"/></svg>