Edit Code Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Edit Code 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/307139.svg" alt="Edit Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307139.svg" alt="Edit Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307139.svg" alt="Edit Code icon" :width="24" :height="24" />
CSS background
.icon-edit-code {
background-image: url('https://proicons.com/icon/307139.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M9.854 5.146L11.824 7.116L11.117 7.823L9.147 5.853C8.952 5.658 8.952 5.341 9.147 5.146C9.342 4.951 9.659 4.951 9.854 5.146ZM2 12V4C2 2.895 2.895 2 4 2H12C13.105 2 14 2.895 14 4V6.011C14.044 6.009 14.086 5.998 14.13 5.998C14.431 5.998 14.721 6.057 15 6.146V4C15 2.343 13.657 1 12 1H4C2.343 1 1 2.343 1 4V12C1 13.657 2.343 15 4 15H6.009C6.016 14.884 6.027 14.767 6.055 14.651L6.218 14H4C2.895 14 2 13.105 2 12ZM6.854 10.146L4.708 8L6.854 5.854C7.049 5.659 7.049 5.342 6.854 5.147C6.659 4.952 6.342 4.952 6.147 5.147L3.647 7.647C3.452 7.842 3.452 8.159 3.647 8.354L6.147 10.854C6.342 11.049 6.659 11.049 6.854 10.854C7.049 10.659 7.049 10.342 6.854 10.147V10.146ZM15.452 7.546C14.722 6.816 13.538 6.816 12.807 7.546L7.978 12.375C7.696 12.657 7.497 13.009 7.4 13.396L7.026 14.894C6.863 15.545 7.453 16.135 8.105 15.973L9.603 15.598C9.989 15.501 10.342 15.302 10.624 15.02L15.453 10.191C16.183 9.461 16.183 8.277 15.453 7.546H15.452Z"/></svg>
Edit Code in other icon packs
Copied!