Check Square O Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Check Square O 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/304764.svg" alt="Check Square O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304764.svg" alt="Check Square O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304764.svg" alt="Check Square O icon" :width="24" :height="24" />
CSS background
.icon-check-square-o {
background-image: url('https://proicons.com/icon/304764.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-square-o</title><path d="M53.37,30.15a.84.84,0,0,0-.37-.09,1,1,0,0,0-.72.31l-2,2a1,1,0,0,0-.28.69V41a5,5,0,0,1-5,5H19a5,5,0,0,1-5-5V15a5,5,0,0,1,5-5H45a5.78,5.78,0,0,1,1.4.18.85.85,0,0,0,.28.07,1,1,0,0,0,.72-.32l1.53-1.52a1,1,0,0,0,.28-.91,1,1,0,0,0-.56-.72A8.6,8.6,0,0,0,45,6H19a8.66,8.66,0,0,0-6.35,2.64A8.66,8.66,0,0,0,10,15V41a8.66,8.66,0,0,0,2.64,6.35A8.66,8.66,0,0,0,19,50H45a9,9,0,0,0,9-9V31.06A.91.91,0,0,0,53.37,30.15Z"/><path d="M61.21,12.23,57.78,8.8a2.49,2.49,0,0,0-3.56,0L34,29l-8.21-8.21a2.49,2.49,0,0,0-3.56,0l-3.44,3.43a2.49,2.49,0,0,0,0,3.56L32.24,41.2a2.49,2.49,0,0,0,3.56,0L61.21,15.79a2.49,2.49,0,0,0,0-3.56Z"/></svg>
Copied!