Call Chat Rounded icon in outline, twotone, bold and bulk. Free in all four styles, for dialer, voip, support, contact, call history. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCallChatRounded } from "@devigner-ui/icons";
<IconCallChatRounded className="size-6" />
<script setup>
import { IconCallChatRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCallChatRounded class="size-6" />
</template>
<script>
import { IconCallChatRounded } from "@devigner-ui/icons-svelte";
</script>
<IconCallChatRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 12a5 5 0 1 0-4.48-2.77q.15.27.07.57l-.3 1.11c-.13.49.31.93.8.8l1.11-.3q.3-.07.57.07 1.02.5 2.23.52" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m8.04 7.32.65 1.16a2.8 2.8 0 0 1-.58 3.35s-1.11 1.12.91 3.15 3.15.9 3.15.9a2.8 2.8 0 0 1 3.35-.57l1.16.65c1.59.89 1.78 3.1.38 4.5a4.6 4.6 0 0 1-3 1.53c-1.9.08-5.14-.4-8.4-3.66-3.24-3.25-3.73-6.49-3.65-8.4.04-1.13.7-2.16 1.53-3 1.4-1.39 3.61-1.2 4.5.39" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>