Times Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Times 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/304856.svg" alt="Times icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304856.svg" alt="Times icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304856.svg" alt="Times icon" :width="24" :height="24" />
CSS background
.icon-times {
background-image: url('https://proicons.com/icon/304856.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>times</title><path d="M43.74,28,59,12.75a3.29,3.29,0,0,0,0-4.66L55.9,5a3.32,3.32,0,0,0-4.67,0L36,20.26,20.77,5.07a3.32,3.32,0,0,0-4.67,0L13,8.18a3.3,3.3,0,0,0,0,4.67L28.18,28,13,43.21a3.31,3.31,0,0,0,0,4.66L16.11,51a3.32,3.32,0,0,0,4.67,0L36,35.82,51.16,51a3.32,3.32,0,0,0,4.67,0l3.11-3.12a3.29,3.29,0,0,0,0-4.66Z"/></svg>
Copied!