move 02 icon
move-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- move-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the move 02 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="m4.875 13.158l2.136 1.831V5.227a1.752 1.752 0 1 1 3.503 0v5.257l2.99.478c1.931.29 2.896.434 3.576.842c1.123.673 1.937 1.683 1.937 3.159c0 1.028-.254 1.717-.871 3.57c-.392 1.175-.588 1.763-.907 2.228a4 4 0 0 1-2.194 1.582c-.543.156-1.162.156-2.4.156h-1.05c-1.647 0-2.47 0-3.203-.302a4 4 0 0 1-.385-.184c-.697-.378-1.216-1.017-2.255-2.296l-3.361-4.139a1.742 1.742 0 0 1 2.484-2.42M16.92 2.368l.804-.757a.4.4 0 0 1 .273-.109m1.11.866l-.838-.762a.4.4 0 0 0-.272-.104m1.11 7.11l-.806.757a.4.4 0 0 1-.304.107m-1.078-.865l.838.762a.4.4 0 0 0 .24.104m0-7.975v7.975m3.137-5.082l.757.806a.4.4 0 0 1 .109.273m-.866 1.11l.761-.838A.4.4 0 0 0 22 5.474m-7.105 1.11l-.757-.806a.4.4 0 0 1-.108-.304m.865-1.079l-.761.839a.4.4 0 0 0-.104.24m7.97 0h-7.97"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMove02(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="m4.875 13.158l2.136 1.831V5.227a1.752 1.752 0 1 1 3.503 0v5.257l2.99.478c1.931.29 2.896.434 3.576.842c1.123.673 1.937 1.683 1.937 3.159c0 1.028-.254 1.717-.871 3.57c-.392 1.175-.588 1.763-.907 2.228a4 4 0 0 1-2.194 1.582c-.543.156-1.162.156-2.4.156h-1.05c-1.647 0-2.47 0-3.203-.302a4 4 0 0 1-.385-.184c-.697-.378-1.216-1.017-2.255-2.296l-3.361-4.139a1.742 1.742 0 0 1 2.484-2.42M16.92 2.368l.804-.757a.4.4 0 0 1 .273-.109m1.11.866l-.838-.762a.4.4 0 0 0-.272-.104m1.11 7.11l-.806.757a.4.4 0 0 1-.304.107m-1.078-.865l.838.762a.4.4 0 0 0 .24.104m0-7.975v7.975m3.137-5.082l.757.806a.4.4 0 0 1 .109.273m-.866 1.11l.761-.838A.4.4 0 0 0 22 5.474m-7.105 1.11l-.757-.806a.4.4 0 0 1-.108-.304m.865-1.079l-.761.839a.4.4 0 0 0-.104.24m7.97 0h-7.97"/></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="m4.875 13.158l2.136 1.831V5.227a1.752 1.752 0 1 1 3.503 0v5.257l2.99.478c1.931.29 2.896.434 3.576.842c1.123.673 1.937 1.683 1.937 3.159c0 1.028-.254 1.717-.871 3.57c-.392 1.175-.588 1.763-.907 2.228a4 4 0 0 1-2.194 1.582c-.543.156-1.162.156-2.4.156h-1.05c-1.647 0-2.47 0-3.203-.302a4 4 0 0 1-.385-.184c-.697-.378-1.216-1.017-2.255-2.296l-3.361-4.139a1.742 1.742 0 0 1 2.484-2.42M16.92 2.368l.804-.757a.4.4 0 0 1 .273-.109m1.11.866l-.838-.762a.4.4 0 0 0-.272-.104m1.11 7.11l-.806.757a.4.4 0 0 1-.304.107m-1.078-.865l.838.762a.4.4 0 0 0 .24.104m0-7.975v7.975m3.137-5.082l.757.806a.4.4 0 0 1 .109.273m-.866 1.11l.761-.838A.4.4 0 0 0 22 5.474m-7.105 1.11l-.757-.806a.4.4 0 0 1-.108-.304m.865-1.079l-.761.839a.4.4 0 0 0-.104.24m7.97 0h-7.97"/></svg> </template>
CSS
.icon-move-02 {
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%22m4.875%2013.158l2.136%201.831V5.227a1.752%201.752%200%201%201%203.503%200v5.257l2.99.478c1.931.29%202.896.434%203.576.842c1.123.673%201.937%201.683%201.937%203.159c0%201.028-.254%201.717-.871%203.57c-.392%201.175-.588%201.763-.907%202.228a4%204%200%200%201-2.194%201.582c-.543.156-1.162.156-2.4.156h-1.05c-1.647%200-2.47%200-3.203-.302a4%204%200%200%201-.385-.184c-.697-.378-1.216-1.017-2.255-2.296l-3.361-4.139a1.742%201.742%200%200%201%202.484-2.42M16.92%202.368l.804-.757a.4.4%200%200%201%20.273-.109m1.11.866l-.838-.762a.4.4%200%200%200-.272-.104m1.11%207.11l-.806.757a.4.4%200%200%201-.304.107m-1.078-.865l.838.762a.4.4%200%200%200%20.24.104m0-7.975v7.975m3.137-5.082l.757.806a.4.4%200%200%201%20.109.273m-.866%201.11l.761-.838A.4.4%200%200%200%2022%205.474m-7.105%201.11l-.757-.806a.4.4%200%200%201-.108-.304m.865-1.079l-.761.839a.4.4%200%200%200-.104.24m7.97%200h-7.97%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%22m4.875%2013.158l2.136%201.831V5.227a1.752%201.752%200%201%201%203.503%200v5.257l2.99.478c1.931.29%202.896.434%203.576.842c1.123.673%201.937%201.683%201.937%203.159c0%201.028-.254%201.717-.871%203.57c-.392%201.175-.588%201.763-.907%202.228a4%204%200%200%201-2.194%201.582c-.543.156-1.162.156-2.4.156h-1.05c-1.647%200-2.47%200-3.203-.302a4%204%200%200%201-.385-.184c-.697-.378-1.216-1.017-2.255-2.296l-3.361-4.139a1.742%201.742%200%200%201%202.484-2.42M16.92%202.368l.804-.757a.4.4%200%200%201%20.273-.109m1.11.866l-.838-.762a.4.4%200%200%200-.272-.104m1.11%207.11l-.806.757a.4.4%200%200%201-.304.107m-1.078-.865l.838.762a.4.4%200%200%200%20.24.104m0-7.975v7.975m3.137-5.082l.757.806a.4.4%200%200%201%20.109.273m-.866%201.11l.761-.838A.4.4%200%200%200%2022%205.474m-7.105%201.11l-.757-.806a.4.4%200%200%201-.108-.304m.865-1.079l-.761.839a.4.4%200%200%200-.104.24m7.97%200h-7.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/move-02.svg?color=%231a73e8&size=48