Phone 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 { IconPhone } from "@devigner-ui/icons";
<IconPhone className="size-6" />
<script setup>
import { IconPhone } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPhone class="size-6" />
</template>
<script>
import { IconPhone } from "@devigner-ui/icons-svelte";
</script>
<IconPhone class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m16.1 13.36.46-.45a2.04 2.04 0 0 1 2.41-.32l1.91 1.04c1.23.66 1.5 2.3.54 3.25L20 18.3c-.36.35-.8.62-1.32.67M4 5.75c-.03-.62.26-1.18.7-1.61l1.56-1.57a2.08 2.08 0 0 1 3.11.29l1.26 1.68c.62.83.55 1.95-.15 2.66l-.29.28" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M18.68 18.97c-1.63.15-5.62-.02-9.86-4.24-4-3.99-4.73-7.4-4.82-8.98" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16.1 13.36s-1.08 1.08-4.04-1.86-1.87-4.02-1.87-4.02" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>