edit-off-outline-sharp from Material Symbols Light by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
edit-off-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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

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.685 11.829l-.708-.708l2.82-2.819l-1.099-1.098l-2.82 2.819l-.707-.707l5.743-5.762l2.526 2.544zM5 19h1.098l5.74-5.74l-.546-.552l-.552-.547L5 17.902zm14.762 2.177l-7.21-7.185L6.519 20H4v-2.513l6.014-6.033l-7.191-7.215l.714-.714l16.938 16.938zm-.743-15.085l-1.111-1.111zm-3.321 1.112l1.098 1.098zm-4.406 5.504l-.551-.546l1.098 1.097z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEditOffOutlineSharp(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.685 11.829l-.708-.708l2.82-2.819l-1.099-1.098l-2.82 2.819l-.707-.707l5.743-5.762l2.526 2.544zM5 19h1.098l5.74-5.74l-.546-.552l-.552-.547L5 17.902zm14.762 2.177l-7.21-7.185L6.519 20H4v-2.513l6.014-6.033l-7.191-7.215l.714-.714l16.938 16.938zm-.743-15.085l-1.111-1.111zm-3.321 1.112l1.098 1.098zm-4.406 5.504l-.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="m14.685 11.829l-.708-.708l2.82-2.819l-1.099-1.098l-2.82 2.819l-.707-.707l5.743-5.762l2.526 2.544zM5 19h1.098l5.74-5.74l-.546-.552l-.552-.547L5 17.902zm14.762 2.177l-7.21-7.185L6.519 20H4v-2.513l6.014-6.033l-7.191-7.215l.714-.714l16.938 16.938zm-.743-15.085l-1.111-1.111zm-3.321 1.112l1.098 1.098zm-4.406 5.504l-.551-.546l1.098 1.097z"/></svg>
</template>

CSS

.icon-edit-off-outline-sharp {
  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.685%2011.829l-.708-.708l2.82-2.819l-1.099-1.098l-2.82%202.819l-.707-.707l5.743-5.762l2.526%202.544zM5%2019h1.098l5.74-5.74l-.546-.552l-.552-.547L5%2017.902zm14.762%202.177l-7.21-7.185L6.519%2020H4v-2.513l6.014-6.033l-7.191-7.215l.714-.714l16.938%2016.938zm-.743-15.085l-1.111-1.111zm-3.321%201.112l1.098%201.098zm-4.406%205.504l-.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%22m14.685%2011.829l-.708-.708l2.82-2.819l-1.099-1.098l-2.82%202.819l-.707-.707l5.743-5.762l2.526%202.544zM5%2019h1.098l5.74-5.74l-.546-.552l-.552-.547L5%2017.902zm14.762%202.177l-7.21-7.185L6.519%2020H4v-2.513l6.014-6.033l-7.191-7.215l.714-.714l16.938%2016.938zm-.743-15.085l-1.111-1.111zm-3.321%201.112l1.098%201.098zm-4.406%205.504l-.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-sharp.svg?color=%231a73e8&size=48