link-edit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
link-edit-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System 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="M10 6a1 1 0 0 0-1-1H7l-.217.005A5 5 0 0 0 7 14.999h2l.116-.007A1 1 0 0 0 8.999 13H7l-.176-.005A3 3 0 0 1 7 7h2l.116-.007A1 1 0 0 0 9.999 6m11.998 4a5 5 0 0 0-5-5h-2l-.116.007A1 1 0 0 0 15 7h2l.176.005a3 3 0 0 1 2.823 2.994v.013c.696.06 1.377.34 1.927.843a5 5 0 0 0 .073-.856m-4.229.637q-.15.11-.289.239a1 1 0 0 1-.365.117l-.116.006H7a1 1 0 0 1-.116-1.993L7 9h9.999a1 1 0 0 1 .77 1.637m.33 1.032l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L21.33 14.9a2.285 2.285 0 0 0-3.233-3.232"/></svg>

React

import type { SVGProps } from "react";

export function FluentLinkEdit24Filled(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="M10 6a1 1 0 0 0-1-1H7l-.217.005A5 5 0 0 0 7 14.999h2l.116-.007A1 1 0 0 0 8.999 13H7l-.176-.005A3 3 0 0 1 7 7h2l.116-.007A1 1 0 0 0 9.999 6m11.998 4a5 5 0 0 0-5-5h-2l-.116.007A1 1 0 0 0 15 7h2l.176.005a3 3 0 0 1 2.823 2.994v.013c.696.06 1.377.34 1.927.843a5 5 0 0 0 .073-.856m-4.229.637q-.15.11-.289.239a1 1 0 0 1-.365.117l-.116.006H7a1 1 0 0 1-.116-1.993L7 9h9.999a1 1 0 0 1 .77 1.637m.33 1.032l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L21.33 14.9a2.285 2.285 0 0 0-3.233-3.232"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6a1 1 0 0 0-1-1H7l-.217.005A5 5 0 0 0 7 14.999h2l.116-.007A1 1 0 0 0 8.999 13H7l-.176-.005A3 3 0 0 1 7 7h2l.116-.007A1 1 0 0 0 9.999 6m11.998 4a5 5 0 0 0-5-5h-2l-.116.007A1 1 0 0 0 15 7h2l.176.005a3 3 0 0 1 2.823 2.994v.013c.696.06 1.377.34 1.927.843a5 5 0 0 0 .073-.856m-4.229.637q-.15.11-.289.239a1 1 0 0 1-.365.117l-.116.006H7a1 1 0 0 1-.116-1.993L7 9h9.999a1 1 0 0 1 .77 1.637m.33 1.032l-5.902 5.902a2.7 2.7 0 0 0-.707 1.247l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L21.33 14.9a2.285 2.285 0 0 0-3.233-3.232"/></svg>
</template>

CSS

.icon-link-edit-24-filled {
  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%22M10%206a1%201%200%200%200-1-1H7l-.217.005A5%205%200%200%200%207%2014.999h2l.116-.007A1%201%200%200%200%208.999%2013H7l-.176-.005A3%203%200%200%201%207%207h2l.116-.007A1%201%200%200%200%209.999%206m11.998%204a5%205%200%200%200-5-5h-2l-.116.007A1%201%200%200%200%2015%207h2l.176.005a3%203%200%200%201%202.823%202.994v.013c.696.06%201.377.34%201.927.843a5%205%200%200%200%20.073-.856m-4.229.637q-.15.11-.289.239a1%201%200%200%201-.365.117l-.116.006H7a1%201%200%200%201-.116-1.993L7%209h9.999a1%201%200%200%201%20.77%201.637m.33%201.032l-5.902%205.902a2.7%202.7%200%200%200-.707%201.247l-.457%201.83c-.2.797.522%201.518%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706L21.33%2014.9a2.285%202.285%200%200%200-3.233-3.232%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%22M10%206a1%201%200%200%200-1-1H7l-.217.005A5%205%200%200%200%207%2014.999h2l.116-.007A1%201%200%200%200%208.999%2013H7l-.176-.005A3%203%200%200%201%207%207h2l.116-.007A1%201%200%200%200%209.999%206m11.998%204a5%205%200%200%200-5-5h-2l-.116.007A1%201%200%200%200%2015%207h2l.176.005a3%203%200%200%201%202.823%202.994v.013c.696.06%201.377.34%201.927.843a5%205%200%200%200%20.073-.856m-4.229.637q-.15.11-.289.239a1%201%200%200%201-.365.117l-.116.006H7a1%201%200%200%201-.116-1.993L7%209h9.999a1%201%200%200%201%20.77%201.637m.33%201.032l-5.902%205.902a2.7%202.7%200%200%200-.707%201.247l-.457%201.83c-.2.797.522%201.518%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706L21.33%2014.9a2.285%202.285%200%200%200-3.233-3.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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