Incoming Call 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 { IconIncomingCall } from "@devigner-ui/icons";
<IconIncomingCall className="size-6" />
<script setup>
import { IconIncomingCall } from "@devigner-ui/icons-vue";
</script>
<template>
<IconIncomingCall class="size-6" />
</template>
<script>
import { IconIncomingCall } from "@devigner-ui/icons-svelte";
</script>
<IconIncomingCall 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="m15.1 15.03-.54-.52zm.46-.48.54.51zm2.41-.34-.37.65zm1.91 1.1-.37.65zm.54 3.45.55.51zM19 20.26l-.54-.52zm-1.32.7.07.75zm-9.86-4.48.54-.52zM3 6.97 2.25 7zM9.48 8.5l.54.52zm.15-2.8.62-.44zM8.37 3.9l-.6.43zm-3.1-.3.54.52zM3.68 5.26l-.54-.52zm7.37 7.8.55-.52zm4.58 2.48.46-.48L15 14.03l-.45.48zm1.96-.68 1.9 1.1.76-1.3-1.91-1.1zm2.28 3.38-1.42 1.5 1.08 1.03 1.43-1.5zm-2.28 1.98c-1.43.14-5.18.02-9.24-4.26l-1.09 1.03c4.43 4.67 8.66 4.9 10.48 4.72zm-9.24-4.26c-3.88-4.08-4.53-7.52-4.6-9.03L2.25 7c.1 1.85.88 5.63 5.01 9.98zm1.37-6.64.3-.3-1.1-1.03-.28.3zm.52-4.06L8.99 3.48l-1.23.86 1.26 1.79zM4.72 3.09 3.15 4.74l1.09 1.04L5.8 4.13zm4.47 5.72-.54-.52-.06.06-.07.1q-.08.13-.16.33-.17.4-.08 1.1c.13.88.71 2.08 2.24 3.7l1.09-1.04c-1.43-1.5-1.78-2.43-1.85-2.88a1 1 0 0 1 .01-.38l.01-.02-.03.04-.01.02zm1.33 4.76c1.52 1.6 2.67 2.24 3.55 2.38.45.07.81.01 1.1-.1a2 2 0 0 0 .45-.28l.01-.01v-.01h.01l-.54-.52-.54-.52v-.01l.02-.01.03-.03q.02 0 0 0a1 1 0 0 1-.3 0c-.4-.06-1.27-.41-2.7-1.92zM8.99 3.47a2.75 2.75 0 0 0-4.27-.38L5.8 4.13c.52-.56 1.44-.51 1.95.21zM3.75 6.94q-.02-.61.49-1.15l-1.1-1.04a3 3 0 0 0-.89 2.27zm14.7 12.8q-.41.45-.85.49l.15 1.49a3 3 0 0 0 1.8-.94zM10.03 9.03a3 3 0 0 0 .23-3.76l-1.23.87c.42.6.36 1.39-.09 1.86zm9.49 6.94c.82.47.98 1.64.37 2.28l1.09 1.03a3 3 0 0 0-.71-4.6zm-3.41-.9c.39-.4.99-.5 1.5-.2l.75-1.3a2.7 2.7 0 0 0-3.34.47z" fill="currentColor"></path></svg>