Edit Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Edit icon is commonly used in content management systems, form toolbars and inline editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305569.svg" alt="Edit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305569.svg" alt="Edit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305569.svg" alt="Edit icon" :width="24" :height="24" />
CSS background
.icon-edit {
background-image: url('https://proicons.com/icon/305569.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M934 382c-1 1-2 2-3 2-44 45-88 89-132 134-4 4-6 11-6 17-1 81-1 161-1 241v8c0 4-6 7-14 7H224c-8 0-15-6-15-14V222c0-8 4-14 8-14h8c80 0 159 0 239-1 7 0 16-3 21-8 43-42 84-84 126-126l5-5c2-3-2-5-10-5H77c-8 0-14 6-14 14v846c0 8 6 14 14 14h846c8 0 15-6 15-14V394c0-8-2-14-4-12zM337 487v162c0 8 7 14 15 14h161c8 0 19-4 24-10l388-388c6-6 6-15 0-20L756 75c-6-6-15-6-21 0L347 463c-5 5-10 16-10 24z"/></svg>
Edit in other icon packs
Copied!