Skip to content

Icon request: move-horizontal/-vertical #754

@timonkbd

Description

@timonkbd

Icon Request

  • Icon name: move-horizontal move-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:

move-horizontal move-vertical

<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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions