Phone 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 { IconPhoneRounded } from "@devigner-ui/icons";
<IconPhoneRounded className="size-6" />
<script setup>
import { IconPhoneRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPhoneRounded class="size-6" />
</template>
<script>
import { IconPhoneRounded } from "@devigner-ui/icons-svelte";
</script>
<IconPhoneRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 6.93a4.7 4.7 0 0 1 1.54-3c1.4-1.39 3.61-1.2 4.5.39l.65 1.16a2.8 2.8 0 0 1-.58 3.35m5.96 10.16a4.6 4.6 0 0 0 3-1.53c1.39-1.4 1.2-3.61-.39-4.5l-1.16-.65a2.8 2.8 0 0 0-3.35.58" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M5 6.93c-.07 1.91.42 5.15 3.67 8.4s6.49 3.74 8.4 3.66m-1.9-6.1s-1.12 1.11-3.15-.91-.9-3.15-.9-3.15" stroke="currentColor" stroke-width="1.5"></path></svg>