Close Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The 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/312076.svg" alt="Close icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312076.svg" alt="Close icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312076.svg" alt="Close icon" :width="24" :height="24" />
CSS background
.icon-close {
background-image: url('https://proicons.com/icon/312076.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-close" viewBox="0 0 22 22"><path d="M16 17H15V16H14V15H13V14H12V13H10V14H9V15H8V16H7V17H6V16H5V15H6V14H7V13H8V12H9V10H8V9H7V8H6V7H5V6H6V5H7V6H8V7H9V8H10V9H12V8H13V7H14V6H15V5H16V6H17V7H16V8H15V9H14V10H13V12H14V13H15V14H16V15H17V16H16Z" /></svg>
Close in other icon packs
Copied!