Message Circle 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 { IconMessageCircle } from "@devigner-ui/icons";
<IconMessageCircle className="size-6" />
<script setup>
import { IconMessageCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageCircle class="size-6" />
</template>
<script>
import { IconMessageCircle } from "@devigner-ui/icons-svelte";
</script>
<IconMessageCircle 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="M17.92 10.18v2.63q0 .25-.03.49-.23 2.65-3.12 2.65h-.26a.5.5 0 0 0-.42.21l-.79 1.05c-.35.47-.91.47-1.26 0l-.79-1.05a.6.6 0 0 0-.42-.21h-.26c-2.1 0-3.15-.52-3.15-3.15v-2.63q0-2.89 2.65-3.12.24-.03.49-.03h4.2q3.16.03 3.16 3.16" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>