Message Square 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 { IconMessageSquare } from "@devigner-ui/icons";
<IconMessageSquare className="size-6" />
<script setup>
import { IconMessageSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageSquare class="size-6" />
</template>
<script>
import { IconMessageSquare } from "@devigner-ui/icons-svelte";
</script>
<IconMessageSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M18.95 9.76v3.14q0 .3-.03.59-.27 3.18-3.73 3.18h-.31a.6.6 0 0 0-.5.25l-.94 1.26c-.42.56-1.09.56-1.51 0l-.94-1.26a.7.7 0 0 0-.5-.25h-.31c-2.51 0-3.76-.62-3.76-3.76V9.77q0-3.45 3.18-3.73.29-.03.59-.03h5.03q3.72 0 3.73 3.75" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.67 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>