move 01 icon
move-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- move-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the move 01 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="M6.84 22.25v-.95a3 3 0 0 0-.595-1.795l-3.662-4.91c-.423-.566-.76-1.268-.481-1.917c.451-1.05 1.725-1.731 3.284-.157l1.599 1.711V3.795c.056-2.045 3.348-2.147 3.489 0v5.948c1.482-.191 8.462.854 7.445 5.28q-.074.317-.144.634c-.206.92-.815 2.56-1.486 3.518c-.699.998-.452 1.992-.452 3.074m1.088-19.632l.805-.756a.4.4 0 0 1 .272-.109m1.108.865l-.837-.76a.4.4 0 0 0-.27-.105m1.107 7.1l-.804.757a.4.4 0 0 1-.304.107m-1.077-.864l.837.761a.4.4 0 0 0 .24.103m0-7.964v7.964m3.134-5.074l.756.805a.4.4 0 0 1 .109.272m-.865 1.109l.76-.838a.4.4 0 0 0 .105-.27m-7.098 1.108l-.756-.805a.4.4 0 0 1-.108-.304m.864-1.077l-.76.837a.4.4 0 0 0-.104.24m7.962 0h-7.962"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMove01(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="M6.84 22.25v-.95a3 3 0 0 0-.595-1.795l-3.662-4.91c-.423-.566-.76-1.268-.481-1.917c.451-1.05 1.725-1.731 3.284-.157l1.599 1.711V3.795c.056-2.045 3.348-2.147 3.489 0v5.948c1.482-.191 8.462.854 7.445 5.28q-.074.317-.144.634c-.206.92-.815 2.56-1.486 3.518c-.699.998-.452 1.992-.452 3.074m1.088-19.632l.805-.756a.4.4 0 0 1 .272-.109m1.108.865l-.837-.76a.4.4 0 0 0-.27-.105m1.107 7.1l-.804.757a.4.4 0 0 1-.304.107m-1.077-.864l.837.761a.4.4 0 0 0 .24.103m0-7.964v7.964m3.134-5.074l.756.805a.4.4 0 0 1 .109.272m-.865 1.109l.76-.838a.4.4 0 0 0 .105-.27m-7.098 1.108l-.756-.805a.4.4 0 0 1-.108-.304m.864-1.077l-.76.837a.4.4 0 0 0-.104.24m7.962 0h-7.962"/></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="M6.84 22.25v-.95a3 3 0 0 0-.595-1.795l-3.662-4.91c-.423-.566-.76-1.268-.481-1.917c.451-1.05 1.725-1.731 3.284-.157l1.599 1.711V3.795c.056-2.045 3.348-2.147 3.489 0v5.948c1.482-.191 8.462.854 7.445 5.28q-.074.317-.144.634c-.206.92-.815 2.56-1.486 3.518c-.699.998-.452 1.992-.452 3.074m1.088-19.632l.805-.756a.4.4 0 0 1 .272-.109m1.108.865l-.837-.76a.4.4 0 0 0-.27-.105m1.107 7.1l-.804.757a.4.4 0 0 1-.304.107m-1.077-.864l.837.761a.4.4 0 0 0 .24.103m0-7.964v7.964m3.134-5.074l.756.805a.4.4 0 0 1 .109.272m-.865 1.109l.76-.838a.4.4 0 0 0 .105-.27m-7.098 1.108l-.756-.805a.4.4 0 0 1-.108-.304m.864-1.077l-.76.837a.4.4 0 0 0-.104.24m7.962 0h-7.962"/></svg> </template>
CSS
.icon-move-01 {
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%22M6.84%2022.25v-.95a3%203%200%200%200-.595-1.795l-3.662-4.91c-.423-.566-.76-1.268-.481-1.917c.451-1.05%201.725-1.731%203.284-.157l1.599%201.711V3.795c.056-2.045%203.348-2.147%203.489%200v5.948c1.482-.191%208.462.854%207.445%205.28q-.074.317-.144.634c-.206.92-.815%202.56-1.486%203.518c-.699.998-.452%201.992-.452%203.074m1.088-19.632l.805-.756a.4.4%200%200%201%20.272-.109m1.108.865l-.837-.76a.4.4%200%200%200-.27-.105m1.107%207.1l-.804.757a.4.4%200%200%201-.304.107m-1.077-.864l.837.761a.4.4%200%200%200%20.24.103m0-7.964v7.964m3.134-5.074l.756.805a.4.4%200%200%201%20.109.272m-.865%201.109l.76-.838a.4.4%200%200%200%20.105-.27m-7.098%201.108l-.756-.805a.4.4%200%200%201-.108-.304m.864-1.077l-.76.837a.4.4%200%200%200-.104.24m7.962%200h-7.962%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%22M6.84%2022.25v-.95a3%203%200%200%200-.595-1.795l-3.662-4.91c-.423-.566-.76-1.268-.481-1.917c.451-1.05%201.725-1.731%203.284-.157l1.599%201.711V3.795c.056-2.045%203.348-2.147%203.489%200v5.948c1.482-.191%208.462.854%207.445%205.28q-.074.317-.144.634c-.206.92-.815%202.56-1.486%203.518c-.699.998-.452%201.992-.452%203.074m1.088-19.632l.805-.756a.4.4%200%200%201%20.272-.109m1.108.865l-.837-.76a.4.4%200%200%200-.27-.105m1.107%207.1l-.804.757a.4.4%200%200%201-.304.107m-1.077-.864l.837.761a.4.4%200%200%200%20.24.103m0-7.964v7.964m3.134-5.074l.756.805a.4.4%200%200%201%20.109.272m-.865%201.109l.76-.838a.4.4%200%200%200%20.105-.27m-7.098%201.108l-.756-.805a.4.4%200%200%201-.108-.304m.864-1.077l-.76.837a.4.4%200%200%200-.104.24m7.962%200h-7.962%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/move-01.svg?color=%231a73e8&size=48