Close Squared Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Close Squared 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/305399.svg" alt="Close Squared icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305399.svg" alt="Close Squared icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305399.svg" alt="Close Squared icon" :width="24" :height="24" />
CSS background
.icon-close-squared {
background-image: url('https://proicons.com/icon/305399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M63 62v876h875V62H63zm49 826V112h776v776H112zm644-592l-50-52c-4-3-9-5-14-5-4 0-8 2-14 5L500 421 322 244c-4-3-8-5-14-5-3 0-8 2-13 5l-51 52c-9 9-9 18 0 27l180 177-180 178c-3 4-5 8-5 14 0 5 2 10 5 13l52 51c4 3 8 5 14 5 4 0 8-2 12-5l178-179 178 179c4 3 8 5 14 5 4 0 8-2 12-5l52-51c3-3 5-8 5-13 0-6-2-10-5-14L576 499l180-177c9-8 9-17 0-26z"/></svg>
Copied!