Chat Round Money 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 { IconChatRoundMoney } from "@devigner-ui/icons";
<IconChatRoundMoney className="size-6" />
<script setup>
import { IconChatRoundMoney } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChatRoundMoney class="size-6" />
</template>
<script>
import { IconChatRoundMoney } from "@devigner-ui/icons-svelte";
</script>
<IconChatRoundMoney class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22a10 10 0 1 0-8.96-5.55q.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 12 22" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 15.33c1.1 0 2-.74 2-1.66S13.1 12 12 12s-2-.75-2-1.67.9-1.66 2-1.66m0 6.66c-1.1 0-2-.74-2-1.66m2 1.66V16m0-8v.67m0 0c1.1 0 2 .74 2 1.66" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>