global edit icon

global-edit-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
global-edit-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the global edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m18.73 14.671l-4.15 4.15c-.16.16-.31.47-.35.69l-.23 1.59c-.08.57.32.98.89.89l1.59-.23c.22-.03.53-.19.69-.35l4.15-4.15c.71-.71 1.05-1.55 0-2.6c-1.04-1.04-1.87-.71-2.59.01"/><path d="M18.14 15.262a3.76 3.76 0 0 0 2.6 2.6zm-16.11-.633c0 .03-.02.07-.02.1a9.5 9.5 0 0 0 4.26 4.26c.03 0 .07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.04-8.198a9.5 9.5 0 0 0-4.49-4.49c.36 1.19.66 2.41.86 3.63c1.22.2 2.44.49 3.63.86M1.93 6.43c1.2-.36 2.42-.66 3.64-.86c.2-1.19.45-2.37.79-3.53c-.03 0-.07-.02-.1-.02c-1.88.93-3.41 2.5-4.33 4.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08 1.11 11.3 1 10.5 1c-.81 0-1.58.11-2.33.3c-.01.07 0 .13-.02.21c-.42 1.26-.73 2.55-.97 3.85c2.21-.24 4.43-.24 6.64 0M5.36 7.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3 1.52-.3 2.32c0 .81.11 1.58.3 2.33c.07.01.13 0 .21.02c1.26.42 2.55.73 3.86.97c-.25-2.21-.25-4.43-.01-6.64m14.34 1c-.07 0-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25 2.21.25 4.43 0 6.63c1.3-.24 2.6-.54 3.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18 15.639c.24 1.31.54 2.6.97 3.86c.02.07.01.13.02.21c.75.18 1.52.29 2.33.29c.8 0 1.58-.11 2.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.23-8.687c-.3 2.36-.3 4.74 0 7.11c2.36.3 4.74.3 7.11 0c.3-2.36.3-4.74 0-7.11c-2.37-.3-4.75-.3-7.11 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobalEditFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m18.73 14.671l-4.15 4.15c-.16.16-.31.47-.35.69l-.23 1.59c-.08.57.32.98.89.89l1.59-.23c.22-.03.53-.19.69-.35l4.15-4.15c.71-.71 1.05-1.55 0-2.6c-1.04-1.04-1.87-.71-2.59.01"/><path d="M18.14 15.262a3.76 3.76 0 0 0 2.6 2.6zm-16.11-.633c0 .03-.02.07-.02.1a9.5 9.5 0 0 0 4.26 4.26c.03 0 .07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.04-8.198a9.5 9.5 0 0 0-4.49-4.49c.36 1.19.66 2.41.86 3.63c1.22.2 2.44.49 3.63.86M1.93 6.43c1.2-.36 2.42-.66 3.64-.86c.2-1.19.45-2.37.79-3.53c-.03 0-.07-.02-.1-.02c-1.88.93-3.41 2.5-4.33 4.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08 1.11 11.3 1 10.5 1c-.81 0-1.58.11-2.33.3c-.01.07 0 .13-.02.21c-.42 1.26-.73 2.55-.97 3.85c2.21-.24 4.43-.24 6.64 0M5.36 7.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3 1.52-.3 2.32c0 .81.11 1.58.3 2.33c.07.01.13 0 .21.02c1.26.42 2.55.73 3.86.97c-.25-2.21-.25-4.43-.01-6.64m14.34 1c-.07 0-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25 2.21.25 4.43 0 6.63c1.3-.24 2.6-.54 3.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18 15.639c.24 1.31.54 2.6.97 3.86c.02.07.01.13.02.21c.75.18 1.52.29 2.33.29c.8 0 1.58-.11 2.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.23-8.687c-.3 2.36-.3 4.74 0 7.11c2.36.3 4.74.3 7.11 0c.3-2.36.3-4.74 0-7.11c-2.37-.3-4.75-.3-7.11 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m18.73 14.671l-4.15 4.15c-.16.16-.31.47-.35.69l-.23 1.59c-.08.57.32.98.89.89l1.59-.23c.22-.03.53-.19.69-.35l4.15-4.15c.71-.71 1.05-1.55 0-2.6c-1.04-1.04-1.87-.71-2.59.01"/><path d="M18.14 15.262a3.76 3.76 0 0 0 2.6 2.6zm-16.11-.633c0 .03-.02.07-.02.1a9.5 9.5 0 0 0 4.26 4.26c.03 0 .07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.04-8.198a9.5 9.5 0 0 0-4.49-4.49c.36 1.19.66 2.41.86 3.63c1.22.2 2.44.49 3.63.86M1.93 6.43c1.2-.36 2.42-.66 3.64-.86c.2-1.19.45-2.37.79-3.53c-.03 0-.07-.02-.1-.02c-1.88.93-3.41 2.5-4.33 4.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08 1.11 11.3 1 10.5 1c-.81 0-1.58.11-2.33.3c-.01.07 0 .13-.02.21c-.42 1.26-.73 2.55-.97 3.85c2.21-.24 4.43-.24 6.64 0M5.36 7.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3 1.52-.3 2.32c0 .81.11 1.58.3 2.33c.07.01.13 0 .21.02c1.26.42 2.55.73 3.86.97c-.25-2.21-.25-4.43-.01-6.64m14.34 1c-.07 0-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25 2.21.25 4.43 0 6.63c1.3-.24 2.6-.54 3.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18 15.639c.24 1.31.54 2.6.97 3.86c.02.07.01.13.02.21c.75.18 1.52.29 2.33.29c.8 0 1.58-.11 2.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.23-8.687c-.3 2.36-.3 4.74 0 7.11c2.36.3 4.74.3 7.11 0c.3-2.36.3-4.74 0-7.11c-2.37-.3-4.75-.3-7.11 0"/></g></svg>
</template>

