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

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

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the edit off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 15.062l6.72 6.72a.75.75 0 0 0 1.06-1.061L3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5 5a3.1 3.1 0 0 0-.825 1.476L2.02 21.078a.75.75 0 0 0 .904.903l4.601-1.096a3.1 3.1 0 0 0 1.477-.825zm5-5l-2.88 2.878l-5.06-5.06L13.938 5zm-3.11-7.015a3.578 3.578 0 1 1 5.061 5.06L20.059 9L15 3.94z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEditOff24Filled(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="m14 15.062l6.72 6.72a.75.75 0 0 0 1.06-1.061L3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5 5a3.1 3.1 0 0 0-.825 1.476L2.02 21.078a.75.75 0 0 0 .904.903l4.601-1.096a3.1 3.1 0 0 0 1.477-.825zm5-5l-2.88 2.878l-5.06-5.06L13.938 5zm-3.11-7.015a3.578 3.578 0 1 1 5.061 5.06L20.059 9L15 3.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="m14 15.062l6.72 6.72a.75.75 0 0 0 1.06-1.061L3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5 5a3.1 3.1 0 0 0-.825 1.476L2.02 21.078a.75.75 0 0 0 .904.903l4.601-1.096a3.1 3.1 0 0 0 1.477-.825zm5-5l-2.88 2.878l-5.06-5.06L13.938 5zm-3.11-7.015a3.578 3.578 0 1 1 5.061 5.06L20.059 9L15 3.94z"/></svg>
</template>

CSS

.icon-edit-off-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%22m14%2015.062l6.72%206.72a.75.75%200%200%200%201.06-1.061L3.28%202.22a.75.75%200%200%200-1.06%201.06L8.94%2010l-5%205a3.1%203.1%200%200%200-.825%201.476L2.02%2021.078a.75.75%200%200%200%20.904.903l4.601-1.096a3.1%203.1%200%200%200%201.477-.825zm5-5l-2.88%202.878l-5.06-5.06L13.938%205zm-3.11-7.015a3.578%203.578%200%201%201%205.061%205.06L20.059%209L15%203.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%22m14%2015.062l6.72%206.72a.75.75%200%200%200%201.06-1.061L3.28%202.22a.75.75%200%200%200-1.06%201.06L8.94%2010l-5%205a3.1%203.1%200%200%200-.825%201.476L2.02%2021.078a.75.75%200%200%200%20.904.903l4.601-1.096a3.1%203.1%200%200%200%201.477-.825zm5-5l-2.88%202.878l-5.06-5.06L13.938%205zm-3.11-7.015a3.578%203.578%200%201%201%205.061%205.06L20.059%209L15%203.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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