Check Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305373.svg" alt="Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305373.svg" alt="Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305373.svg" alt="Check icon" :width="24" :height="24" />
CSS background
.icon-check {
background-image: url('https://proicons.com/icon/305373.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="M396 744L203 552c-4-5-4-12 0-17l66-65c4-4 11-4 16 0l108 108c4 4 11 4 16 0 101-108 202-215 303-322 4-5 12-5 16-1l68 65c5 4 5 11 1 16-129 136-257 272-385 408-4 5-12 5-16 0z"/></svg>
Check in other icon packs
Copied!