Diff Ignored Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Diff Ignored 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/307130.svg" alt="Diff Ignored icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307130.svg" alt="Diff Ignored icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307130.svg" alt="Diff Ignored icon" :width="24" :height="24" />
CSS background
.icon-diff-ignored {
background-image: url('https://proicons.com/icon/307130.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 4.146C11.049 4.341 11.049 4.658 10.854 4.853L4.854 10.853C4.756 10.951 4.628 10.999 4.5 10.999C4.372 10.999 4.244 10.95 4.146 10.853C3.951 10.658 3.951 10.341 4.146 10.146L10.146 4.146C10.341 3.951 10.659 3.951 10.854 4.146Z"/></svg>
Copied!