Diff Renamed Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Diff Renamed icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307134.svg" alt="Diff Renamed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307134.svg" alt="Diff Renamed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307134.svg" alt="Diff Renamed icon" :width="24" :height="24" />
CSS background
.icon-diff-renamed {
background-image: url('https://proicons.com/icon/307134.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="M11.5 1H3.5C2.122 1 1 2.122 1 3.5V11.5C1 12.878 2.122 14 3.5 14H11.5C12.878 14 14 12.878 14 11.5V3.5C14 2.122 12.878 1 11.5 1ZM13 11.5C13 12.327 12.327 13 11.5 13H3.5C2.673 13 2 12.327 2 11.5V3.5C2 2.673 2.673 2 3.5 2H11.5C12.327 2 13 2.673 13 3.5V11.5ZM10.854 7.146C11.049 7.341 11.049 7.658 10.854 7.853L8.854 9.853C8.756 9.951 8.628 9.999 8.5 9.999C8.372 9.999 8.244 9.95 8.146 9.853C7.951 9.658 7.951 9.341 8.146 9.146L9.292 8H4.499C4.223 8 3.999 7.776 3.999 7.5C3.999 7.224 4.223 7 4.499 7H9.292L8.146 5.854C7.951 5.659 7.951 5.342 8.146 5.147C8.341 4.952 8.658 4.952 8.853 5.147L10.853 7.147L10.854 7.146Z"/></svg>
Copied!