message question mark round icon
message-question-mark-round from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- message-question-mark-round
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
message-checkmessage-check-roundmessage-conversationmessage-dotsmessage-dots-checkmessage-dots-crossmessage-dots-downloadmessage-dots-minusmessage-dots-plusmessage-dots-question-markmessage-dots-roundmessage-dots-round-checkmessage-dots-round-crossmessage-dots-round-downloadmessage-dots-round-minusmessage-dots-round-plusmessage-dots-round-question-markmessage-dots-round-uploadmessage-dots-uploadmessage-info-roundmessage-informationmessage-minusmessage-minus-roundmessage-plus
Use the message question mark round icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-linejoin="round" stroke-width="1.5" d="M21.25 12a9.23 9.23 0 0 1-2.705 6.54A9.25 9.25 0 0 1 12 21.25a9.2 9.2 0 0 1-3.795-.81l-3.867.572a1.195 1.195 0 0 1-1.361-1.43l.537-3.923A8.9 8.9 0 0 1 2.75 12a9.23 9.23 0 0 1 2.705-6.54A9.25 9.25 0 0 1 12 2.75a9.26 9.26 0 0 1 6.545 2.71A9.24 9.24 0 0 1 21.25 12"/><path stroke-miterlimit="10" stroke-width="1.5" d="M9.287 8.667a2.88 2.88 0 0 1 3.142-1.631a2.8 2.8 0 0 1 2.05 1.459a2.422 2.422 0 0 1-1.414 3.334a1.79 1.79 0 0 0-1.154 1.615v.667"/><path stroke-linejoin="round" stroke-width="2" d="M11.888 17.012h.006m-.006 0h.006"/></g></svg>
React
import type { SVGProps } from "react";
export function MageMessageQuestionMarkRound(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round"><path strokeLinejoin="round" strokeWidth="1.5" d="M21.25 12a9.23 9.23 0 0 1-2.705 6.54A9.25 9.25 0 0 1 12 21.25a9.2 9.2 0 0 1-3.795-.81l-3.867.572a1.195 1.195 0 0 1-1.361-1.43l.537-3.923A8.9 8.9 0 0 1 2.75 12a9.23 9.23 0 0 1 2.705-6.54A9.25 9.25 0 0 1 12 2.75a9.26 9.26 0 0 1 6.545 2.71A9.24 9.24 0 0 1 21.25 12"/><path strokeMiterlimit="10" strokeWidth="1.5" d="M9.287 8.667a2.88 2.88 0 0 1 3.142-1.631a2.8 2.8 0 0 1 2.05 1.459a2.422 2.422 0 0 1-1.414 3.334a1.79 1.79 0 0 0-1.154 1.615v.667"/><path strokeLinejoin="round" strokeWidth="2" d="M11.888 17.012h.006m-.006 0h.006"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round"><path stroke-linejoin="round" stroke-width="1.5" d="M21.25 12a9.23 9.23 0 0 1-2.705 6.54A9.25 9.25 0 0 1 12 21.25a9.2 9.2 0 0 1-3.795-.81l-3.867.572a1.195 1.195 0 0 1-1.361-1.43l.537-3.923A8.9 8.9 0 0 1 2.75 12a9.23 9.23 0 0 1 2.705-6.54A9.25 9.25 0 0 1 12 2.75a9.26 9.26 0 0 1 6.545 2.71A9.24 9.24 0 0 1 21.25 12"/><path stroke-miterlimit="10" stroke-width="1.5" d="M9.287 8.667a2.88 2.88 0 0 1 3.142-1.631a2.8 2.8 0 0 1 2.05 1.459a2.422 2.422 0 0 1-1.414 3.334a1.79 1.79 0 0 0-1.154 1.615v.667"/><path stroke-linejoin="round" stroke-width="2" d="M11.888 17.012h.006m-.006 0h.006"/></g></svg> </template>
CSS
.icon-message-question-mark-round {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.25%2012a9.23%209.23%200%200%201-2.705%206.54A9.25%209.25%200%200%201%2012%2021.25a9.2%209.2%200%200%201-3.795-.81l-3.867.572a1.195%201.195%200%200%201-1.361-1.43l.537-3.923A8.9%208.9%200%200%201%202.75%2012a9.23%209.23%200%200%201%202.705-6.54A9.25%209.25%200%200%201%2012%202.75a9.26%209.26%200%200%201%206.545%202.71A9.24%209.24%200%200%201%2021.25%2012%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M9.287%208.667a2.88%202.88%200%200%201%203.142-1.631a2.8%202.8%200%200%201%202.05%201.459a2.422%202.422%200%200%201-1.414%203.334a1.79%201.79%200%200%200-1.154%201.615v.667%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.888%2017.012h.006m-.006%200h.006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.25%2012a9.23%209.23%200%200%201-2.705%206.54A9.25%209.25%200%200%201%2012%2021.25a9.2%209.2%200%200%201-3.795-.81l-3.867.572a1.195%201.195%200%200%201-1.361-1.43l.537-3.923A8.9%208.9%200%200%201%202.75%2012a9.23%209.23%200%200%201%202.705-6.54A9.25%209.25%200%200%201%2012%202.75a9.26%209.26%200%200%201%206.545%202.71A9.24%209.24%200%200%201%2021.25%2012%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%20d%3D%22M9.287%208.667a2.88%202.88%200%200%201%203.142-1.631a2.8%202.8%200%200%201%202.05%201.459a2.422%202.422%200%200%201-1.414%203.334a1.79%201.79%200%200%200-1.154%201.615v.667%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.888%2017.012h.006m-.006%200h.006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-question-mark-round.svg?color=%231a73e8&size=48