Check Icon
Free SVG icon from the Govicons 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/304765.svg" alt="Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304765.svg" alt="Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304765.svg" alt="Check icon" :width="24" :height="24" />
CSS background
.icon-check {
background-image: url('https://proicons.com/icon/304765.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>check</title><path d="M61.07,12.9,57,8.84a2.93,2.93,0,0,0-4.21,0L28.91,32.73,19.2,23A3,3,0,0,0,15,23l-4.06,4.07a2.93,2.93,0,0,0,0,4.21L26.81,47.16a2.84,2.84,0,0,0,2.1.89A2.87,2.87,0,0,0,31,47.16l30.05-30a2.93,2.93,0,0,0,0-4.21Z"/></svg>
Check in other icon packs
Copied!