edit-off-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
edit-off-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign 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="M15.748 2.947a2 2 0 0 1 2.828 0l2.475 2.475a2 2 0 0 1 0 2.828l-4.553 4.553l-1.414-1.414l1.496-1.496l-2.475-2.475l-1.496 1.496L11.195 7.5zM4 2.586L21.414 20L20 21.414l-6.056-6.056l-4.786 4.785l-6.38 1.077l1.076-6.38l4.786-4.786L2.586 4zm6.054 8.883L5.72 15.803l-.502 2.977l2.977-.502l4.334-4.334z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignEditOffFilled(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="M15.748 2.947a2 2 0 0 1 2.828 0l2.475 2.475a2 2 0 0 1 0 2.828l-4.553 4.553l-1.414-1.414l1.496-1.496l-2.475-2.475l-1.496 1.496L11.195 7.5zM4 2.586L21.414 20L20 21.414l-6.056-6.056l-4.786 4.785l-6.38 1.077l1.076-6.38l4.786-4.786L2.586 4zm6.054 8.883L5.72 15.803l-.502 2.977l2.977-.502l4.334-4.334z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.748 2.947a2 2 0 0 1 2.828 0l2.475 2.475a2 2 0 0 1 0 2.828l-4.553 4.553l-1.414-1.414l1.496-1.496l-2.475-2.475l-1.496 1.496L11.195 7.5zM4 2.586L21.414 20L20 21.414l-6.056-6.056l-4.786 4.785l-6.38 1.077l1.076-6.38l4.786-4.786L2.586 4zm6.054 8.883L5.72 15.803l-.502 2.977l2.977-.502l4.334-4.334z"/></svg>
</template>

CSS

.icon-edit-off-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%22M15.748%202.947a2%202%200%200%201%202.828%200l2.475%202.475a2%202%200%200%201%200%202.828l-4.553%204.553l-1.414-1.414l1.496-1.496l-2.475-2.475l-1.496%201.496L11.195%207.5zM4%202.586L21.414%2020L20%2021.414l-6.056-6.056l-4.786%204.785l-6.38%201.077l1.076-6.38l4.786-4.786L2.586%204zm6.054%208.883L5.72%2015.803l-.502%202.977l2.977-.502l4.334-4.334z%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%22M15.748%202.947a2%202%200%200%201%202.828%200l2.475%202.475a2%202%200%200%201%200%202.828l-4.553%204.553l-1.414-1.414l1.496-1.496l-2.475-2.475l-1.496%201.496L11.195%207.5zM4%202.586L21.414%2020L20%2021.414l-6.056-6.056l-4.786%204.785l-6.38%201.077l1.076-6.38l4.786-4.786L2.586%204zm6.054%208.883L5.72%2015.803l-.502%202.977l2.977-.502l4.334-4.334z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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