Box 3d Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d 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/309993.svg" alt="Box 3d Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309993.svg" alt="Box 3d Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309993.svg" alt="Box 3d Check icon" :width="24" :height="24" />
CSS background
.icon-box-3d-check {
background-image: url('https://proicons.com/icon/309993.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="M20.9543 8.80365V11.0137C20.9543 11.2126 20.8753 11.4034 20.7347 11.544C20.594 11.6847 20.4033 11.7637 20.2043 11.7637C20.0054 11.7637 19.8147 11.6847 19.674 11.544C19.5334 11.4034 19.4543 11.2126 19.4543 11.0137V8.80365C19.4607 8.54428 19.4166 8.28614 19.3243 8.04364L12.0244 12.4236V20.6136C12.1394 20.5798 12.2501 20.5328 12.3543 20.4736L14.8843 19.0737C15.0561 18.9831 15.2564 18.9628 15.4429 19.0168C15.6294 19.0709 15.7876 19.1953 15.8843 19.3636C15.974 19.5366 15.9929 19.7378 15.9369 19.9244C15.8809 20.1111 15.7545 20.2686 15.5844 20.3636L13.0643 21.7637C12.5109 22.0719 11.8878 22.2337 11.2543 22.2337C10.6208 22.2337 9.9978 22.0719 9.44434 21.7637L3.44434 18.4636C2.86532 18.1352 2.38304 17.6601 2.04599 17.0861C1.70894 16.512 1.52902 15.8593 1.52435 15.1937V8.80365C1.52479 8.13523 1.70434 7.47911 2.04434 6.90363C2.10173 6.80088 2.16871 6.70381 2.24435 6.61365C2.27945 6.55991 2.31963 6.50966 2.36435 6.46362C2.65569 6.08183 3.02353 5.76508 3.44434 5.53363L9.44434 2.22363C10.0004 1.92343 10.6224 1.76624 11.2543 1.76624C11.8863 1.76624 12.5083 1.92343 13.0643 2.22363L19.0643 5.53363C19.4851 5.76508 19.853 6.08183 20.1443 6.46362L20.2643 6.61365C20.34 6.70381 20.407 6.80088 20.4644 6.90363C20.7985 7.48017 20.968 8.1374 20.9543 8.80365Z" fill="black"/> <path d="M18.5244 18.2637C18.3568 18.2648 18.1905 18.2342 18.0343 18.1736C17.8774 18.1041 17.7349 18.0058 17.6143 17.8837L16.2144 16.4836C16.1436 16.4147 16.0873 16.3323 16.049 16.2413C16.0106 16.1502 15.9908 16.0525 15.9908 15.9537C15.9908 15.8549 16.0106 15.757 16.049 15.666C16.0873 15.575 16.1436 15.4926 16.2144 15.4236C16.355 15.2832 16.5456 15.2043 16.7444 15.2043C16.9431 15.2043 17.1337 15.2832 17.2744 15.4236L18.5244 16.6736L21.2144 13.9936C21.3565 13.8612 21.5446 13.789 21.7389 13.7925C21.9332 13.7959 22.1186 13.8746 22.256 14.012C22.3934 14.1494 22.4721 14.3348 22.4755 14.5291C22.479 14.7234 22.4068 14.9115 22.2744 15.0536L19.4344 17.8937C19.3174 18.0105 19.1779 18.1023 19.0244 18.1636C18.8664 18.2312 18.6961 18.2653 18.5244 18.2637Z" fill="black"/> </svg>
Copied!