End 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 { IconEndCallRounded } from "@devigner-ui/icons";
<IconEndCallRounded className="size-6" />
<script setup>
import { IconEndCallRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEndCallRounded class="size-6" />
</template>
<script>
import { IconEndCallRounded } from "@devigner-ui/icons-svelte";
</script>
<IconEndCallRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.08 10.5A5 5 0 0 0 2 13.85c0 2.06 1.78 3.56 3.6 3.05l1.35-.38A3 3 0 0 0 9 13.62m11.92-3.12c.8.87 1.08 2.11 1.08 3.35 0 2.06-1.78 3.56-3.6 3.05l-1.35-.38a3 3 0 0 1-2.05-2.9" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3.08 10.5C4.44 9.04 7.2 7 12 7s7.56 2.04 8.92 3.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 13.62s0-1.66 3-1.66 3 1.66 3 1.66" stroke="currentColor" stroke-width="1.5"></path></svg>