Incoming Call 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 { IconIncomingCallRounded } from "@devigner-ui/icons";
<IconIncomingCallRounded className="size-6" />
<script setup>
import { IconIncomingCallRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconIncomingCallRounded class="size-6" />
</template>
<script>
import { IconIncomingCallRounded } from "@devigner-ui/icons-svelte";
</script>
<IconIncomingCallRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19 5-4 4m0 0V6m0 3h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m10.04 5.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>