link-edit from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
link-edit
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

Use the link edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22v-2.04l6.13-6.13l2.04 2.05L15.04 22zm8.53-9.85l1.32 1.32c.2.2.2.53 0 .72l-.98.98l-2.04-2.04l.98-.98c.19-.2.52-.2.72 0m-.99-3.69c.19.19.36.4.52.62l-1.38 1.37C19.15 9.5 18.15 8.9 17 8.9h-4V7h4c1.33 0 2.6.53 3.54 1.46M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-1.33 0-2.6.53-3.54 1.46C2.53 9.4 2 10.67 2 12s.53 2.6 1.46 3.54C4.4 16.47 5.67 17 7 17h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLinkEdit(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="M13 22v-2.04l6.13-6.13l2.04 2.05L15.04 22zm8.53-9.85l1.32 1.32c.2.2.2.53 0 .72l-.98.98l-2.04-2.04l.98-.98c.19-.2.52-.2.72 0m-.99-3.69c.19.19.36.4.52.62l-1.38 1.37C19.15 9.5 18.15 8.9 17 8.9h-4V7h4c1.33 0 2.6.53 3.54 1.46M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-1.33 0-2.6.53-3.54 1.46C2.53 9.4 2 10.67 2 12s.53 2.6 1.46 3.54C4.4 16.47 5.67 17 7 17h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22v-2.04l6.13-6.13l2.04 2.05L15.04 22zm8.53-9.85l1.32 1.32c.2.2.2.53 0 .72l-.98.98l-2.04-2.04l.98-.98c.19-.2.52-.2.72 0m-.99-3.69c.19.19.36.4.52.62l-1.38 1.37C19.15 9.5 18.15 8.9 17 8.9h-4V7h4c1.33 0 2.6.53 3.54 1.46M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-1.33 0-2.6.53-3.54 1.46C2.53 9.4 2 10.67 2 12s.53 2.6 1.46 3.54C4.4 16.47 5.67 17 7 17h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8z"/></svg>
</template>

CSS

.icon-link-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%22M13%2022v-2.04l6.13-6.13l2.04%202.05L15.04%2022zm8.53-9.85l1.32%201.32c.2.2.2.53%200%20.72l-.98.98l-2.04-2.04l.98-.98c.19-.2.52-.2.72%200m-.99-3.69c.19.19.36.4.52.62l-1.38%201.37C19.15%209.5%2018.15%208.9%2017%208.9h-4V7h4c1.33%200%202.6.53%203.54%201.46M3.9%2012c0-1.71%201.39-3.1%203.1-3.1h4V7H7c-1.33%200-2.6.53-3.54%201.46C2.53%209.4%202%2010.67%202%2012s.53%202.6%201.46%203.54C4.4%2016.47%205.67%2017%207%2017h4v-1.9H7c-1.71%200-3.1-1.39-3.1-3.1M8%2013h8v-2H8z%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%22M13%2022v-2.04l6.13-6.13l2.04%202.05L15.04%2022zm8.53-9.85l1.32%201.32c.2.2.2.53%200%20.72l-.98.98l-2.04-2.04l.98-.98c.19-.2.52-.2.72%200m-.99-3.69c.19.19.36.4.52.62l-1.38%201.37C19.15%209.5%2018.15%208.9%2017%208.9h-4V7h4c1.33%200%202.6.53%203.54%201.46M3.9%2012c0-1.71%201.39-3.1%203.1-3.1h4V7H7c-1.33%200-2.6.53-3.54%201.46C2.53%209.4%202%2010.67%202%2012s.53%202.6%201.46%203.54C4.4%2016.47%205.67%2017%207%2017h4v-1.9H7c-1.71%200-3.1-1.39-3.1-3.1M8%2013h8v-2H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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