Dashboard Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard 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/310076.svg" alt="Dashboard Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310076.svg" alt="Dashboard Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310076.svg" alt="Dashboard Check icon" :width="24" :height="24" />
CSS background
.icon-dashboard-check {
background-image: url('https://proicons.com/icon/310076.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="M11 4.67999V8.56C11 9.20713 10.7429 9.82775 10.2853 10.2853C9.82767 10.7429 9.20705 11 8.55992 11H4.67991C4.35952 11.0019 4.04212 10.9392 3.74656 10.8154C3.45101 10.6917 3.18341 10.5096 2.95994 10.28C2.73351 10.0547 2.55412 9.78657 2.43223 9.49129C2.31035 9.19601 2.24843 8.87944 2.24998 8.56V4.69C2.24998 4.0446 2.50561 3.42549 2.96104 2.96819C3.41647 2.51088 4.03452 2.25265 4.67991 2.25H8.55992C9.20372 2.25519 9.81992 2.51256 10.2761 2.96687C10.7323 3.42119 10.9922 4.03622 11 4.67999Z" fill="black"/> <path d="M21.75 4.69V8.56C21.7488 9.20439 21.4936 9.82235 21.04 10.28C20.8151 10.5078 20.5474 10.6887 20.2521 10.8123C19.9569 10.9359 19.64 10.9997 19.32 11H15.44C15.1188 11.0027 14.8003 10.9414 14.5031 10.8197C14.2059 10.698 13.9359 10.5184 13.7088 10.2913C13.4817 10.0642 13.302 9.79413 13.1803 9.49689C13.0587 9.19965 12.9974 8.88117 13 8.56V4.69C12.9987 4.36969 13.0617 4.05236 13.1853 3.75688C13.309 3.46141 13.4909 3.19382 13.72 2.97C13.9448 2.74221 14.2126 2.56127 14.5079 2.43768C14.8031 2.31409 15.1199 2.25031 15.44 2.25H19.32C19.9654 2.25265 20.5834 2.51088 21.0389 2.96819C21.4943 3.42549 21.75 4.0446 21.75 4.69Z" fill="black"/> <path d="M11 15.45V19.32C10.9973 19.9654 10.739 20.5835 10.2817 21.0389C9.82441 21.4943 9.20531 21.75 8.55991 21.75H4.67991C4.36042 21.7513 4.04393 21.6894 3.74851 21.5677C3.45309 21.4461 3.18463 21.2671 2.95872 21.0412C2.7328 20.8153 2.55388 20.5469 2.43223 20.2515C2.31058 19.9561 2.24865 19.6395 2.24997 19.32V15.45C2.25255 14.8045 2.50876 14.1858 2.96335 13.7275C3.41794 13.2691 4.03441 13.0079 4.67991 13H8.55991C9.20714 13.0053 9.82632 13.2654 10.2831 13.724C10.7398 14.1826 10.9974 14.8027 11 15.45Z" fill="black"/> <path d="M16.5397 19.88C16.3582 19.8827 16.178 19.8487 16.0098 19.78C15.8408 19.7075 15.6878 19.6021 15.5598 19.47L13.9198 17.83C13.849 17.7611 13.7929 17.6787 13.7545 17.5876C13.7161 17.4966 13.6962 17.3988 13.6962 17.3C13.6962 17.2012 13.7161 17.1034 13.7545 17.0124C13.7929 16.9214 13.849 16.839 13.9198 16.77C14.0604 16.6296 14.251 16.5507 14.4498 16.5507C14.6485 16.5507 14.8392 16.6296 14.9798 16.77L16.5397 18.34L19.7699 15.1C19.8388 15.0293 19.9211 14.973 20.0122 14.9346C20.1032 14.8962 20.201 14.8765 20.2998 14.8765C20.3986 14.8765 20.4965 14.8962 20.5875 14.9346C20.6785 14.973 20.7608 15.0293 20.8298 15.1C20.9702 15.2406 21.0491 15.4313 21.0491 15.63C21.0491 15.8288 20.9702 16.0194 20.8298 16.16L17.5098 19.48C17.3804 19.6079 17.2276 19.7098 17.0598 19.78C16.8951 19.8487 16.7181 19.8827 16.5397 19.88Z" fill="black"/> </svg>
Copied!