Check Icon
Free SVG icon from the Mage Icons 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/310609.svg" alt="Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310609.svg" alt="Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310609.svg" alt="Check icon" :width="24" :height="24" />
CSS background
.icon-check {
background-image: url('https://proicons.com/icon/310609.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.5 11.7948L8.72144 16.0163C8.86993 16.1666 9.04677 16.286 9.24172 16.3674C9.43668 16.4488 9.64586 16.4908 9.85715 16.4908C10.0685 16.4908 10.2776 16.4488 10.4726 16.3674C10.6675 16.286 10.8443 16.1666 10.9929 16.0163L19.5 7.50916" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Check in other icon packs
Copied!