Ui Check Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306745.svg" alt="Ui Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306745.svg" alt="Ui Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306745.svg" alt="Ui Check icon" :width="24" :height="24" />
CSS background
.icon-ui-check {
background-image: url('https://proicons.com/icon/306745.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="M986 175L832 51c-16-13-40-10-53 6L360 576 196 427c-15-14-39-13-53 2L10 575c-14 16-13 40 2 54l351 319c16 14 39 12 52-4l124-154v-1l453-561c13-16 10-40-6-53z"/></svg>
Copied!