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/310857.svg" alt="Message Question Mark Round icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310857.svg" alt="Message Question Mark Round icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310857.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/310857.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 12C21.2516 13.2141 21.0135 14.4167 20.5493 15.5389C20.0852 16.6611 19.4041 17.6809 18.545 18.54C17.6859 19.3991 16.6656 20.0806 15.5426 20.5456C14.4196 21.0106 13.2158 21.25 12 21.25C10.6915 21.2531 9.39742 20.9767 8.20459 20.4394L4.33751 21.0116C4.14525 21.0433 3.94812 21.0275 3.76336 20.9656C3.57861 20.9037 3.41183 20.7976 3.27761 20.6565C3.14339 20.5154 3.04581 20.3436 2.99339 20.1562C2.94096 19.9687 2.93529 19.7713 2.97688 19.5812L3.51397 15.6595C3.00433 14.5069 2.74404 13.2599 2.7501 12C2.74854 10.7858 2.98663 9.58326 3.45079 8.46107C3.91494 7.33888 4.59603 6.31908 5.45513 5.45998C6.31422 4.60088 7.33446 3.91935 8.45749 3.45434C9.58052 2.98934 10.7843 2.75 12 2.75C13.2158 2.75 14.4196 2.98934 15.5426 3.45434C16.6656 3.91935 17.6859 4.60088 18.545 5.45998C19.4041 6.31908 20.0852 7.33888 20.5493 8.46107C21.0135 9.58326 21.2516 10.7858 21.25 12Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.28731 8.66736C9.5546 8.08508 10.0087 7.60848 10.5777 7.31297C11.1468 7.01745 11.7982 6.91991 12.429 7.03578C12.8611 7.10199 13.2717 7.26848 13.6276 7.52187C13.9837 7.77524 14.2752 8.10847 14.4789 8.49478C14.6255 8.80376 14.7051 9.14023 14.7123 9.48209C14.7195 9.82394 14.6542 10.1635 14.5207 10.4784C14.3872 10.7932 14.1885 11.0763 13.9376 11.309C13.6868 11.5417 13.3895 11.7188 13.0652 11.8285C12.7344 11.9539 12.4483 12.1743 12.2428 12.4618C12.0373 12.7494 11.9217 13.0913 11.9106 13.4444V14.1112" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.888 17.0117H11.8936" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.888 17.0117H11.8936" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!