Message Question Mark Round Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Question Mark Round icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310228.svg" alt="Message Question Mark Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310228.svg" alt="Message Question Mark Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310228.svg" alt="Message Question Mark Round icon" :width="24" :height="24" />
CSS background
.icon-message-question-mark-round {
background-image: url('https://proicons.com/icon/310228.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="M21.2699 8.1814C20.7731 6.96285 20.035 5.85736 19.1 4.9314C18.1712 4.00163 17.0683 3.26405 15.8543 2.7608C14.6404 2.25756 13.3391 1.99854 12.0249 1.99854C10.7108 1.99854 9.40952 2.25756 8.19554 2.7608C6.98155 3.26405 5.87866 4.00163 4.94993 4.9314C4.0235 5.86443 3.28661 6.96809 2.77995 8.1814C2.27753 9.39192 2.02252 10.6908 2.02995 12.0014C2.01896 13.2952 2.2707 14.5777 2.76994 15.7714L2.26994 19.4214C2.1899 19.7296 2.1899 20.0532 2.26994 20.3614C2.35041 20.6668 2.50896 20.9459 2.72996 21.1714C2.94902 21.4018 3.21981 21.5766 3.51994 21.6814C3.81643 21.7788 4.13217 21.8028 4.43998 21.7514L8.09995 21.2114C9.32221 21.7371 10.6394 22.006 11.9699 22.0014C13.2844 22.0046 14.5863 21.7462 15.8 21.2414C17.0119 20.7377 18.1128 20.0004 19.04 19.0714C19.9747 18.1491 20.7129 17.0469 21.2099 15.8314C22.2239 13.3822 22.2239 10.6306 21.2099 8.1814H21.2699ZM11.92 18.2614C11.5884 18.2614 11.2705 18.1297 11.0361 17.8953C10.8016 17.6609 10.67 17.3429 10.67 17.0114C10.67 16.6799 10.8016 16.362 11.0361 16.1275C11.2705 15.8931 11.5884 15.7614 11.92 15.7614C12.2515 15.7614 12.5695 15.8931 12.8039 16.1275C13.0383 16.362 13.17 16.6799 13.17 17.0114C13.17 17.3429 13.0383 17.6609 12.8039 17.8953C12.5695 18.1297 12.2515 18.2614 11.92 18.2614ZM15.4699 10.8714C15.2813 11.3169 14.9981 11.7161 14.6399 12.0414C14.2867 12.3721 13.8676 12.6242 13.41 12.7814C13.2785 12.8367 13.1645 12.9265 13.0799 13.0414C12.9894 13.1703 12.9405 13.3239 12.94 13.4814V14.1114C12.94 14.3766 12.8346 14.631 12.6471 14.8185C12.4595 15.006 12.2052 15.1114 11.94 15.1114C11.6748 15.1114 11.4204 15.006 11.2328 14.8185C11.0453 14.631 10.94 14.3766 10.94 14.1114V13.4514C10.9452 12.8882 11.1232 12.3402 11.4499 11.8814C11.7741 11.4303 12.2222 11.0829 12.74 10.8814C12.9407 10.8193 13.1251 10.7134 13.2799 10.5714C13.4281 10.4331 13.5472 10.2665 13.63 10.0814C13.702 9.89301 13.7392 9.69309 13.74 9.49139C13.7326 9.29064 13.685 9.09342 13.6 8.91141C13.4682 8.68141 13.2872 8.48337 13.07 8.33142C12.8421 8.16748 12.5779 8.0611 12.3 8.02139C11.8791 7.94394 11.4445 8.00354 11.06 8.19141C10.6899 8.38791 10.3948 8.70065 10.2199 9.08142C10.109 9.32064 9.90802 9.50631 9.66081 9.59808C9.41359 9.68985 9.14012 9.68028 8.89994 9.57141C8.77937 9.51741 8.67068 9.44006 8.58018 9.34381C8.48967 9.24756 8.41915 9.13432 8.37266 9.01065C8.32617 8.88698 8.30462 8.75532 8.3093 8.62329C8.31399 8.49126 8.3448 8.36145 8.39994 8.24139C8.76213 7.4586 9.3742 6.8184 10.1399 6.42142C10.9086 6.02279 11.7875 5.8892 12.6399 6.04141C13.2211 6.14125 13.7715 6.37359 14.2484 6.72043C14.7253 7.06726 15.1159 7.51927 15.3899 8.04141C15.6067 8.48121 15.726 8.96256 15.7398 9.45267C15.7537 9.94277 15.6616 10.4301 15.4699 10.8814V10.8714Z" fill="black"/> </svg>
Copied!