Call Dropped 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 { IconCallDroppedRounded } from "@devigner-ui/icons";
<IconCallDroppedRounded className="size-6" />
<script setup>
import { IconCallDroppedRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCallDroppedRounded class="size-6" />
</template>
<script>
import { IconCallDroppedRounded } from "@devigner-ui/icons-svelte";
</script>
<IconCallDroppedRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 4v1c0 1.89 0 2.83.59 3.41C16.17 9 17.1 9 19 9h1.5m0 0L18 7m2.5 2L18 11" 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>