Close Squared Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Close Squared Alt 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/305398.svg" alt="Close Squared Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305398.svg" alt="Close Squared Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305398.svg" alt="Close Squared Alt icon" :width="24" :height="24" />
CSS background
.icon-close-squared-alt {
background-image: url('https://proicons.com/icon/305398.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="M756 322c9-8 9-17 0-26l-51-52c-3-3-8-5-13-5-3 0-5 1-9 2-3 2-5 4-8 6L523 398c-13 13-33 13-46 0L322 244c-4-4-8-5-14-5-2 0-4 0-7 2-4 1-7 4-10 6l-47 49c-9 9-9 18 0 27l156 154c13 13 13 34 0 46L244 678c-3 4-5 8-5 14 0 5 2 10 5 13l52 51c4 3 8 5 14 5 4 0 8-2 12-5l155-155c13-13 33-13 46 0l155 155c4 4 8 5 14 5 4 0 8-2 12-5l52-51c3-3 5-8 5-13 0-6-2-10-5-14L599 522c-12-13-12-34 1-46l156-154zM906 94c-22-21-48-32-78-32H172c-30 0-56 11-77 32s-32 48-32 78v656c0 30 10 56 32 77s47 32 77 32h656c30 0 56-10 78-32 21-21 32-47 32-77V172c0-30-11-56-32-78zm-23 734c0 15-6 28-16 39-11 10-24 16-39 16H172c-15 0-28-6-38-16-11-11-17-24-17-39V172c0-15 6-28 17-39 10-10 23-16 38-16h656c15 0 28 6 39 16 10 11 16 24 16 39v656z"/></svg>
Copied!