Call Cancel 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 { IconCallCancelRounded } from "@devigner-ui/icons";
<IconCallCancelRounded className="size-6" />
<script setup>
import { IconCallCancelRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCallCancelRounded class="size-6" />
</template>
<script>
import { IconCallCancelRounded } from "@devigner-ui/icons-svelte";
</script>
<IconCallCancelRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m20 4-4 4m0-4 4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="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>