Close Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Close Svg 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/308904.svg" alt="Close Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308904.svg" alt="Close Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308904.svg" alt="Close Svg icon" :width="24" :height="24" />
CSS background
.icon-close---svg {
background-image: url('https://proicons.com/icon/308904.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.79289 6.79289C7.18342 6.40237 7.81658 6.40237 8.20711 6.79289L12 10.5858L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L13.4142 12L17.2071 15.7929C17.5976 16.1834 17.5976 16.8166 17.2071 17.2071C16.8166 17.5976 16.1834 17.5976 15.7929 17.2071L12 13.4142L8.20711 17.2071C7.81658 17.5976 7.18342 17.5976 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L10.5858 12L6.79289 8.20711C6.40237 7.81658 6.40237 7.18342 6.79289 6.79289Z" fill="#292929"/> </svg>
Copied!