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/310608.svg" alt="Check Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310608.svg" alt="Check Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310608.svg" alt="Check Square icon" :width="24" :height="24" />
CSS background
.icon-check-square {
background-image: url('https://proicons.com/icon/310608.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="M7.39258 12.084L9.98594 14.6774C10.0772 14.7697 10.1858 14.843 10.3056 14.8931C10.4253 14.9431 10.5539 14.9689 10.6837 14.9689C10.8134 14.9689 10.942 14.9431 11.0617 14.8931C11.1815 14.843 11.2901 14.7697 11.3814 14.6774L16.6076 9.45117" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Check Square in other icon packs
Copied!