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/310229.svg" alt="Message Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310229.svg" alt="Message Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310229.svg" alt="Message Question Mark icon" :width="24" :height="24" />
CSS background
.icon-message-question-mark {
background-image: url('https://proicons.com/icon/310229.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.615 4.16999C20.1784 3.73171 19.6594 3.38413 19.0879 3.14728C18.5164 2.91044 17.9037 2.78901 17.285 2.78998H6.70503C6.08566 2.78998 5.47238 2.91213 4.90028 3.14945C4.32818 3.38678 3.80848 3.73462 3.37098 4.17304C2.93349 4.61146 2.58677 5.13188 2.35066 5.70447C2.11455 6.27707 1.99369 6.89062 1.99501 7.50998V14.11C1.99369 14.7294 2.11455 15.3429 2.35066 15.9155C2.58677 16.4881 2.93349 17.0085 3.37098 17.4469C3.80848 17.8853 4.32818 18.2332 4.90028 18.4705C5.47238 18.7078 6.08566 18.83 6.70503 18.83H9.04499L10.985 20.77C11.1114 20.9094 11.2658 21.0207 11.4381 21.0965C11.6104 21.1723 11.7968 21.211 11.985 21.21C12.1748 21.2097 12.3624 21.1688 12.535 21.09C12.7039 21.0272 12.8549 20.9242 12.975 20.79L14.975 18.79H17.315C18.5637 18.7875 19.7607 18.2915 20.645 17.41C21.0739 16.9692 21.4134 16.4497 21.645 15.88C21.884 15.3065 22.0063 14.6912 22.005 14.07V7.46998C21.9942 6.22988 21.4947 5.0441 20.615 4.16999ZM11.895 17.02C11.6478 17.02 11.4061 16.9467 11.2006 16.8093C10.995 16.6719 10.8348 16.4767 10.7402 16.2483C10.6456 16.0199 10.6208 15.7686 10.669 15.5261C10.7172 15.2837 10.8363 15.0609 11.0111 14.8861C11.1859 14.7113 11.4087 14.5922 11.6511 14.544C11.8936 14.4958 12.145 14.5205 12.3734 14.6151C12.6018 14.7097 12.797 14.8699 12.9343 15.0755C13.0717 15.2811 13.145 15.5227 13.145 15.77C13.145 16.1015 13.0133 16.4195 12.7789 16.6539C12.5445 16.8883 12.2266 17.02 11.895 17.02ZM15.205 10.22C15.0272 10.636 14.765 11.0105 14.435 11.32C14.1045 11.6284 13.7127 11.8635 13.285 12.01C13.1827 12.0533 13.0932 12.1222 13.025 12.21C12.9533 12.3126 12.9149 12.4348 12.915 12.56V13.13C12.915 13.3952 12.8097 13.6495 12.6221 13.8371C12.4346 14.0246 12.1803 14.13 11.915 14.13C11.6498 14.13 11.3954 14.0246 11.2079 13.8371C11.0204 13.6495 10.915 13.3952 10.915 13.13V12.53C10.9256 12.0059 11.092 11.4968 11.393 11.0676C11.6939 10.6384 12.1159 10.3085 12.6051 10.12C12.7811 10.0691 12.9423 9.97646 13.075 9.84998C13.1991 9.7349 13.2978 9.59528 13.365 9.43998C13.4301 9.28509 13.4609 9.11791 13.455 8.94999C13.4543 8.78062 13.4167 8.61341 13.345 8.45997C13.2314 8.26382 13.0782 8.09353 12.895 7.95997C12.6973 7.82293 12.472 7.73079 12.235 7.68998C11.8715 7.62155 11.4957 7.67423 11.165 7.83997C10.8489 8.00843 10.5962 8.27521 10.445 8.59998C10.335 8.84133 10.1335 9.02906 9.88502 9.12189C9.63653 9.21472 9.36135 9.20504 9.12001 9.09498C8.87866 8.98491 8.69092 8.78349 8.59809 8.53501C8.50526 8.28652 8.51495 8.01131 8.62501 7.76996C8.96046 7.03859 9.53064 6.44027 10.245 6.06998C10.959 5.70189 11.7742 5.57889 12.565 5.71998C13.1016 5.8072 13.6113 6.01585 14.055 6.32999C14.5033 6.65033 14.8698 7.07168 15.125 7.55997C15.3284 7.97165 15.4409 8.42228 15.4547 8.88126C15.4685 9.34024 15.3833 9.79682 15.205 10.22Z" fill="black"/> </svg>
Copied!