Message Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message 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/310218.svg" alt="Message Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310218.svg" alt="Message Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310218.svg" alt="Message Check icon" :width="24" :height="24" />
CSS background
.icon-message-check {
background-image: url('https://proicons.com/icon/310218.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.6 4.17001C20.1641 3.73083 19.6452 3.38265 19.0735 3.14575C18.5019 2.90884 17.8888 2.78793 17.27 2.79H6.69999C6.07978 2.78869 5.46544 2.90987 4.89219 3.1466C4.31894 3.38334 3.79806 3.73097 3.35951 4.16952C2.92095 4.60808 2.57335 5.12892 2.33662 5.70217C2.09988 6.27543 1.97867 6.8898 1.97999 7.51001V14.11C1.97867 14.7302 2.09988 15.3446 2.33662 15.9178C2.57335 16.4911 2.92095 17.0119 3.35951 17.4505C3.79806 17.8891 4.31894 18.2366 4.89219 18.4734C5.46544 18.7101 6.07978 18.8313 6.69999 18.83H9.03001L10.98 20.77C11.107 20.9127 11.2641 21.0254 11.44 21.1C11.6113 21.1709 11.7946 21.2082 11.98 21.21C12.1729 21.2087 12.3635 21.1679 12.54 21.09C12.7049 21.0197 12.8544 20.9178 12.98 20.79L14.98 18.79H17.31C18.5601 18.7874 19.7581 18.2889 20.6411 17.404C21.5241 16.5191 22.02 15.3201 22.02 14.07V7.47C22.0023 6.22536 21.4917 5.03857 20.6 4.17001ZM16.24 9.36001L12.24 13.36C12.0804 13.5297 11.886 13.6628 11.67 13.75C11.4577 13.8382 11.2298 13.8824 11 13.88C10.767 13.8813 10.5361 13.8372 10.32 13.75C10.108 13.6555 9.91488 13.5234 9.75001 13.36L7.75001 11.36C7.56376 11.1726 7.45921 10.9192 7.45921 10.655C7.45921 10.3908 7.56376 10.1374 7.75001 9.95001C7.84297 9.85628 7.95356 9.78187 8.07542 9.73111C8.19728 9.68034 8.32799 9.6542 8.46 9.6542C8.59201 9.6542 8.72273 9.68034 8.84458 9.73111C8.96644 9.78187 9.07703 9.85628 9.16999 9.95001L11 11.78L14.86 7.92001C15.0513 7.75618 15.2974 7.67057 15.5491 7.68029C15.8007 7.69001 16.0395 7.79434 16.2176 7.97244C16.3957 8.15053 16.5 8.38928 16.5097 8.64096C16.5194 8.89263 16.4338 9.13871 16.27 9.33001L16.24 9.36001Z" fill="black"/> </svg>
Message Check in other icon packs
Copied!