edit icon
edit from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- edit
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
editAkar Iconsedit-filledAnt Design IconseditBoxIcons v2editBoxIcons v2 SolideditCarboneditCodiconsedit-fillEva IconseditFont Awesome RegulareditFont Awesome SolideditFeather Iconsedit-outlineFlowbite Iconsedit-12-filledFluent UI System Iconsedit-16Fluent UI System Color IconseditIconParkeditIconPark OutlineeditIconPark SolideditIconPark TwoToneeditIconoireditIonIconseditLine AwesomeeditMaterial Line IconseditMage IconseditMaterial SymbolseditMaterial Symbols Light
Related icons in Element Plus
Use the edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"/><path fill="currentColor" d="m470 554.2l52.8-7.5L847 222.4a32 32 0 1 0-45.2-45.2L477.4 501.4l-7.5 52.8zm422.4-422.4a96 96 0 0 1 0 135.8L560.5 599.5a32 32 0 0 1-18.1 9l-105.6 15.2a32 32 0 0 1-36.2-36.2l15-105.6a32 32 0 0 1 9.1-18.2l332-331.8a96 96 0 0 1 135.7 0z"/></svg>
React
import type { SVGProps } from "react";
export function EpEdit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"/><path fill="currentColor" d="m470 554.2l52.8-7.5L847 222.4a32 32 0 1 0-45.2-45.2L477.4 501.4l-7.5 52.8zm422.4-422.4a96 96 0 0 1 0 135.8L560.5 599.5a32 32 0 0 1-18.1 9l-105.6 15.2a32 32 0 0 1-36.2-36.2l15-105.6a32 32 0 0 1 9.1-18.2l332-331.8a96 96 0 0 1 135.7 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"/><path fill="currentColor" d="m470 554.2l52.8-7.5L847 222.4a32 32 0 1 0-45.2-45.2L477.4 501.4l-7.5 52.8zm422.4-422.4a96 96 0 0 1 0 135.8L560.5 599.5a32 32 0 0 1-18.1 9l-105.6 15.2a32 32 0 0 1-36.2-36.2l15-105.6a32 32 0 0 1 9.1-18.2l332-331.8a96 96 0 0 1 135.7 0z"/></svg> </template>
CSS
.icon-edit {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%20512a32%2032%200%201%201%2064%200v352a32%2032%200%200%201-32%2032H160a32%2032%200%200%201-32-32V160a32%2032%200%200%201%2032-32h352a32%2032%200%200%201%200%2064H192v640h640z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m470%20554.2l52.8-7.5L847%20222.4a32%2032%200%201%200-45.2-45.2L477.4%20501.4l-7.5%2052.8zm422.4-422.4a96%2096%200%200%201%200%20135.8L560.5%20599.5a32%2032%200%200%201-18.1%209l-105.6%2015.2a32%2032%200%200%201-36.2-36.2l15-105.6a32%2032%200%200%201%209.1-18.2l332-331.8a96%2096%200%200%201%20135.7%200z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%20512a32%2032%200%201%201%2064%200v352a32%2032%200%200%201-32%2032H160a32%2032%200%200%201-32-32V160a32%2032%200%200%201%2032-32h352a32%2032%200%200%201%200%2064H192v640h640z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m470%20554.2l52.8-7.5L847%20222.4a32%2032%200%201%200-45.2-45.2L477.4%20501.4l-7.5%2052.8zm422.4-422.4a96%2096%200%200%201%200%20135.8L560.5%20599.5a32%2032%200%200%201-18.1%209l-105.6%2015.2a32%2032%200%200%201-36.2-36.2l15-105.6a32%2032%200%200%201%209.1-18.2l332-331.8a96%2096%200%200%201%20135.7%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/edit.svg?color=%231a73e8&size=48