node edit icon

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

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

Related icons in Huge Icons

Use the node edit 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="M13 19.5h-1c-2.828 0-4.243 0-5.121-.879C6 17.743 6 16.328 6 13.5v-2m0 0V8m0 3.5h5.5"/><path d="M13 19.5c0-1.178 0-1.768.351-2.134C13.704 17 14.27 17 15.4 17h1.2c1.131 0 1.697 0 2.048.366c.352.366.352.956.352 2.134s0 1.768-.352 2.134c-.35.366-.917.366-2.048.366h-1.2c-1.131 0-1.697 0-2.049-.366S13 20.678 13 19.5ZM4.286 2h3.428C9.79 2 10 3.11 10 5s-.211 3-2.286 3H4.286C2.21 8 2 6.89 2 5s.211-3 2.286-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21.006 5.384l.608.606a1.31 1.31 0 0 1 0 1.856l-3.187 3.234a1.76 1.76 0 0 1-.92.483l-1.974.427a.438.438 0 0 1-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32 1.32 0 0 1 1.864 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNodeEdit(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="M13 19.5h-1c-2.828 0-4.243 0-5.121-.879C6 17.743 6 16.328 6 13.5v-2m0 0V8m0 3.5h5.5"/><path d="M13 19.5c0-1.178 0-1.768.351-2.134C13.704 17 14.27 17 15.4 17h1.2c1.131 0 1.697 0 2.048.366c.352.366.352.956.352 2.134s0 1.768-.352 2.134c-.35.366-.917.366-2.048.366h-1.2c-1.131 0-1.697 0-2.049-.366S13 20.678 13 19.5ZM4.286 2h3.428C9.79 2 10 3.11 10 5s-.211 3-2.286 3H4.286C2.21 8 2 6.89 2 5s.211-3 2.286-3Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m21.006 5.384l.608.606a1.31 1.31 0 0 1 0 1.856l-3.187 3.234a1.76 1.76 0 0 1-.92.483l-1.974.427a.438.438 0 0 1-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32 1.32 0 0 1 1.864 0"/></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="M13 19.5h-1c-2.828 0-4.243 0-5.121-.879C6 17.743 6 16.328 6 13.5v-2m0 0V8m0 3.5h5.5"/><path d="M13 19.5c0-1.178 0-1.768.351-2.134C13.704 17 14.27 17 15.4 17h1.2c1.131 0 1.697 0 2.048.366c.352.366.352.956.352 2.134s0 1.768-.352 2.134c-.35.366-.917.366-2.048.366h-1.2c-1.131 0-1.697 0-2.049-.366S13 20.678 13 19.5ZM4.286 2h3.428C9.79 2 10 3.11 10 5s-.211 3-2.286 3H4.286C2.21 8 2 6.89 2 5s.211-3 2.286-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m21.006 5.384l.608.606a1.31 1.31 0 0 1 0 1.856l-3.187 3.234a1.76 1.76 0 0 1-.92.483l-1.974.427a.438.438 0 0 1-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32 1.32 0 0 1 1.864 0"/></g></svg>
</template>

CSS

.icon-node-edit {
  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%22M13%2019.5h-1c-2.828%200-4.243%200-5.121-.879C6%2017.743%206%2016.328%206%2013.5v-2m0%200V8m0%203.5h5.5%22%2F%3E%3Cpath%20d%3D%22M13%2019.5c0-1.178%200-1.768.351-2.134C13.704%2017%2014.27%2017%2015.4%2017h1.2c1.131%200%201.697%200%202.048.366c.352.366.352.956.352%202.134s0%201.768-.352%202.134c-.35.366-.917.366-2.048.366h-1.2c-1.131%200-1.697%200-2.049-.366S13%2020.678%2013%2019.5ZM4.286%202h3.428C9.79%202%2010%203.11%2010%205s-.211%203-2.286%203H4.286C2.21%208%202%206.89%202%205s.211-3%202.286-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21.006%205.384l.608.606a1.31%201.31%200%200%201%200%201.856l-3.187%203.234a1.76%201.76%200%200%201-.92.483l-1.974.427a.438.438%200%200%201-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32%201.32%200%200%201%201.864%200%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%22M13%2019.5h-1c-2.828%200-4.243%200-5.121-.879C6%2017.743%206%2016.328%206%2013.5v-2m0%200V8m0%203.5h5.5%22%2F%3E%3Cpath%20d%3D%22M13%2019.5c0-1.178%200-1.768.351-2.134C13.704%2017%2014.27%2017%2015.4%2017h1.2c1.131%200%201.697%200%202.048.366c.352.366.352.956.352%202.134s0%201.768-.352%202.134c-.35.366-.917.366-2.048.366h-1.2c-1.131%200-1.697%200-2.049-.366S13%2020.678%2013%2019.5ZM4.286%202h3.428C9.79%202%2010%203.11%2010%205s-.211%203-2.286%203H4.286C2.21%208%202%206.89%202%205s.211-3%202.286-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21.006%205.384l.608.606a1.31%201.31%200%200%201%200%201.856l-3.187%203.234a1.76%201.76%200%200%201-.92.483l-1.974.427a.438.438%200%200%201-.523-.52l.42-1.955c.066-.347.235-.667.485-.916l3.227-3.215a1.32%201.32%200%200%201%201.864%200%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-edit.svg?color=%231a73e8&size=48