phone call icon

phone-call-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
phone-call-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the phone call icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144.27 45.93a8 8 0 0 1 9.8-5.66a86.22 86.22 0 0 1 61.66 61.66a8 8 0 0 1-5.66 9.8a8.2 8.2 0 0 1-2.07.27a8 8 0 0 1-7.73-5.93a70.35 70.35 0 0 0-50.33-50.34a8 8 0 0 1-5.67-9.8m-2.33 41.8c13.79 3.68 22.65 12.55 26.33 26.34A8 8 0 0 0 176 120a8.2 8.2 0 0 0 2.07-.27a8 8 0 0 0 5.66-9.8c-5.12-19.16-18.5-32.54-37.66-37.66a8 8 0 1 0-4.13 15.46m72.43 78.73l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8 8 0 0 0-.75.56L126.87 168c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L89.54 41.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 24 88c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62"/></svg>

React

import type { SVGProps } from "react";

export function PhPhoneCallFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144.27 45.93a8 8 0 0 1 9.8-5.66a86.22 86.22 0 0 1 61.66 61.66a8 8 0 0 1-5.66 9.8a8.2 8.2 0 0 1-2.07.27a8 8 0 0 1-7.73-5.93a70.35 70.35 0 0 0-50.33-50.34a8 8 0 0 1-5.67-9.8m-2.33 41.8c13.79 3.68 22.65 12.55 26.33 26.34A8 8 0 0 0 176 120a8.2 8.2 0 0 0 2.07-.27a8 8 0 0 0 5.66-9.8c-5.12-19.16-18.5-32.54-37.66-37.66a8 8 0 1 0-4.13 15.46m72.43 78.73l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8 8 0 0 0-.75.56L126.87 168c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L89.54 41.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 24 88c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144.27 45.93a8 8 0 0 1 9.8-5.66a86.22 86.22 0 0 1 61.66 61.66a8 8 0 0 1-5.66 9.8a8.2 8.2 0 0 1-2.07.27a8 8 0 0 1-7.73-5.93a70.35 70.35 0 0 0-50.33-50.34a8 8 0 0 1-5.67-9.8m-2.33 41.8c13.79 3.68 22.65 12.55 26.33 26.34A8 8 0 0 0 176 120a8.2 8.2 0 0 0 2.07-.27a8 8 0 0 0 5.66-9.8c-5.12-19.16-18.5-32.54-37.66-37.66a8 8 0 1 0-4.13 15.46m72.43 78.73l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8 8 0 0 0-.75.56L126.87 168c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L89.54 41.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 24 88c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62"/></svg>
</template>

CSS

.icon-phone-call-fill {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144.27%2045.93a8%208%200%200%201%209.8-5.66a86.22%2086.22%200%200%201%2061.66%2061.66a8%208%200%200%201-5.66%209.8a8.2%208.2%200%200%201-2.07.27a8%208%200%200%201-7.73-5.93a70.35%2070.35%200%200%200-50.33-50.34a8%208%200%200%201-5.67-9.8m-2.33%2041.8c13.79%203.68%2022.65%2012.55%2026.33%2026.34A8%208%200%200%200%20176%20120a8.2%208.2%200%200%200%202.07-.27a8%208%200%200%200%205.66-9.8c-5.12-19.16-18.5-32.54-37.66-37.66a8%208%200%201%200-4.13%2015.46m72.43%2078.73l-47.11-21.11l-.13-.06a16%2016%200%200%200-15.17%201.4a8%208%200%200%200-.75.56L126.87%20168c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16%2016%200%200%200%201.32-15.06v-.12L89.54%2041.64a16%2016%200%200%200-16.62-9.52A56.26%2056.26%200%200%200%2024%2088c0%2079.4%2064.6%20144%20144%20144a56.26%2056.26%200%200%200%2055.88-48.92a16%2016%200%200%200-9.51-16.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144.27%2045.93a8%208%200%200%201%209.8-5.66a86.22%2086.22%200%200%201%2061.66%2061.66a8%208%200%200%201-5.66%209.8a8.2%208.2%200%200%201-2.07.27a8%208%200%200%201-7.73-5.93a70.35%2070.35%200%200%200-50.33-50.34a8%208%200%200%201-5.67-9.8m-2.33%2041.8c13.79%203.68%2022.65%2012.55%2026.33%2026.34A8%208%200%200%200%20176%20120a8.2%208.2%200%200%200%202.07-.27a8%208%200%200%200%205.66-9.8c-5.12-19.16-18.5-32.54-37.66-37.66a8%208%200%201%200-4.13%2015.46m72.43%2078.73l-47.11-21.11l-.13-.06a16%2016%200%200%200-15.17%201.4a8%208%200%200%200-.75.56L126.87%20168c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16%2016%200%200%200%201.32-15.06v-.12L89.54%2041.64a16%2016%200%200%200-16.62-9.52A56.26%2056.26%200%200%200%2024%2088c0%2079.4%2064.6%20144%20144%20144a56.26%2056.26%200%200%200%2055.88-48.92a16%2016%200%200%200-9.51-16.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-call-fill.svg?color=%231a73e8&size=48