Ui Close Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306749.svg" alt="Ui Close icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306749.svg" alt="Ui Close icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306749.svg" alt="Ui Close icon" :width="24" :height="24" />
CSS background
.icon-ui-close {
background-image: url('https://proicons.com/icon/306749.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="M981 746L735 500l246-246c26-26 25-68 0-94L840 19c-26-25-68-25-94 0L500 266 254 19c-26-25-68-25-94 0L19 160c-25 26-25 68 0 94l247 246L19 746c-25 26-25 68 0 94l141 141c26 25 68 25 94 0l246-247 246 247c26 25 68 25 94 0l141-141c26-26 26-68 0-94z"/></svg>
Copied!