Edit Off icon

Used in editing/update scenarios. The Edit Off icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Edit Off icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { EditOff24Regular, EditOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <EditOff24Regular aria-label="Edit Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_edit_off_24_regular.svg" width="24" height="24" alt="Edit Off">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.93966 10.0005L2.21966 3.28032C1.92677 2.98743 1.92678 2.51255 2.21968 2.21966C2.51257 1.92677 2.98745 1.92678 3.28034 2.21968L21.7801 20.7198C22.073 21.0127 22.073 21.4876 21.7801 21.7805C21.4872 22.0734 21.0123 22.0734 20.7194 21.7805L14.0003 15.0612L9.00191 20.0601C8.59546 20.4666 8.08418 20.7523 7.52498 20.8855L2.92373 21.981C2.67037 22.0413 2.40385 21.9659 2.21968 21.7817C2.03552 21.5976 1.96009 21.3311 2.02041 21.0777L3.116 16.4762C3.2491 15.9172 3.5347 15.4061 3.94103 14.9997L8.93966 10.0005ZM12.9396 14.0005L10.0003 11.0611L5.00175 16.0603C4.79168 16.2704 4.64402 16.5346 4.57521 16.8237L3.76191 20.2395L7.17755 19.4263C7.46668 19.3574 7.73104 19.2097 7.94119 18.9995L12.9396 14.0005ZM17.9394 9.00018L15.0606 11.8792L16.1213 12.9399L20.952 8.10861C22.3493 6.71112 22.3493 4.4455 20.9519 3.0481C19.5543 1.65058 17.2885 1.65064 15.8911 3.04825L11.0607 7.87919L12.1213 8.93986L15 6.06084L17.9394 9.00018ZM16.9518 4.10884C17.7634 3.29709 19.0795 3.29705 19.8912 4.10876C20.7028 4.9204 20.7029 6.23632 19.8913 7.04801L19 7.93946L16.0606 5.00012L16.9518 4.10884Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/edit_off_24_regular.svg";

Details

NameEdit Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_edit_off_24_regular.svg
Filled fileic_fluent_edit_off_24_filled.svg
React componentsEditOff24Regular, EditOff24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

pencilupdatecreatedrawslash

Related icons