layers-edit from Material Design Icons by Pictogrammers · Filled · Edit / Modify · Apache-2.0 Free for personal and commercial use.

Name
layers-edit
Set
Material Design Icons
Style
Filled
Category
Edit / Modify
Viewbox
24×24
License
Apache 2.0

More edit / modify icons from Material Design Icons

Use the layers edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.63 10.27L3 9l9-7l7.94 6.17l-7.44 7.44l-.5.39zM10 18.94v-.83l.59-.58l.04-.03l-6.01-4.69L3 14.07l7 5.43zm11.7-6.36l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1l2.05 2.05l1-1a.55.55 0 0 0 0-.77M12 21h2.06l6.05-6.07l-2.05-2.05L12 18.94z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLayersEdit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.63 10.27L3 9l9-7l7.94 6.17l-7.44 7.44l-.5.39zM10 18.94v-.83l.59-.58l.04-.03l-6.01-4.69L3 14.07l7 5.43zm11.7-6.36l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1l2.05 2.05l1-1a.55.55 0 0 0 0-.77M12 21h2.06l6.05-6.07l-2.05-2.05L12 18.94z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.63 10.27L3 9l9-7l7.94 6.17l-7.44 7.44l-.5.39zM10 18.94v-.83l.59-.58l.04-.03l-6.01-4.69L3 14.07l7 5.43zm11.7-6.36l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1l2.05 2.05l1-1a.55.55 0 0 0 0-.77M12 21h2.06l6.05-6.07l-2.05-2.05L12 18.94z"/></svg>
</template>

CSS

.icon-layers-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.63%2010.27L3%209l9-7l7.94%206.17l-7.44%207.44l-.5.39zM10%2018.94v-.83l.59-.58l.04-.03l-6.01-4.69L3%2014.07l7%205.43zm11.7-6.36l-1.28-1.28a.55.55%200%200%200-.77%200l-1%201l2.05%202.05l1-1a.55.55%200%200%200%200-.77M12%2021h2.06l6.05-6.07l-2.05-2.05L12%2018.94z%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%22currentColor%22%20d%3D%22M4.63%2010.27L3%209l9-7l7.94%206.17l-7.44%207.44l-.5.39zM10%2018.94v-.83l.59-.58l.04-.03l-6.01-4.69L3%2014.07l7%205.43zm11.7-6.36l-1.28-1.28a.55.55%200%200%200-.77%200l-1%201l2.05%202.05l1-1a.55.55%200%200%200%200-.77M12%2021h2.06l6.05-6.07l-2.05-2.05L12%2018.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/layers-edit.svg?color=%231a73e8&size=48