Message2 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 { IconMessage2 } from "@devigner-ui/icons";
<IconMessage2 className="size-6" />
<script setup>
import { IconMessage2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessage2 class="size-6" />
</template>
<script>
import { IconMessage2 } from "@devigner-ui/icons-svelte";
</script>
<IconMessage2 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="M9.17 10.5h7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.67 18.43h4l4.45 2.96a1 1 0 0 0 1.55-.83v-2.13c3 0 5-2 5-5v-6c0-3-2-5-5-5h-10c-3 0-5 2-5 5v6c0 3 2 5 5 5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>