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

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

The same icon in other sets

Related icons in Huge Icons

Use the edit off 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 stroke-linecap="round" d="m15 15l-4.25 4.068c-1.497 1.486-2.246 2.23-3.182 2.606c-.936.377-1.965.35-4.023.294l-.28-.008c-.626-.017-.94-.025-1.121-.238c-.183-.213-.158-.542-.108-1.2l.027-.356c.14-1.85.21-2.776.56-3.608S3.58 15.051 4.79 13.7L9 9m2.5-2.326l2.574-2.789c.745-.807 1.117-1.21 1.513-1.446a3.1 3.1 0 0 1 3.103-.047c.403.224.787.616 1.555 1.4c.768.785 1.152 1.178 1.37 1.589a3.29 3.29 0 0 1-.045 3.17c-.23.404-.625.785-1.416 1.546L17.5 12.5"/><path d="m13 4l7 7"/><path stroke-linecap="round" d="m2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEditOff(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 strokeLinecap="round" d="m15 15l-4.25 4.068c-1.497 1.486-2.246 2.23-3.182 2.606c-.936.377-1.965.35-4.023.294l-.28-.008c-.626-.017-.94-.025-1.121-.238c-.183-.213-.158-.542-.108-1.2l.027-.356c.14-1.85.21-2.776.56-3.608S3.58 15.051 4.79 13.7L9 9m2.5-2.326l2.574-2.789c.745-.807 1.117-1.21 1.513-1.446a3.1 3.1 0 0 1 3.103-.047c.403.224.787.616 1.555 1.4c.768.785 1.152 1.178 1.37 1.589a3.29 3.29 0 0 1-.045 3.17c-.23.404-.625.785-1.416 1.546L17.5 12.5"/><path d="m13 4l7 7"/><path strokeLinecap="round" d="m2 2l20 20"/></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 stroke-linecap="round" d="m15 15l-4.25 4.068c-1.497 1.486-2.246 2.23-3.182 2.606c-.936.377-1.965.35-4.023.294l-.28-.008c-.626-.017-.94-.025-1.121-.238c-.183-.213-.158-.542-.108-1.2l.027-.356c.14-1.85.21-2.776.56-3.608S3.58 15.051 4.79 13.7L9 9m2.5-2.326l2.574-2.789c.745-.807 1.117-1.21 1.513-1.446a3.1 3.1 0 0 1 3.103-.047c.403.224.787.616 1.555 1.4c.768.785 1.152 1.178 1.37 1.589a3.29 3.29 0 0 1-.045 3.17c-.23.404-.625.785-1.416 1.546L17.5 12.5"/><path d="m13 4l7 7"/><path stroke-linecap="round" d="m2 2l20 20"/></g></svg>
</template>

CSS

.icon-edit-off {
  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%20stroke-linecap%3D%22round%22%20d%3D%22m15%2015l-4.25%204.068c-1.497%201.486-2.246%202.23-3.182%202.606c-.936.377-1.965.35-4.023.294l-.28-.008c-.626-.017-.94-.025-1.121-.238c-.183-.213-.158-.542-.108-1.2l.027-.356c.14-1.85.21-2.776.56-3.608S3.58%2015.051%204.79%2013.7L9%209m2.5-2.326l2.574-2.789c.745-.807%201.117-1.21%201.513-1.446a3.1%203.1%200%200%201%203.103-.047c.403.224.787.616%201.555%201.4c.768.785%201.152%201.178%201.37%201.589a3.29%203.29%200%200%201-.045%203.17c-.23.404-.625.785-1.416%201.546L17.5%2012.5%22%2F%3E%3Cpath%20d%3D%22m13%204l7%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m2%202l20%2020%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%20stroke-linecap%3D%22round%22%20d%3D%22m15%2015l-4.25%204.068c-1.497%201.486-2.246%202.23-3.182%202.606c-.936.377-1.965.35-4.023.294l-.28-.008c-.626-.017-.94-.025-1.121-.238c-.183-.213-.158-.542-.108-1.2l.027-.356c.14-1.85.21-2.776.56-3.608S3.58%2015.051%204.79%2013.7L9%209m2.5-2.326l2.574-2.789c.745-.807%201.117-1.21%201.513-1.446a3.1%203.1%200%200%201%203.103-.047c.403.224.787.616%201.555%201.4c.768.785%201.152%201.178%201.37%201.589a3.29%203.29%200%200%201-.045%203.17c-.23.404-.625.785-1.416%201.546L17.5%2012.5%22%2F%3E%3Cpath%20d%3D%22m13%204l7%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m2%202l20%2020%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-off.svg?color=%231a73e8&size=48