Check Icon
Free SVG icon from the VS Code Codicons 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/307027.svg" alt="Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307027.svg" alt="Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307027.svg" alt="Check icon" :width="24" :height="24" />
CSS background
.icon-check {
background-image: url('https://proicons.com/icon/307027.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.6572 3.13573C13.8583 2.9465 14.175 2.95614 14.3643 3.15722C14.5535 3.35831 14.5438 3.675 14.3428 3.86425L5.84277 11.8642C5.64597 12.0494 5.33756 12.0446 5.14648 11.8535L1.64648 8.35351C1.45121 8.15824 1.45121 7.84174 1.64648 7.64647C1.84174 7.45121 2.15825 7.45121 2.35351 7.64647L5.50976 10.8027L13.6572 3.13573Z"/></svg>
Check in other icon packs
Copied!