Verification Check Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Verification 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/306869.svg" alt="Verification Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306869.svg" alt="Verification Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306869.svg" alt="Verification Check icon" :width="24" :height="24" />
CSS background
.icon-verification-check {
background-image: url('https://proicons.com/icon/306869.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="M793 163C660 289 528 415 396 541c-9 8-23 8-31-1L225 393c-8-9-22-10-31-2-42 36-82 72-124 109-9 8-10 21-2 30 93 102 185 204 278 306 8 8 22 9 31 1 185-173 369-344 553-515 9-9 10-23 2-32-37-42-73-84-109-126-8-9-21-10-30-1z"/></svg>
Copied!