edit icon
edit from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- edit
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
editAkar IconseditBoxIcons v2editBoxIcons v2 SolideditCarbonedit-fillEva IconseditFeather Iconsedit-12-filledFluent UI System IconseditIconoireditIonIconseditLine AwesomeeditMaterial Line IconseditMaterial Symbolsedit-fillMingCute IconeditOpenMojieditPixelarticonsedit-fillRemix IconeditTabler Iconsedit-outlineTeenyiconseditUnicons
Related icons in Mage 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.09 14.441v4.44a2.37 2.37 0 0 1-2.369 2.369H5.12a2.37 2.37 0 0 1-2.369-2.383V7.279a2.356 2.356 0 0 1 2.37-2.37H9.56"/><path d="M6.835 15.803v-2.165c.002-.357.144-.7.395-.953l9.532-9.532a1.36 1.36 0 0 1 1.934 0l2.151 2.151a1.36 1.36 0 0 1 0 1.934l-9.532 9.532a1.36 1.36 0 0 1-.953.395H8.197a1.36 1.36 0 0 1-1.362-1.362M19.09 8.995l-4.085-4.086"/></g></svg>
React
import type { SVGProps } from "react";
export function MageEdit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.09 14.441v4.44a2.37 2.37 0 0 1-2.369 2.369H5.12a2.37 2.37 0 0 1-2.369-2.383V7.279a2.356 2.356 0 0 1 2.37-2.37H9.56"/><path d="M6.835 15.803v-2.165c.002-.357.144-.7.395-.953l9.532-9.532a1.36 1.36 0 0 1 1.934 0l2.151 2.151a1.36 1.36 0 0 1 0 1.934l-9.532 9.532a1.36 1.36 0 0 1-.953.395H8.197a1.36 1.36 0 0 1-1.362-1.362M19.09 8.995l-4.085-4.086"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.09 14.441v4.44a2.37 2.37 0 0 1-2.369 2.369H5.12a2.37 2.37 0 0 1-2.369-2.383V7.279a2.356 2.356 0 0 1 2.37-2.37H9.56"/><path d="M6.835 15.803v-2.165c.002-.357.144-.7.395-.953l9.532-9.532a1.36 1.36 0 0 1 1.934 0l2.151 2.151a1.36 1.36 0 0 1 0 1.934l-9.532 9.532a1.36 1.36 0 0 1-.953.395H8.197a1.36 1.36 0 0 1-1.362-1.362M19.09 8.995l-4.085-4.086"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.09%2014.441v4.44a2.37%202.37%200%200%201-2.369%202.369H5.12a2.37%202.37%200%200%201-2.369-2.383V7.279a2.356%202.356%200%200%201%202.37-2.37H9.56%22%2F%3E%3Cpath%20d%3D%22M6.835%2015.803v-2.165c.002-.357.144-.7.395-.953l9.532-9.532a1.36%201.36%200%200%201%201.934%200l2.151%202.151a1.36%201.36%200%200%201%200%201.934l-9.532%209.532a1.36%201.36%200%200%201-.953.395H8.197a1.36%201.36%200%200%201-1.362-1.362M19.09%208.995l-4.085-4.086%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.09%2014.441v4.44a2.37%202.37%200%200%201-2.369%202.369H5.12a2.37%202.37%200%200%201-2.369-2.383V7.279a2.356%202.356%200%200%201%202.37-2.37H9.56%22%2F%3E%3Cpath%20d%3D%22M6.835%2015.803v-2.165c.002-.357.144-.7.395-.953l9.532-9.532a1.36%201.36%200%200%201%201.934%200l2.151%202.151a1.36%201.36%200%200%201%200%201.934l-9.532%209.532a1.36%201.36%200%200%201-.953.395H8.197a1.36%201.36%200%200%201-1.362-1.362M19.09%208.995l-4.085-4.086%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/edit.svg?color=%231a73e8&size=48