table edit icon
table-edit-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- table-edit-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
table-add-16-filledtable-alt-text-20-filledtable-arrow-repeat-all-20-filledtable-arrow-up-20-filledtable-bottom-row-16-filledtable-calculator-16-filledtable-cell-add-16-filledtable-cell-center-16-filledtable-cell-center-arrow-repeat-all-20-filledtable-cell-center-edit-16-filledtable-cell-center-link-20-filledtable-cell-center-search-20-filledtable-cell-cross-16-filledtable-cell-cross-brush-16-filledtable-cell-edit-16-filledtable-cells-merge-16-filledtable-cells-split-16-filledtable-checker-20-filledtable-column-top-bottom-16-filledtable-column-top-bottom-arrow-repeat-all-20-filledtable-column-top-bottom-edit-16-filledtable-column-top-bottom-link-20-filledtable-column-top-bottom-search-20-filledtable-copy-20-filled
Use the table edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.499a3.25 3.25 0 0 1 3.25 3.25v4.762a3.3 3.3 0 0 0-1.5.22V9.999h-4v4h.855l-2.355 2.355v-.855h-4v4h1.541l-.02.076l-.356 1.423H6.25A3.25 3.25 0 0 1 3 17.748zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25V8.5h4v-4zM4.5 10v3.999h4v-4zm5.5 0v3.999h3.999v-4zm5.499-1.5h4V6.25a1.75 1.75 0 0 0-1.75-1.75h-2.25zm-1.5-4h-4v4h4zm-9.5 10.999v2.25c0 .966.784 1.75 1.75 1.75H8.5v-4zm15.266-3.294a2.3 2.3 0 0 0-.667.464l-5.901 5.901a2.7 2.7 0 0 0-.707 1.248l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L22.33 15.9a2.286 2.286 0 0 0-2.566-3.696"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableEdit24Regular(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="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.499a3.25 3.25 0 0 1 3.25 3.25v4.762a3.3 3.3 0 0 0-1.5.22V9.999h-4v4h.855l-2.355 2.355v-.855h-4v4h1.541l-.02.076l-.356 1.423H6.25A3.25 3.25 0 0 1 3 17.748zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25V8.5h4v-4zM4.5 10v3.999h4v-4zm5.5 0v3.999h3.999v-4zm5.499-1.5h4V6.25a1.75 1.75 0 0 0-1.75-1.75h-2.25zm-1.5-4h-4v4h4zm-9.5 10.999v2.25c0 .966.784 1.75 1.75 1.75H8.5v-4zm15.266-3.294a2.3 2.3 0 0 0-.667.464l-5.901 5.901a2.7 2.7 0 0 0-.707 1.248l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L22.33 15.9a2.286 2.286 0 0 0-2.566-3.696"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.499a3.25 3.25 0 0 1 3.25 3.25v4.762a3.3 3.3 0 0 0-1.5.22V9.999h-4v4h.855l-2.355 2.355v-.855h-4v4h1.541l-.02.076l-.356 1.423H6.25A3.25 3.25 0 0 1 3 17.748zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25V8.5h4v-4zM4.5 10v3.999h4v-4zm5.5 0v3.999h3.999v-4zm5.499-1.5h4V6.25a1.75 1.75 0 0 0-1.75-1.75h-2.25zm-1.5-4h-4v4h4zm-9.5 10.999v2.25c0 .966.784 1.75 1.75 1.75H8.5v-4zm15.266-3.294a2.3 2.3 0 0 0-.667.464l-5.901 5.901a2.7 2.7 0 0 0-.707 1.248l-.457 1.83c-.2.797.522 1.518 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L22.33 15.9a2.286 2.286 0 0 0-2.566-3.696"/></svg> </template>
CSS
.icon-table-edit-24-regular {
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%22M3%206.25A3.25%203.25%200%200%201%206.25%203h11.499a3.25%203.25%200%200%201%203.25%203.25v4.762a3.3%203.3%200%200%200-1.5.22V9.999h-4v4h.855l-2.355%202.355v-.855h-4v4h1.541l-.02.076l-.356%201.423H6.25A3.25%203.25%200%200%201%203%2017.748zM6.25%204.5A1.75%201.75%200%200%200%204.5%206.25V8.5h4v-4zM4.5%2010v3.999h4v-4zm5.5%200v3.999h3.999v-4zm5.499-1.5h4V6.25a1.75%201.75%200%200%200-1.75-1.75h-2.25zm-1.5-4h-4v4h4zm-9.5%2010.999v2.25c0%20.966.784%201.75%201.75%201.75H8.5v-4zm15.266-3.294a2.3%202.3%200%200%200-.667.464l-5.901%205.901a2.7%202.7%200%200%200-.707%201.248l-.457%201.83c-.2.797.522%201.518%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706L22.33%2015.9a2.286%202.286%200%200%200-2.566-3.696%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%22M3%206.25A3.25%203.25%200%200%201%206.25%203h11.499a3.25%203.25%200%200%201%203.25%203.25v4.762a3.3%203.3%200%200%200-1.5.22V9.999h-4v4h.855l-2.355%202.355v-.855h-4v4h1.541l-.02.076l-.356%201.423H6.25A3.25%203.25%200%200%201%203%2017.748zM6.25%204.5A1.75%201.75%200%200%200%204.5%206.25V8.5h4v-4zM4.5%2010v3.999h4v-4zm5.5%200v3.999h3.999v-4zm5.499-1.5h4V6.25a1.75%201.75%200%200%200-1.75-1.75h-2.25zm-1.5-4h-4v4h4zm-9.5%2010.999v2.25c0%20.966.784%201.75%201.75%201.75H8.5v-4zm15.266-3.294a2.3%202.3%200%200%200-.667.464l-5.901%205.901a2.7%202.7%200%200%200-.707%201.248l-.457%201.83c-.2.797.522%201.518%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706L22.33%2015.9a2.286%202.286%200%200%200-2.566-3.696%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-edit-24-regular.svg?color=%231a73e8&size=48