message question mark icon

message-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
message-question-mark-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the message question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.615 4.17a4.7 4.7 0 0 0-3.33-1.38H6.705a4.71 4.71 0 0 0-4.71 4.72v6.6a4.71 4.71 0 0 0 4.71 4.72h2.34l1.94 1.94a1.34 1.34 0 0 0 1.55.32a1.1 1.1 0 0 0 .44-.3l2-2h2.34a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53a4.7 4.7 0 0 0 .36-1.81v-6.6a4.7 4.7 0 0 0-1.39-3.3m-8.72 12.85a1.25 1.25 0 1 1 0-2.499a1.25 1.25 0 0 1 0 2.499m3.31-6.8a3.2 3.2 0 0 1-1.92 1.79a.65.65 0 0 0-.26.2a.6.6 0 0 0-.11.35v.57a1 1 0 1 1-2 0v-.6a2.64 2.64 0 0 1 1.69-2.41a1.22 1.22 0 0 0 .76-.68a1.2 1.2 0 0 0 .09-.49c0-.17-.038-.337-.11-.49a1.6 1.6 0 0 0-.45-.5a1.65 1.65 0 0 0-.66-.27a1.7 1.7 0 0 0-1.07.15a1.65 1.65 0 0 0-.72.76a1 1 0 1 1-1.82-.83a3.6 3.6 0 0 1 1.62-1.7a3.66 3.66 0 0 1 2.32-.35a3.51 3.51 0 0 1 2.56 1.84a3.2 3.2 0 0 1 .08 2.66"/></svg>

React

import type { SVGProps } from "react";

export function MageMessageQuestionMarkFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.615 4.17a4.7 4.7 0 0 0-3.33-1.38H6.705a4.71 4.71 0 0 0-4.71 4.72v6.6a4.71 4.71 0 0 0 4.71 4.72h2.34l1.94 1.94a1.34 1.34 0 0 0 1.55.32a1.1 1.1 0 0 0 .44-.3l2-2h2.34a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53a4.7 4.7 0 0 0 .36-1.81v-6.6a4.7 4.7 0 0 0-1.39-3.3m-8.72 12.85a1.25 1.25 0 1 1 0-2.499a1.25 1.25 0 0 1 0 2.499m3.31-6.8a3.2 3.2 0 0 1-1.92 1.79a.65.65 0 0 0-.26.2a.6.6 0 0 0-.11.35v.57a1 1 0 1 1-2 0v-.6a2.64 2.64 0 0 1 1.69-2.41a1.22 1.22 0 0 0 .76-.68a1.2 1.2 0 0 0 .09-.49c0-.17-.038-.337-.11-.49a1.6 1.6 0 0 0-.45-.5a1.65 1.65 0 0 0-.66-.27a1.7 1.7 0 0 0-1.07.15a1.65 1.65 0 0 0-.72.76a1 1 0 1 1-1.82-.83a3.6 3.6 0 0 1 1.62-1.7a3.66 3.66 0 0 1 2.32-.35a3.51 3.51 0 0 1 2.56 1.84a3.2 3.2 0 0 1 .08 2.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.615 4.17a4.7 4.7 0 0 0-3.33-1.38H6.705a4.71 4.71 0 0 0-4.71 4.72v6.6a4.71 4.71 0 0 0 4.71 4.72h2.34l1.94 1.94a1.34 1.34 0 0 0 1.55.32a1.1 1.1 0 0 0 .44-.3l2-2h2.34a4.73 4.73 0 0 0 3.33-1.38a4.8 4.8 0 0 0 1-1.53a4.7 4.7 0 0 0 .36-1.81v-6.6a4.7 4.7 0 0 0-1.39-3.3m-8.72 12.85a1.25 1.25 0 1 1 0-2.499a1.25 1.25 0 0 1 0 2.499m3.31-6.8a3.2 3.2 0 0 1-1.92 1.79a.65.65 0 0 0-.26.2a.6.6 0 0 0-.11.35v.57a1 1 0 1 1-2 0v-.6a2.64 2.64 0 0 1 1.69-2.41a1.22 1.22 0 0 0 .76-.68a1.2 1.2 0 0 0 .09-.49c0-.17-.038-.337-.11-.49a1.6 1.6 0 0 0-.45-.5a1.65 1.65 0 0 0-.66-.27a1.7 1.7 0 0 0-1.07.15a1.65 1.65 0 0 0-.72.76a1 1 0 1 1-1.82-.83a3.6 3.6 0 0 1 1.62-1.7a3.66 3.66 0 0 1 2.32-.35a3.51 3.51 0 0 1 2.56 1.84a3.2 3.2 0 0 1 .08 2.66"/></svg>
</template>

