message dots question mark icon

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

Name
message-dots-question-mark
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

Related icons in Mage Icons

Use the message dots question mark 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" stroke-width="1.5"><path stroke-linejoin="round" d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path stroke-linejoin="round" d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13"/><path stroke-miterlimit="10" d="M17.614 3.45a1.2 1.2 0 0 1 1.306-.68a1.16 1.16 0 0 1 .853.607a1.01 1.01 0 0 1-.588 1.389a.745.745 0 0 0-.48.673v.277"/><path stroke-linejoin="round" d="M18.74 7.896h.002"/></g></svg>

React

import type { SVGProps } from "react";

export function MageMessageDotsQuestionMark(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path strokeLinejoin="round" d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13"/><path strokeMiterlimit="10" d="M17.614 3.45a1.2 1.2 0 0 1 1.306-.68a1.16 1.16 0 0 1 .853.607a1.01 1.01 0 0 1-.588 1.389a.745.745 0 0 0-.48.673v.277"/><path strokeLinejoin="round" d="M18.74 7.896h.002"/></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" stroke-width="1.5"><path stroke-linejoin="round" d="M12 11.338a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m4.625 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321m-9.25 0a.66.66 0 1 0 0-1.321a.66.66 0 0 0 0 1.321"/><path stroke-linejoin="round" d="M21.25 10.94v3.17a4 4 0 0 1-1.16 2.81a4.2 4.2 0 0 1-1.29.86a4.1 4.1 0 0 1-1.51.3h-2.65l-2.18 2.18a.8.8 0 0 1-.21.15a.65.65 0 0 1-.5 0a.8.8 0 0 1-.21-.15l-2.18-2.18H6.71a4 4 0 0 1-2.8-1.16a4 4 0 0 1-1.16-2.81v-6.6a4 4 0 0 1 4-4H13"/><path stroke-miterlimit="10" d="M17.614 3.45a1.2 1.2 0 0 1 1.306-.68a1.16 1.16 0 0 1 .853.607a1.01 1.01 0 0 1-.588 1.389a.745.745 0 0 0-.48.673v.277"/><path stroke-linejoin="round" d="M18.74 7.896h.002"/></g></svg>
</template>

CSS

.icon-message-dots-question-mark {
  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%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011.338a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m4.625%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m-9.25%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.25%2010.94v3.17a4%204%200%200%201-1.16%202.81a4.2%204.2%200%200%201-1.29.86a4.1%204.1%200%200%201-1.51.3h-2.65l-2.18%202.18a.8.8%200%200%201-.21.15a.65.65%200%200%201-.5%200a.8.8%200%200%201-.21-.15l-2.18-2.18H6.71a4%204%200%200%201-2.8-1.16a4%204%200%200%201-1.16-2.81v-6.6a4%204%200%200%201%204-4H13%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.614%203.45a1.2%201.2%200%200%201%201.306-.68a1.16%201.16%200%200%201%20.853.607a1.01%201.01%200%200%201-.588%201.389a.745.745%200%200%200-.48.673v.277%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.74%207.896h.002%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%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011.338a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m4.625%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321m-9.25%200a.66.66%200%201%200%200-1.321a.66.66%200%200%200%200%201.321%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.25%2010.94v3.17a4%204%200%200%201-1.16%202.81a4.2%204.2%200%200%201-1.29.86a4.1%204.1%200%200%201-1.51.3h-2.65l-2.18%202.18a.8.8%200%200%201-.21.15a.65.65%200%200%201-.5%200a.8.8%200%200%201-.21-.15l-2.18-2.18H6.71a4%204%200%200%201-2.8-1.16a4%204%200%200%201-1.16-2.81v-6.6a4%204%200%200%201%204-4H13%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.614%203.45a1.2%201.2%200%200%201%201.306-.68a1.16%201.16%200%200%201%20.853.607a1.01%201.01%200%200%201-.588%201.389a.745.745%200%200%200-.48.673v.277%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.74%207.896h.002%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-dots-question-mark.svg?color=%231a73e8&size=48

Message Dots Question Mark outline icon — Mage Icons · IconsDB