-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Icon Request
- Icon name:
move-horizontalmove-vertical - Use case: Restrict movement to one axis.
I would like to add modified versions of the existent move icon to indicate restricted possibilities of movement. This can easily be achieved by removing elements of the other axis and slightly enlarging the arrowheads to maintain balance:
<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"
>
<polyline points="6 8 2 12 6 16" />
<polyline points="18 8 22 12 18 16" />
<line x1="2" y1="12" x2="22" y2="12" />
</svg>
<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"
>
<polyline points="8 6 12 2 16 6" />
<polyline points="16 18 12 22 8 18" />
<line x1="12" y1="2" x2="12" y2="22" />
</svg>
MarcelloTheArcane, miguelguzmanr, Gaslan and moeenio