three d move icon

three-d-move from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
three-d-move
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the three d move icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 14l5.5 4.5M12 14l-5.5 4.5M12 14V7m-1.609-3.31C11.105 2.563 11.462 2 12 2s.895.563 1.609 1.69l.512.81c.705 1.112 1.057 1.668.79 2.084C14.642 7 13.932 7 12.512 7h-1.026c-1.42 0-2.13 0-2.397-.416c-.268-.416.084-.972.789-2.084zm10.841 15.45c.624 1.21.936 1.815.677 2.285c-.26.47-.915.49-2.227.529l-.942.028c-1.294.038-1.941.058-2.17-.392s.114-1.071.799-2.313l.494-.896c.684-1.242 1.026-1.863 1.513-1.88c.486-.019.793.578 1.409 1.771zm-18.464 0c-.624 1.21-.936 1.815-.677 2.285c.26.47.915.49 2.227.529l.942.028c1.294.038 1.941.058 2.17-.392s-.114-1.071-.799-2.313l-.494-.896c-.684-1.242-1.026-1.863-1.513-1.88c-.486-.019-.793.578-1.409 1.771z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsThreeDMove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m12 14l5.5 4.5M12 14l-5.5 4.5M12 14V7m-1.609-3.31C11.105 2.563 11.462 2 12 2s.895.563 1.609 1.69l.512.81c.705 1.112 1.057 1.668.79 2.084C14.642 7 13.932 7 12.512 7h-1.026c-1.42 0-2.13 0-2.397-.416c-.268-.416.084-.972.789-2.084zm10.841 15.45c.624 1.21.936 1.815.677 2.285c-.26.47-.915.49-2.227.529l-.942.028c-1.294.038-1.941.058-2.17-.392s.114-1.071.799-2.313l.494-.896c.684-1.242 1.026-1.863 1.513-1.88c.486-.019.793.578 1.409 1.771zm-18.464 0c-.624 1.21-.936 1.815-.677 2.285c.26.47.915.49 2.227.529l.942.028c1.294.038 1.941.058 2.17-.392s-.114-1.071-.799-2.313l-.494-.896c-.684-1.242-1.026-1.863-1.513-1.88c-.486-.019-.793.578-1.409 1.771z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 14l5.5 4.5M12 14l-5.5 4.5M12 14V7m-1.609-3.31C11.105 2.563 11.462 2 12 2s.895.563 1.609 1.69l.512.81c.705 1.112 1.057 1.668.79 2.084C14.642 7 13.932 7 12.512 7h-1.026c-1.42 0-2.13 0-2.397-.416c-.268-.416.084-.972.789-2.084zm10.841 15.45c.624 1.21.936 1.815.677 2.285c-.26.47-.915.49-2.227.529l-.942.028c-1.294.038-1.941.058-2.17-.392s.114-1.071.799-2.313l.494-.896c.684-1.242 1.026-1.863 1.513-1.88c.486-.019.793.578 1.409 1.771zm-18.464 0c-.624 1.21-.936 1.815-.677 2.285c.26.47.915.49 2.227.529l.942.028c1.294.038 1.941.058 2.17-.392s-.114-1.071-.799-2.313l-.494-.896c-.684-1.242-1.026-1.863-1.513-1.88c-.486-.019-.793.578-1.409 1.771z"/></svg>
</template>

CSS

.icon-three-d-move {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12%2014l5.5%204.5M12%2014l-5.5%204.5M12%2014V7m-1.609-3.31C11.105%202.563%2011.462%202%2012%202s.895.563%201.609%201.69l.512.81c.705%201.112%201.057%201.668.79%202.084C14.642%207%2013.932%207%2012.512%207h-1.026c-1.42%200-2.13%200-2.397-.416c-.268-.416.084-.972.789-2.084zm10.841%2015.45c.624%201.21.936%201.815.677%202.285c-.26.47-.915.49-2.227.529l-.942.028c-1.294.038-1.941.058-2.17-.392s.114-1.071.799-2.313l.494-.896c.684-1.242%201.026-1.863%201.513-1.88c.486-.019.793.578%201.409%201.771zm-18.464%200c-.624%201.21-.936%201.815-.677%202.285c.26.47.915.49%202.227.529l.942.028c1.294.038%201.941.058%202.17-.392s-.114-1.071-.799-2.313l-.494-.896c-.684-1.242-1.026-1.863-1.513-1.88c-.486-.019-.793.578-1.409%201.771z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12%2014l5.5%204.5M12%2014l-5.5%204.5M12%2014V7m-1.609-3.31C11.105%202.563%2011.462%202%2012%202s.895.563%201.609%201.69l.512.81c.705%201.112%201.057%201.668.79%202.084C14.642%207%2013.932%207%2012.512%207h-1.026c-1.42%200-2.13%200-2.397-.416c-.268-.416.084-.972.789-2.084zm10.841%2015.45c.624%201.21.936%201.815.677%202.285c-.26.47-.915.49-2.227.529l-.942.028c-1.294.038-1.941.058-2.17-.392s.114-1.071.799-2.313l.494-.896c.684-1.242%201.026-1.863%201.513-1.88c.486-.019.793.578%201.409%201.771zm-18.464%200c-.624%201.21-.936%201.815-.677%202.285c.26.47.915.49%202.227.529l.942.028c1.294.038%201.941.058%202.17-.392s-.114-1.071-.799-2.313l-.494-.896c-.684-1.242-1.026-1.863-1.513-1.88c-.486-.019-.793.578-1.409%201.771z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/three-d-move.svg?color=%231a73e8&size=48