Chrome Close Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Chrome Close icon is commonly used in modals, notifications and tag removals. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307034.svg" alt="Chrome Close icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307034.svg" alt="Chrome Close icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307034.svg" alt="Chrome Close icon" :width="24" :height="24" />
CSS background
.icon-chrome-close {
background-image: url('https://proicons.com/icon/307034.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="M2.58859 2.71569L2.64645 2.64645C2.82001 2.47288 3.08944 2.4536 3.28431 2.58859L3.35355 2.64645L8 7.293L12.6464 2.64645C12.8417 2.45118 13.1583 2.45118 13.3536 2.64645C13.5488 2.84171 13.5488 3.15829 13.3536 3.35355L8.707 8L13.3536 12.6464C13.5271 12.82 13.5464 13.0894 13.4114 13.2843L13.3536 13.3536C13.18 13.5271 12.9106 13.5464 12.7157 13.4114L12.6464 13.3536L8 8.707L3.35355 13.3536C3.15829 13.5488 2.84171 13.5488 2.64645 13.3536C2.45118 13.1583 2.45118 12.8417 2.64645 12.6464L7.293 8L2.64645 3.35355C2.47288 3.17999 2.4536 2.91056 2.58859 2.71569L2.64645 2.64645L2.58859 2.71569Z"/></svg>
Copied!