Message Text 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 { IconMessageText } from "@devigner-ui/icons";
<IconMessageText className="size-6" />
<script setup>
import { IconMessageText } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageText class="size-6" />
</template>
<script>
import { IconMessageText } from "@devigner-ui/icons-svelte";
</script>
<IconMessageText class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.67 2h-8q-6 0-6 6v13a1 1 0 0 0 1 1h13q6 0 6-6V8q0-6-6-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.67 9.5h10" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.67 14.5h7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>