Chat Round Unread 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 { IconChatRoundUnread } from "@devigner-ui/icons";
<IconChatRoundUnread className="size-6" />
<script setup>
import { IconChatRoundUnread } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChatRoundUnread class="size-6" />
</template>
<script>
import { IconChatRoundUnread } from "@devigner-ui/icons-svelte";
</script>
<IconChatRoundUnread class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" transform="matrix(-1 0 0 1 22 2.00024)" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M14 2.2q-.98-.2-2-.2a10 10 0 0 0-8.96 14.45q.28.56.14 1.15l-.6 2.23a1.3 1.3 0 0 0 1.6 1.59l2.22-.6c.38-.1.8-.04 1.15.14A10 10 0 0 0 21.8 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>