node move up icon

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

Name
node-move-up
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the node move up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5.496 8v4.5m0 0V14c0 2.828 0 4.243.878 5.121c.825.826 2.122.876 4.618.879m-5.496-7.5h5.496"/><path d="M10.991 12.5c0-.943 0-1.414.293-1.707s.764-.293 1.706-.293s1.413 0 1.705.293s.293.764.293 1.707s0 1.414-.293 1.707c-.292.293-.763.293-1.705.293s-1.413 0-1.706-.293s-.293-.764-.293-1.707Zm0 7.5c0-.943 0-1.414.293-1.707S12.048 18 12.99 18s1.413 0 1.705.293s.293.764.293 1.707s0 1.414-.293 1.707c-.292.293-.763.293-1.705.293s-1.413 0-1.706-.293s-.293-.764-.293-1.707ZM3.997 2h2.997c1.814 0 1.999 1.11 1.999 3s-.185 3-1.999 3H3.997C2.183 8 1.998 6.89 1.998 5s.185-3 1.999-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m17.993 11.089l1.455-1.773c.238-.266.408-.317.556-.312m0 0c.146.005.285.063.494.312l1.505 1.784m-1.999-2.096l-.023 8.258c.071.875-.05 2.566-1.997 2.747"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNodeMoveUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M5.496 8v4.5m0 0V14c0 2.828 0 4.243.878 5.121c.825.826 2.122.876 4.618.879m-5.496-7.5h5.496"/><path d="M10.991 12.5c0-.943 0-1.414.293-1.707s.764-.293 1.706-.293s1.413 0 1.705.293s.293.764.293 1.707s0 1.414-.293 1.707c-.292.293-.763.293-1.705.293s-1.413 0-1.706-.293s-.293-.764-.293-1.707Zm0 7.5c0-.943 0-1.414.293-1.707S12.048 18 12.99 18s1.413 0 1.705.293s.293.764.293 1.707s0 1.414-.293 1.707c-.292.293-.763.293-1.705.293s-1.413 0-1.706-.293s-.293-.764-.293-1.707ZM3.997 2h2.997c1.814 0 1.999 1.11 1.999 3s-.185 3-1.999 3H3.997C2.183 8 1.998 6.89 1.998 5s.185-3 1.999-3Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m17.993 11.089l1.455-1.773c.238-.266.408-.317.556-.312m0 0c.146.005.285.063.494.312l1.505 1.784m-1.999-2.096l-.023 8.258c.071.875-.05 2.566-1.997 2.747"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5.496 8v4.5m0 0V14c0 2.828 0 4.243.878 5.121c.825.826 2.122.876 4.618.879m-5.496-7.5h5.496"/><path d="M10.991 12.5c0-.943 0-1.414.293-1.707s.764-.293 1.706-.293s1.413 0 1.705.293s.293.764.293 1.707s0 1.414-.293 1.707c-.292.293-.763.293-1.705.293s-1.413 0-1.706-.293s-.293-.764-.293-1.707Zm0 7.5c0-.943 0-1.414.293-1.707S12.048 18 12.99 18s1.413 0 1.705.293s.293.764.293 1.707s0 1.414-.293 1.707c-.292.293-.763.293-1.705.293s-1.413 0-1.706-.293s-.293-.764-.293-1.707ZM3.997 2h2.997c1.814 0 1.999 1.11 1.999 3s-.185 3-1.999 3H3.997C2.183 8 1.998 6.89 1.998 5s.185-3 1.999-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m17.993 11.089l1.455-1.773c.238-.266.408-.317.556-.312m0 0c.146.005.285.063.494.312l1.505 1.784m-1.999-2.096l-.023 8.258c.071.875-.05 2.566-1.997 2.747"/></g></svg>
</template>

CSS

.icon-node-move-up {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.496%208v4.5m0%200V14c0%202.828%200%204.243.878%205.121c.825.826%202.122.876%204.618.879m-5.496-7.5h5.496%22%2F%3E%3Cpath%20d%3D%22M10.991%2012.5c0-.943%200-1.414.293-1.707s.764-.293%201.706-.293s1.413%200%201.705.293s.293.764.293%201.707s0%201.414-.293%201.707c-.292.293-.763.293-1.705.293s-1.413%200-1.706-.293s-.293-.764-.293-1.707Zm0%207.5c0-.943%200-1.414.293-1.707S12.048%2018%2012.99%2018s1.413%200%201.705.293s.293.764.293%201.707s0%201.414-.293%201.707c-.292.293-.763.293-1.705.293s-1.413%200-1.706-.293s-.293-.764-.293-1.707ZM3.997%202h2.997c1.814%200%201.999%201.11%201.999%203s-.185%203-1.999%203H3.997C2.183%208%201.998%206.89%201.998%205s.185-3%201.999-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.993%2011.089l1.455-1.773c.238-.266.408-.317.556-.312m0%200c.146.005.285.063.494.312l1.505%201.784m-1.999-2.096l-.023%208.258c.071.875-.05%202.566-1.997%202.747%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.496%208v4.5m0%200V14c0%202.828%200%204.243.878%205.121c.825.826%202.122.876%204.618.879m-5.496-7.5h5.496%22%2F%3E%3Cpath%20d%3D%22M10.991%2012.5c0-.943%200-1.414.293-1.707s.764-.293%201.706-.293s1.413%200%201.705.293s.293.764.293%201.707s0%201.414-.293%201.707c-.292.293-.763.293-1.705.293s-1.413%200-1.706-.293s-.293-.764-.293-1.707Zm0%207.5c0-.943%200-1.414.293-1.707S12.048%2018%2012.99%2018s1.413%200%201.705.293s.293.764.293%201.707s0%201.414-.293%201.707c-.292.293-.763.293-1.705.293s-1.413%200-1.706-.293s-.293-.764-.293-1.707ZM3.997%202h2.997c1.814%200%201.999%201.11%201.999%203s-.185%203-1.999%203H3.997C2.183%208%201.998%206.89%201.998%205s.185-3%201.999-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.993%2011.089l1.455-1.773c.238-.266.408-.317.556-.312m0%200c.146.005.285.063.494.312l1.505%201.784m-1.999-2.096l-.023%208.258c.071.875-.05%202.566-1.997%202.747%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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