message question icon

message-question from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
message-question
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All message question icons →

More newicons icons from Reicon

Use the message question 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-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M17 18.43h-4l-4.45 2.96A.997.997 0 0 1 7 20.56v-2.13c-3 0-5-2-5-5v-6c0-3 2-5 5-5h10c3 0 5 2 5 5v6c0 3-2 5-5 5"/><path d="M12 11.36v-.21c0-.68.42-1.04.84-1.33c.41-.28.82-.64.82-1.3c0-.92-.74-1.66-1.66-1.66s-1.66.74-1.66 1.66m1.656 5.23h.008"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMessageQuestion(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M17 18.43h-4l-4.45 2.96A.997.997 0 0 1 7 20.56v-2.13c-3 0-5-2-5-5v-6c0-3 2-5 5-5h10c3 0 5 2 5 5v6c0 3-2 5-5 5"/><path d="M12 11.36v-.21c0-.68.42-1.04.84-1.33c.41-.28.82-.64.82-1.3c0-.92-.74-1.66-1.66-1.66s-1.66.74-1.66 1.66m1.656 5.23h.008"/></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-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M17 18.43h-4l-4.45 2.96A.997.997 0 0 1 7 20.56v-2.13c-3 0-5-2-5-5v-6c0-3 2-5 5-5h10c3 0 5 2 5 5v6c0 3-2 5-5 5"/><path d="M12 11.36v-.21c0-.68.42-1.04.84-1.33c.41-.28.82-.64.82-1.3c0-.92-.74-1.66-1.66-1.66s-1.66.74-1.66 1.66m1.656 5.23h.008"/></g></svg>
</template>

CSS

.icon-message-question {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2018.43h-4l-4.45%202.96A.997.997%200%200%201%207%2020.56v-2.13c-3%200-5-2-5-5v-6c0-3%202-5%205-5h10c3%200%205%202%205%205v6c0%203-2%205-5%205%22%2F%3E%3Cpath%20d%3D%22M12%2011.36v-.21c0-.68.42-1.04.84-1.33c.41-.28.82-.64.82-1.3c0-.92-.74-1.66-1.66-1.66s-1.66.74-1.66%201.66m1.656%205.23h.008%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17%2018.43h-4l-4.45%202.96A.997.997%200%200%201%207%2020.56v-2.13c-3%200-5-2-5-5v-6c0-3%202-5%205-5h10c3%200%205%202%205%205v6c0%203-2%205-5%205%22%2F%3E%3Cpath%20d%3D%22M12%2011.36v-.21c0-.68.42-1.04.84-1.33c.41-.28.82-.64.82-1.3c0-.92-.74-1.66-1.66-1.66s-1.66.74-1.66%201.66m1.656%205.23h.008%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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