CSS

.icon-global-edit-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m18.73%2014.671l-4.15%204.15c-.16.16-.31.47-.35.69l-.23%201.59c-.08.57.32.98.89.89l1.59-.23c.22-.03.53-.19.69-.35l4.15-4.15c.71-.71%201.05-1.55%200-2.6c-1.04-1.04-1.87-.71-2.59.01%22%2F%3E%3Cpath%20d%3D%22M18.14%2015.262a3.76%203.76%200%200%200%202.6%202.6zm-16.11-.633c0%20.03-.02.07-.02.1a9.5%209.5%200%200%200%204.26%204.26c.03%200%20.07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.04-8.198a9.5%209.5%200%200%200-4.49-4.49c.36%201.19.66%202.41.86%203.63c1.22.2%202.44.49%203.63.86M1.93%206.43c1.2-.36%202.42-.66%203.64-.86c.2-1.19.45-2.37.79-3.53c-.03%200-.07-.02-.1-.02c-1.88.93-3.41%202.5-4.33%204.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08%201.11%2011.3%201%2010.5%201c-.81%200-1.58.11-2.33.3c-.01.07%200%20.13-.02.21c-.42%201.26-.73%202.55-.97%203.85c2.21-.24%204.43-.24%206.64%200M5.36%207.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3%201.52-.3%202.32c0%20.81.11%201.58.3%202.33c.07.01.13%200%20.21.02c1.26.42%202.55.73%203.86.97c-.25-2.21-.25-4.43-.01-6.64m14.34%201c-.07%200-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25%202.21.25%204.43%200%206.63c1.3-.24%202.6-.54%203.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18%2015.639c.24%201.31.54%202.6.97%203.86c.02.07.01.13.02.21c.75.18%201.52.29%202.33.29c.8%200%201.58-.11%202.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.23-8.687c-.3%202.36-.3%204.74%200%207.11c2.36.3%204.74.3%207.11%200c.3-2.36.3-4.74%200-7.11c-2.37-.3-4.75-.3-7.11%200%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%22currentColor%22%3E%3Cpath%20d%3D%22m18.73%2014.671l-4.15%204.15c-.16.16-.31.47-.35.69l-.23%201.59c-.08.57.32.98.89.89l1.59-.23c.22-.03.53-.19.69-.35l4.15-4.15c.71-.71%201.05-1.55%200-2.6c-1.04-1.04-1.87-.71-2.59.01%22%2F%3E%3Cpath%20d%3D%22M18.14%2015.262a3.76%203.76%200%200%200%202.6%202.6zm-16.11-.633c0%20.03-.02.07-.02.1a9.5%209.5%200%200%200%204.26%204.26c.03%200%20.07-.02.1-.02c-.34-1.16-.6-2.35-.79-3.54c-1.2-.2-2.39-.46-3.55-.8m17.04-8.198a9.5%209.5%200%200%200-4.49-4.49c.36%201.19.66%202.41.86%203.63c1.22.2%202.44.49%203.63.86M1.93%206.43c1.2-.36%202.42-.66%203.64-.86c.2-1.19.45-2.37.79-3.53c-.03%200-.07-.02-.1-.02c-1.88.93-3.41%202.5-4.33%204.41m11.89-1.07c-.24-1.3-.54-2.6-.97-3.86c-.02-.07-.02-.13-.03-.21C12.08%201.11%2011.3%201%2010.5%201c-.81%200-1.58.11-2.33.3c-.01.07%200%20.13-.02.21c-.42%201.26-.73%202.55-.97%203.85c2.21-.24%204.43-.24%206.64%200M5.36%207.18c-1.31.24-2.59.55-3.86.97c-.07.02-.13.02-.2.03c-.19.74-.3%201.52-.3%202.32c0%20.81.11%201.58.3%202.33c.07.01.13%200%20.21.02c1.26.42%202.55.73%203.86.97c-.25-2.21-.25-4.43-.01-6.64m14.34%201c-.07%200-.13-.01-.21-.03c-1.26-.42-2.56-.73-3.86-.97c.25%202.21.25%204.43%200%206.63c1.3-.24%202.6-.54%203.86-.97c.07-.02.13-.01.21-.02c.18-.75.3-1.52.3-2.33c0-.79-.11-1.56-.3-2.31M7.18%2015.639c.24%201.31.54%202.6.97%203.86c.02.07.01.13.02.21c.75.18%201.52.29%202.33.29c.8%200%201.58-.11%202.32-.3c.01-.07.01-.13.03-.21c.42-1.26.73-2.55.97-3.86c-1.1.12-2.21.21-3.32.21s-2.22-.08-3.32-.2m-.23-8.687c-.3%202.36-.3%204.74%200%207.11c2.36.3%204.74.3%207.11%200c.3-2.36.3-4.74%200-7.11c-2.37-.3-4.75-.3-7.11%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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