move icon
move from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- move
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the move icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -1 24 24"><path fill="currentColor" d="m18.799 9.957l-1.121-1.121a1 1 0 1 1 1.414-1.415l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.414-1.414l1.121-1.121h-6.485v6.485l1.121-1.121a1 1 0 0 1 1.414 1.414l-2.828 2.829a1 1 0 0 1-1.414 0l-2.829-2.829a1 1 0 0 1 1.414-1.414l1.122 1.121v-6.485H3.828l1.122 1.121a1 1 0 0 1-1.414 1.414L.707 11.664a1 1 0 0 1 0-1.414l2.829-2.83A1 1 0 0 1 4.95 8.836l-1.122 1.12h6.486V3.473l-1.122 1.12a1 1 0 0 1-1.414-1.414L10.607.35a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 1 1-1.414 1.414l-1.121-1.121v6.485z"/></svg>
React
import type { SVGProps } from "react";
export function JamMove(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -1 24 24"><path fill="currentColor" d="m18.799 9.957l-1.121-1.121a1 1 0 1 1 1.414-1.415l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.414-1.414l1.121-1.121h-6.485v6.485l1.121-1.121a1 1 0 0 1 1.414 1.414l-2.828 2.829a1 1 0 0 1-1.414 0l-2.829-2.829a1 1 0 0 1 1.414-1.414l1.122 1.121v-6.485H3.828l1.122 1.121a1 1 0 0 1-1.414 1.414L.707 11.664a1 1 0 0 1 0-1.414l2.829-2.83A1 1 0 0 1 4.95 8.836l-1.122 1.12h6.486V3.473l-1.122 1.12a1 1 0 0 1-1.414-1.414L10.607.35a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 1 1-1.414 1.414l-1.121-1.121v6.485z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -1 24 24"><path fill="currentColor" d="m18.799 9.957l-1.121-1.121a1 1 0 1 1 1.414-1.415l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.414-1.414l1.121-1.121h-6.485v6.485l1.121-1.121a1 1 0 0 1 1.414 1.414l-2.828 2.829a1 1 0 0 1-1.414 0l-2.829-2.829a1 1 0 0 1 1.414-1.414l1.122 1.121v-6.485H3.828l1.122 1.121a1 1 0 0 1-1.414 1.414L.707 11.664a1 1 0 0 1 0-1.414l2.829-2.83A1 1 0 0 1 4.95 8.836l-1.122 1.12h6.486V3.473l-1.122 1.12a1 1 0 0 1-1.414-1.414L10.607.35a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 1 1-1.414 1.414l-1.121-1.121v6.485z"/></svg> </template>
CSS
.icon-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%22-0.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.799%209.957l-1.121-1.121a1%201%200%201%201%201.414-1.415l2.828%202.829a1%201%200%200%201%200%201.414l-2.828%202.828a1%201%200%200%201-1.414-1.414l1.121-1.121h-6.485v6.485l1.121-1.121a1%201%200%200%201%201.414%201.414l-2.828%202.829a1%201%200%200%201-1.414%200l-2.829-2.829a1%201%200%200%201%201.414-1.414l1.122%201.121v-6.485H3.828l1.122%201.121a1%201%200%200%201-1.414%201.414L.707%2011.664a1%201%200%200%201%200-1.414l2.829-2.83A1%201%200%200%201%204.95%208.836l-1.122%201.12h6.486V3.473l-1.122%201.12a1%201%200%200%201-1.414-1.414L10.607.35a1%201%200%200%201%201.414%200l2.828%202.829a1%201%200%201%201-1.414%201.414l-1.121-1.121v6.485z%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%22-0.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.799%209.957l-1.121-1.121a1%201%200%201%201%201.414-1.415l2.828%202.829a1%201%200%200%201%200%201.414l-2.828%202.828a1%201%200%200%201-1.414-1.414l1.121-1.121h-6.485v6.485l1.121-1.121a1%201%200%200%201%201.414%201.414l-2.828%202.829a1%201%200%200%201-1.414%200l-2.829-2.829a1%201%200%200%201%201.414-1.414l1.122%201.121v-6.485H3.828l1.122%201.121a1%201%200%200%201-1.414%201.414L.707%2011.664a1%201%200%200%201%200-1.414l2.829-2.83A1%201%200%200%201%204.95%208.836l-1.122%201.12h6.486V3.473l-1.122%201.12a1%201%200%200%201-1.414-1.414L10.607.35a1%201%200%200%201%201.414%200l2.828%202.829a1%201%200%201%201-1.414%201.414l-1.121-1.121v6.485z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/move.svg?color=%231a73e8&size=48