Message Question icon in outline, twotone, bold and bulk. Free in all four styles, for chat, inbox, email, comments, support. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMessageQuestion } from "@devigner-ui/icons";
<IconMessageQuestion className="size-6" />
<script setup>
import { IconMessageQuestion } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageQuestion class="size-6" />
</template>
<script>
import { IconMessageQuestion } from "@devigner-ui/icons-svelte";
</script>
<IconMessageQuestion class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17 18.43h-4l-4.45 2.96A1 1 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><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M12 11.36v-.21c0-.68.42-1.04.84-1.33.41-.28.82-.64.82-1.3a1.66 1.66 0 1 0-3.32 0M12 13.75" opacity="1"></path></svg>