Check Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Check Square 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/310044.svg" alt="Check Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310044.svg" alt="Check Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310044.svg" alt="Check Square icon" :width="24" :height="24" />
CSS background
.icon-check-square {
background-image: url('https://proicons.com/icon/310044.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="M15.25 2H8.75C6.9606 2.00265 5.24528 2.71468 3.97998 3.97998C2.71468 5.24528 2.00265 6.9606 2 8.75V15.25C2.00265 17.0394 2.71468 18.7547 3.97998 20.02C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.02C21.2853 18.7547 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24528 20.02 3.97998C18.7547 2.71468 17.0394 2.00265 15.25 2ZM17.31 10.16L12.09 15.38C11.7167 15.7556 11.2096 15.9677 10.68 15.97C10.4193 15.97 10.1611 15.9191 9.91998 15.82C9.67995 15.7166 9.46256 15.5671 9.28003 15.38L6.69 12.79C6.52618 12.5987 6.4406 12.3526 6.45032 12.101C6.46004 11.8493 6.56434 11.6105 6.74243 11.4324C6.92053 11.2543 7.15927 11.15 7.41095 11.1403C7.66263 11.1305 7.90867 11.2162 8.09998 11.38L10.69 13.97L15.9 8.73999C15.9933 8.64741 16.1038 8.57408 16.2253 8.52423C16.3469 8.47438 16.4771 8.449 16.6085 8.44946C16.7399 8.44993 16.8699 8.47627 16.9911 8.52698C17.1124 8.57769 17.2224 8.65176 17.315 8.745C17.4076 8.83823 17.4809 8.9488 17.5308 9.07037C17.5806 9.19194 17.606 9.32216 17.6055 9.45355C17.6051 9.58495 17.5787 9.71497 17.528 9.83618C17.4773 9.9574 17.4032 10.0674 17.31 10.16Z" fill="black"/> </svg>
Check Square in other icon packs
Copied!