23 lines
486 B
XML
23 lines
486 B
XML
<!--
|
|
tags: [direction, north, arrow, rotary, straight, pointer, navigation, flow, navigate, move]
|
|
category: Arrows
|
|
version: "1.57"
|
|
unicode: "f059"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M10 13a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
|
<path d="M13 16v5" />
|
|
<path d="M13 3v7" />
|
|
<path d="M9 7l4 -4l4 4" />
|
|
</svg>
|