Phone Calling 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 { IconPhoneCallingRounded } from "@devigner-ui/icons";
<IconPhoneCallingRounded className="size-6" />
<script setup>
import { IconPhoneCallingRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPhoneCallingRounded class="size-6" />
</template>
<script>
import { IconPhoneCallingRounded } from "@devigner-ui/icons-svelte";
</script>
<IconPhoneCallingRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 2s2.2.2 5 3 3 5 3 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M14.2 5.54s1 .28 2.48 1.76c1.49 1.49 1.77 2.48 1.77 2.48" 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>