Skip to main content

icon-move


Examples

Heading
Smaller heading

Inline text

Example link text

Icon Component

Using the Icon Component? Copy, paste, and go.

<s-icon name="icon-move"></s-icon>

Icon font

Using the web font? Copy, paste, and go.

<span class="sf-main sf-icon-move"></span>

Code point

  • Unicode: U+F152
  • CSS: \F152
  • JS: \uF152
  • HTML: &#xF152;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="s-icon s-icon-icon-move" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="m15.111 8.486-1.98 1.98a.664.664 0 1 1-.94-.94l.867-.86H8.665v4.394l.86-.86a.664.664 0 1 1 .94.94L8.47 15.133a.673.673 0 0 1-.947.007l-2-2a.672.672 0 0 1 0-.947c.26-.26.68-.26.94 0l.867.867V8.666H2.938l.86.86a.664.664 0 1 1-.94.94L.865 8.473a.673.673 0 0 1-.007-.947l2-2c.26-.26.687-.26.947 0 .26.26.26.68 0 .94l-.867.867h4.393V2.94l-.86.866a.664.664 0 1 1-.94-.94L7.525.86c.2-.2.486-.24.726-.14.087.033.16.086.22.146l1.994 1.994a.664.664 0 1 1-.94.94l-.86-.86v4.393h4.393l-.86-.86a.664.664 0 1 1 .933-.947l2 2a.655.655 0 0 1-.02.96Z"/>
</svg>