X Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The X icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316674.svg" alt="X icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316674.svg" alt="X icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316674.svg" alt="X icon" :width="24" :height="24" />
CSS background
.icon-x {
background-image: url('https://proicons.com/icon/316674.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path d="M14.234 10.162 22.977 0h-2.072l-7.591 8.824L7.251 0H.258l9.168 13.343L.258 24H2.33l8.016-9.318L16.749 24h6.993zm-2.837 3.299-.929-1.329L3.076 1.56h3.182l5.965 8.532.929 1.329 7.754 11.09h-3.182z"/></svg>
Copied!