Message Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Question Mark 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/310858.svg" alt="Message Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310858.svg" alt="Message Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310858.svg" alt="Message Question Mark icon" :width="24" :height="24" />
CSS background
.icon-message-question-mark {
background-image: url('https://proicons.com/icon/310858.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.25 7.50616V14.1133C21.25 14.6339 21.1475 15.1494 20.9482 15.6304C20.749 16.1113 20.457 16.5484 20.0889 16.9165C19.7208 17.2846 19.2837 17.5766 18.8028 17.7758C18.3218 17.975 17.8063 18.0776 17.2857 18.0776H14.6429L12.4625 20.2579C12.4032 20.3211 12.3315 20.3715 12.252 20.406C12.1724 20.4404 12.0867 20.4582 12 20.4582C11.9133 20.4582 11.8276 20.4404 11.748 20.406C11.6685 20.3715 11.5968 20.3211 11.5375 20.2579L9.35714 18.0776H6.71429C5.66289 18.0776 4.65456 17.6599 3.91111 16.9165C3.16766 16.173 2.75 15.1647 2.75 14.1133V7.50616C2.75 6.45476 3.16766 5.44643 3.91111 4.70298C4.65456 3.95953 5.66289 3.54187 6.71429 3.54187H17.2857C18.3371 3.54187 19.3454 3.95953 20.0889 4.70298C20.8323 5.44643 21.25 6.45476 21.25 7.50616Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.5386 8.18508C9.78113 7.65607 10.1931 7.22307 10.7094 6.95459C11.2258 6.6861 11.8169 6.59749 12.3892 6.70276C12.7813 6.76291 13.1538 6.91417 13.4768 7.14438C13.7999 7.37458 14.0644 7.67732 14.2492 8.02829C14.3823 8.30901 14.4545 8.6147 14.461 8.92528C14.4676 9.23586 14.4083 9.54436 14.2871 9.83041C14.166 10.1165 13.9857 10.3736 13.7581 10.5851C13.5305 10.7965 13.2607 10.9573 12.9665 11.057C12.6663 11.1709 12.4067 11.3712 12.2203 11.6324C12.0338 11.8937 11.9289 12.2043 11.9189 12.5251V13.1309" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.8983 15.7661H11.9039" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.8983 15.7661H11.9039" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!