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

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

Related icons in Huge Icons

Use the edit 01 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-linejoin="round" stroke-width="1.5"><path d="M16.946 3.173c.587-.587.88-.88 1.206-1.021c.469-.203 1-.203 1.469 0c.325.14.619.434 1.206 1.021s.88.881 1.021 1.206c.203.469.203 1 0 1.469c-.14.325-.434.619-1.021 1.206l-5.022 5.022c-1.237 1.237-1.855 1.855-2.63 2.222s-1.646.452-3.387.624L9 15l.078-.788c.172-1.741.257-2.612.624-3.387s.985-1.393 2.222-2.63z"/><path stroke-linecap="round" d="M6 15H3.75a1.75 1.75 0 1 0 0 3.5h9.5a1.75 1.75 0 1 1 0 3.5H11"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEdit01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.946 3.173c.587-.587.88-.88 1.206-1.021c.469-.203 1-.203 1.469 0c.325.14.619.434 1.206 1.021s.88.881 1.021 1.206c.203.469.203 1 0 1.469c-.14.325-.434.619-1.021 1.206l-5.022 5.022c-1.237 1.237-1.855 1.855-2.63 2.222s-1.646.452-3.387.624L9 15l.078-.788c.172-1.741.257-2.612.624-3.387s.985-1.393 2.222-2.63z"/><path strokeLinecap="round" d="M6 15H3.75a1.75 1.75 0 1 0 0 3.5h9.5a1.75 1.75 0 1 1 0 3.5H11"/></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-linejoin="round" stroke-width="1.5"><path d="M16.946 3.173c.587-.587.88-.88 1.206-1.021c.469-.203 1-.203 1.469 0c.325.14.619.434 1.206 1.021s.88.881 1.021 1.206c.203.469.203 1 0 1.469c-.14.325-.434.619-1.021 1.206l-5.022 5.022c-1.237 1.237-1.855 1.855-2.63 2.222s-1.646.452-3.387.624L9 15l.078-.788c.172-1.741.257-2.612.624-3.387s.985-1.393 2.222-2.63z"/><path stroke-linecap="round" d="M6 15H3.75a1.75 1.75 0 1 0 0 3.5h9.5a1.75 1.75 0 1 1 0 3.5H11"/></g></svg>
</template>

CSS

.icon-edit-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.946%203.173c.587-.587.88-.88%201.206-1.021c.469-.203%201-.203%201.469%200c.325.14.619.434%201.206%201.021s.88.881%201.021%201.206c.203.469.203%201%200%201.469c-.14.325-.434.619-1.021%201.206l-5.022%205.022c-1.237%201.237-1.855%201.855-2.63%202.222s-1.646.452-3.387.624L9%2015l.078-.788c.172-1.741.257-2.612.624-3.387s.985-1.393%202.222-2.63z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2015H3.75a1.75%201.75%200%201%200%200%203.5h9.5a1.75%201.75%200%201%201%200%203.5H11%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.946%203.173c.587-.587.88-.88%201.206-1.021c.469-.203%201-.203%201.469%200c.325.14.619.434%201.206%201.021s.88.881%201.021%201.206c.203.469.203%201%200%201.469c-.14.325-.434.619-1.021%201.206l-5.022%205.022c-1.237%201.237-1.855%201.855-2.63%202.222s-1.646.452-3.387.624L9%2015l.078-.788c.172-1.741.257-2.612.624-3.387s.985-1.393%202.222-2.63z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2015H3.75a1.75%201.75%200%201%200%200%203.5h9.5a1.75%201.75%200%201%201%200%203.5H11%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/edit-01.svg?color=%231a73e8&size=48