CSS

.icon-message-question-mark-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.615%204.17a4.7%204.7%200%200%200-3.33-1.38H6.705a4.71%204.71%200%200%200-4.71%204.72v6.6a4.71%204.71%200%200%200%204.71%204.72h2.34l1.94%201.94a1.34%201.34%200%200%200%201.55.32a1.1%201.1%200%200%200%20.44-.3l2-2h2.34a4.73%204.73%200%200%200%203.33-1.38a4.8%204.8%200%200%200%201-1.53a4.7%204.7%200%200%200%20.36-1.81v-6.6a4.7%204.7%200%200%200-1.39-3.3m-8.72%2012.85a1.25%201.25%200%201%201%200-2.499a1.25%201.25%200%200%201%200%202.499m3.31-6.8a3.2%203.2%200%200%201-1.92%201.79a.65.65%200%200%200-.26.2a.6.6%200%200%200-.11.35v.57a1%201%200%201%201-2%200v-.6a2.64%202.64%200%200%201%201.69-2.41a1.22%201.22%200%200%200%20.76-.68a1.2%201.2%200%200%200%20.09-.49c0-.17-.038-.337-.11-.49a1.6%201.6%200%200%200-.45-.5a1.65%201.65%200%200%200-.66-.27a1.7%201.7%200%200%200-1.07.15a1.65%201.65%200%200%200-.72.76a1%201%200%201%201-1.82-.83a3.6%203.6%200%200%201%201.62-1.7a3.66%203.66%200%200%201%202.32-.35a3.51%203.51%200%200%201%202.56%201.84a3.2%203.2%200%200%201%20.08%202.66%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.615%204.17a4.7%204.7%200%200%200-3.33-1.38H6.705a4.71%204.71%200%200%200-4.71%204.72v6.6a4.71%204.71%200%200%200%204.71%204.72h2.34l1.94%201.94a1.34%201.34%200%200%200%201.55.32a1.1%201.1%200%200%200%20.44-.3l2-2h2.34a4.73%204.73%200%200%200%203.33-1.38a4.8%204.8%200%200%200%201-1.53a4.7%204.7%200%200%200%20.36-1.81v-6.6a4.7%204.7%200%200%200-1.39-3.3m-8.72%2012.85a1.25%201.25%200%201%201%200-2.499a1.25%201.25%200%200%201%200%202.499m3.31-6.8a3.2%203.2%200%200%201-1.92%201.79a.65.65%200%200%200-.26.2a.6.6%200%200%200-.11.35v.57a1%201%200%201%201-2%200v-.6a2.64%202.64%200%200%201%201.69-2.41a1.22%201.22%200%200%200%20.76-.68a1.2%201.2%200%200%200%20.09-.49c0-.17-.038-.337-.11-.49a1.6%201.6%200%200%200-.45-.5a1.65%201.65%200%200%200-.66-.27a1.7%201.7%200%200%200-1.07.15a1.65%201.65%200%200%200-.72.76a1%201%200%201%201-1.82-.83a3.6%203.6%200%200%201%201.62-1.7a3.66%203.66%200%200%201%202.32-.35a3.51%203.51%200%200%201%202.56%201.84a3.2%203.2%200%200%201%20.08%202.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-question-mark-fill.svg?color=%231a73e8&size=48