edit off icon
edit-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- edit-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="m19.714 6.825l-4.675 4.65q-.141.14-.342.153q-.2.013-.366-.153q-.16-.16-.16-.354t.16-.354l2.465-2.465l-1.098-1.098l-2.465 2.465q-.14.14-.345.15t-.363-.15t-.15-.353q.01-.195.15-.354l4.656-4.675q.146-.146.335-.217q.19-.07.398-.07q.188 0 .38.064t.352.228l1.067 1.074q.166.159.226.351q.061.193.061.395q0 .188-.07.378q-.07.189-.217.335M5 19h1.098l5.74-5.74l-.546-.552l-.552-.547L5 17.902zm14.408 1.823l-6.856-6.83l-5.554 5.548q-.217.217-.522.338T5.848 20h-1.04q-.348 0-.578-.23T4 19.192v-1.034q0-.324.121-.628q.121-.305.338-.522l5.555-5.554l-6.837-6.862q-.146-.146-.153-.344t.159-.363t.357-.166t.356.166L20.121 20.11q.146.146.153.347t-.158.366t-.354.166t-.354-.166m-.389-14.73L17.908 4.98zm-3.321 1.11l1.098 1.099zm-4.406 5.505l-.551-.546l1.098 1.097z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEditOffOutlineRounded(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="m19.714 6.825l-4.675 4.65q-.141.14-.342.153q-.2.013-.366-.153q-.16-.16-.16-.354t.16-.354l2.465-2.465l-1.098-1.098l-2.465 2.465q-.14.14-.345.15t-.363-.15t-.15-.353q.01-.195.15-.354l4.656-4.675q.146-.146.335-.217q.19-.07.398-.07q.188 0 .38.064t.352.228l1.067 1.074q.166.159.226.351q.061.193.061.395q0 .188-.07.378q-.07.189-.217.335M5 19h1.098l5.74-5.74l-.546-.552l-.552-.547L5 17.902zm14.408 1.823l-6.856-6.83l-5.554 5.548q-.217.217-.522.338T5.848 20h-1.04q-.348 0-.578-.23T4 19.192v-1.034q0-.324.121-.628q.121-.305.338-.522l5.555-5.554l-6.837-6.862q-.146-.146-.153-.344t.159-.363t.357-.166t.356.166L20.121 20.11q.146.146.153.347t-.158.366t-.354.166t-.354-.166m-.389-14.73L17.908 4.98zm-3.321 1.11l1.098 1.099zm-4.406 5.505l-.551-.546l1.098 1.097z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.714 6.825l-4.675 4.65q-.141.14-.342.153q-.2.013-.366-.153q-.16-.16-.16-.354t.16-.354l2.465-2.465l-1.098-1.098l-2.465 2.465q-.14.14-.345.15t-.363-.15t-.15-.353q.01-.195.15-.354l4.656-4.675q.146-.146.335-.217q.19-.07.398-.07q.188 0 .38.064t.352.228l1.067 1.074q.166.159.226.351q.061.193.061.395q0 .188-.07.378q-.07.189-.217.335M5 19h1.098l5.74-5.74l-.546-.552l-.552-.547L5 17.902zm14.408 1.823l-6.856-6.83l-5.554 5.548q-.217.217-.522.338T5.848 20h-1.04q-.348 0-.578-.23T4 19.192v-1.034q0-.324.121-.628q.121-.305.338-.522l5.555-5.554l-6.837-6.862q-.146-.146-.153-.344t.159-.363t.357-.166t.356.166L20.121 20.11q.146.146.153.347t-.158.366t-.354.166t-.354-.166m-.389-14.73L17.908 4.98zm-3.321 1.11l1.098 1.099zm-4.406 5.505l-.551-.546l1.098 1.097z"/></svg> </template>
CSS
.icon-edit-off-outline-rounded {
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%22m19.714%206.825l-4.675%204.65q-.141.14-.342.153q-.2.013-.366-.153q-.16-.16-.16-.354t.16-.354l2.465-2.465l-1.098-1.098l-2.465%202.465q-.14.14-.345.15t-.363-.15t-.15-.353q.01-.195.15-.354l4.656-4.675q.146-.146.335-.217q.19-.07.398-.07q.188%200%20.38.064t.352.228l1.067%201.074q.166.159.226.351q.061.193.061.395q0%20.188-.07.378q-.07.189-.217.335M5%2019h1.098l5.74-5.74l-.546-.552l-.552-.547L5%2017.902zm14.408%201.823l-6.856-6.83l-5.554%205.548q-.217.217-.522.338T5.848%2020h-1.04q-.348%200-.578-.23T4%2019.192v-1.034q0-.324.121-.628q.121-.305.338-.522l5.555-5.554l-6.837-6.862q-.146-.146-.153-.344t.159-.363t.357-.166t.356.166L20.121%2020.11q.146.146.153.347t-.158.366t-.354.166t-.354-.166m-.389-14.73L17.908%204.98zm-3.321%201.11l1.098%201.099zm-4.406%205.505l-.551-.546l1.098%201.097z%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%22m19.714%206.825l-4.675%204.65q-.141.14-.342.153q-.2.013-.366-.153q-.16-.16-.16-.354t.16-.354l2.465-2.465l-1.098-1.098l-2.465%202.465q-.14.14-.345.15t-.363-.15t-.15-.353q.01-.195.15-.354l4.656-4.675q.146-.146.335-.217q.19-.07.398-.07q.188%200%20.38.064t.352.228l1.067%201.074q.166.159.226.351q.061.193.061.395q0%20.188-.07.378q-.07.189-.217.335M5%2019h1.098l5.74-5.74l-.546-.552l-.552-.547L5%2017.902zm14.408%201.823l-6.856-6.83l-5.554%205.548q-.217.217-.522.338T5.848%2020h-1.04q-.348%200-.578-.23T4%2019.192v-1.034q0-.324.121-.628q.121-.305.338-.522l5.555-5.554l-6.837-6.862q-.146-.146-.153-.344t.159-.363t.357-.166t.356.166L20.121%2020.11q.146.146.153.347t-.158.366t-.354.166t-.354-.166m-.389-14.73L17.908%204.98zm-3.321%201.11l1.098%201.099zm-4.406%205.505l-.551-.546l1.098%201.097z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/edit-off-outline-rounded.svg?color=%231a73e8&size=48