edit-off-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
edit-off-rounded
Set
Material Symbols Light
Style
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

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.98 6.13q0 .19-.07.379t-.216.335l-4.444 4.42q-.242.242-.565.242q-.324 0-.566-.242L12.736 9.88q-.242-.242-.242-.565q0-.324.242-.566l4.425-4.444q.147-.147.336-.217t.397-.07q.189 0 .381.073q.192.074.352.22l1.067 1.073q.147.16.217.352t.07.394m-.573 14.692l-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-.166M17.504 7.589L19 6.112L17.889 5l-1.477 1.496z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEditOffRounded(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.98 6.13q0 .19-.07.379t-.216.335l-4.444 4.42q-.242.242-.565.242q-.324 0-.566-.242L12.736 9.88q-.242-.242-.242-.565q0-.324.242-.566l4.425-4.444q.147-.147.336-.217t.397-.07q.189 0 .381.073q.192.074.352.22l1.067 1.073q.147.16.217.352t.07.394m-.573 14.692l-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-.166M17.504 7.589L19 6.112L17.889 5l-1.477 1.496z"/></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.98 6.13q0 .19-.07.379t-.216.335l-4.444 4.42q-.242.242-.565.242q-.324 0-.566-.242L12.736 9.88q-.242-.242-.242-.565q0-.324.242-.566l4.425-4.444q.147-.147.336-.217t.397-.07q.189 0 .381.073q.192.074.352.22l1.067 1.073q.147.16.217.352t.07.394m-.573 14.692l-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-.166M17.504 7.589L19 6.112L17.889 5l-1.477 1.496z"/></svg>
</template>

CSS

.icon-edit-off-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.98%206.13q0%20.19-.07.379t-.216.335l-4.444%204.42q-.242.242-.565.242q-.324%200-.566-.242L12.736%209.88q-.242-.242-.242-.565q0-.324.242-.566l4.425-4.444q.147-.147.336-.217t.397-.07q.189%200%20.381.073q.192.074.352.22l1.067%201.073q.147.16.217.352t.07.394m-.573%2014.692l-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-.166M17.504%207.589L19%206.112L17.889%205l-1.477%201.496z%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.98%206.13q0%20.19-.07.379t-.216.335l-4.444%204.42q-.242.242-.565.242q-.324%200-.566-.242L12.736%209.88q-.242-.242-.242-.565q0-.324.242-.566l4.425-4.444q.147-.147.336-.217t.397-.07q.189%200%20.381.073q.192.074.352.22l1.067%201.073q.147.16.217.352t.07.394m-.573%2014.692l-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-.166M17.504%207.589L19%206.112L17.889%205l-1.477%201.496z%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-rounded.svg?color=%231a73e8&size=48