edit icon
edit-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- edit-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
editAkar IconseditBoxIcons v2editBoxIcons v2 SolideditCarbonedit-fillEva IconseditFeather Iconsedit-12-filledFluent UI System IconseditIconoireditIonIconseditLine AwesomeeditMaterial Line IconseditMage IconseditMaterial Symbolsedit-fillMingCute IconeditOpenMojieditPixelarticonsedit-fillRemix Iconedit-outlineTeenyiconseditUnicons
Related icons in Tabler Icons
Use the edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 7a1 1 0 0 1-1 1H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-1a1 1 0 0 1 2 0v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1a1 1 0 0 1 1 1"/><path d="m14.596 5.011l4.392 4.392l-6.28 6.303A1 1 0 0 1 12 16H9a1 1 0 0 1-1-1v-3a1 1 0 0 1 .294-.708zm6.496-2.103a3.097 3.097 0 0 1 .165 4.203l-.164.18l-.693.694l-4.387-4.387l.695-.69a3.1 3.1 0 0 1 4.384 0"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerEditFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 7a1 1 0 0 1-1 1H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-1a1 1 0 0 1 2 0v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1a1 1 0 0 1 1 1"/><path d="m14.596 5.011l4.392 4.392l-6.28 6.303A1 1 0 0 1 12 16H9a1 1 0 0 1-1-1v-3a1 1 0 0 1 .294-.708zm6.496-2.103a3.097 3.097 0 0 1 .165 4.203l-.164.18l-.693.694l-4.387-4.387l.695-.69a3.1 3.1 0 0 1 4.384 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 7a1 1 0 0 1-1 1H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-1a1 1 0 0 1 2 0v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1a1 1 0 0 1 1 1"/><path d="m14.596 5.011l4.392 4.392l-6.28 6.303A1 1 0 0 1 12 16H9a1 1 0 0 1-1-1v-3a1 1 0 0 1 .294-.708zm6.496-2.103a3.097 3.097 0 0 1 .165 4.203l-.164.18l-.693.694l-4.387-4.387l.695-.69a3.1 3.1 0 0 1 4.384 0"/></g></svg> </template>
CSS
.icon-edit-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%207a1%201%200%200%201-1%201H6a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h9a1%201%200%200%200%201-1v-1a1%201%200%200%201%202%200v1a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h1a1%201%200%200%201%201%201%22%2F%3E%3Cpath%20d%3D%22m14.596%205.011l4.392%204.392l-6.28%206.303A1%201%200%200%201%2012%2016H9a1%201%200%200%201-1-1v-3a1%201%200%200%201%20.294-.708zm6.496-2.103a3.097%203.097%200%200%201%20.165%204.203l-.164.18l-.693.694l-4.387-4.387l.695-.69a3.1%203.1%200%200%201%204.384%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%207a1%201%200%200%201-1%201H6a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h9a1%201%200%200%200%201-1v-1a1%201%200%200%201%202%200v1a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h1a1%201%200%200%201%201%201%22%2F%3E%3Cpath%20d%3D%22m14.596%205.011l4.392%204.392l-6.28%206.303A1%201%200%200%201%2012%2016H9a1%201%200%200%201-1-1v-3a1%201%200%200%201%20.294-.708zm6.496-2.103a3.097%203.097%200%200%201%20.165%204.203l-.164.18l-.693.694l-4.387-4.387l.695-.69a3.1%203.1%200%200%201%204.384%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/edit-filled.svg?color=%231a73e8&size=48