Check Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Check Square Svg 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/308903.svg" alt="Check Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308903.svg" alt="Check Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308903.svg" alt="Check Square Svg icon" :width="24" :height="24" />
CSS background
.icon-check-square---svg {
background-image: url('https://proicons.com/icon/308903.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 fill-rule="evenodd" clip-rule="evenodd" d="M3 4.00092C3 3.44863 3.44772 3.00092 4 3.00092H20C20.5523 3.00092 21 3.44863 21 4.00092V18.0009C21 19.6578 19.6569 21.0009 18 21.0009H6C4.34315 21.0009 3 19.6578 3 18.0009V4.00092ZM15.7071 10.7071C16.0976 10.3166 16.0976 9.68342 15.7071 9.29289C15.3166 8.90237 14.6834 8.90237 14.2929 9.29289L11 12.5858L9.70711 11.2929C9.31658 10.9024 8.68342 10.9024 8.29289 11.2929C7.90237 11.6834 7.90237 12.3166 8.29289 12.7071L10.2929 14.7071C10.6834 15.0976 11.3166 15.0976 11.7071 14.7071L15.7071 10.7071Z" fill="#292929"/> </svg>
Copied!