Merge Into Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Merge Into 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/307295.svg" alt="Merge Into icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307295.svg" alt="Merge Into icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307295.svg" alt="Merge Into icon" :width="24" :height="24" />
CSS background
.icon-merge-into {
background-image: url('https://proicons.com/icon/307295.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="M13 13.5C13 13.776 12.776 14 12.5 14C9.46198 14 6.99998 11.538 6.99998 8.50001V3.70701L4.35398 6.35301C4.15898 6.54801 3.84198 6.54801 3.64698 6.35301C3.45198 6.15801 3.45198 5.84101 3.64698 5.64601L7.14698 2.14601C7.34198 1.95101 7.65898 1.95101 7.85398 2.14601L11.354 5.64601C11.549 5.84101 11.549 6.15801 11.354 6.35301C11.159 6.54801 10.842 6.54801 10.647 6.35301L8.00098 3.70701V8.50001C8.00098 10.985 10.016 13 12.501 13C12.777 13 13.001 13.224 13.001 13.5H13Z"/></svg>
Copied!