phone call icon
phone-call from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- phone-call
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
phone-callBoxIcons v2phone-callBoxIcons v2 Solidphone-call-fillEva Iconsphone-callFeather Iconsphone-callHuge Iconsphone-callHumbleiconsphone-callIconParkphone-callIconPark Outlinephone-callIconPark Solidphone-callIconPark TwoTonephone-callMaterial Line Iconsphone-callLucidephone-callMage Iconsphone-call-fillMingCute Iconphone-callPixelarticonsphone-callTabler Icons
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.94a70.35 70.35 0 0 0-50.33-50.33a8 8 0 0 1-5.67-9.8m-2.33 41.8c13.79 3.68 22.65 12.54 26.33 26.33A8 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.46m81.94 95.35A56.26 56.26 0 0 1 168 232C88.6 232 24 167.4 24 88a56.26 56.26 0 0 1 48.92-55.88a16 16 0 0 1 16.62 9.52l21.12 47.15v.12a16 16 0 0 1-1.27 15.09c-.18.27-.37.52-.57.77L88 129.45c7.49 15.22 23.41 31 38.83 38.51l24.34-20.71a8 8 0 0 1 .75-.56a16 16 0 0 1 15.17-1.4l.13.06l47.11 21.11a16 16 0 0 1 9.55 16.62m-15.88-2h-.11l-47-21.05l-24.35 20.71a8 8 0 0 1-.74.56a16 16 0 0 1-15.75 1.14c-18.73-9.05-37.4-27.58-46.46-46.11a16 16 0 0 1 1-15.7a6 6 0 0 1 .57-.77L96 95.15l-21-47a.6.6 0 0 1 0-.12A40.2 40.2 0 0 0 40 88a128.14 128.14 0 0 0 128 128a40.21 40.21 0 0 0 40-34.93Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneCall(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.94a70.35 70.35 0 0 0-50.33-50.33a8 8 0 0 1-5.67-9.8m-2.33 41.8c13.79 3.68 22.65 12.54 26.33 26.33A8 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.46m81.94 95.35A56.26 56.26 0 0 1 168 232C88.6 232 24 167.4 24 88a56.26 56.26 0 0 1 48.92-55.88a16 16 0 0 1 16.62 9.52l21.12 47.15v.12a16 16 0 0 1-1.27 15.09c-.18.27-.37.52-.57.77L88 129.45c7.49 15.22 23.41 31 38.83 38.51l24.34-20.71a8 8 0 0 1 .75-.56a16 16 0 0 1 15.17-1.4l.13.06l47.11 21.11a16 16 0 0 1 9.55 16.62m-15.88-2h-.11l-47-21.05l-24.35 20.71a8 8 0 0 1-.74.56a16 16 0 0 1-15.75 1.14c-18.73-9.05-37.4-27.58-46.46-46.11a16 16 0 0 1 1-15.7a6 6 0 0 1 .57-.77L96 95.15l-21-47a.6.6 0 0 1 0-.12A40.2 40.2 0 0 0 40 88a128.14 128.14 0 0 0 128 128a40.21 40.21 0 0 0 40-34.93Z"/></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.94a70.35 70.35 0 0 0-50.33-50.33a8 8 0 0 1-5.67-9.8m-2.33 41.8c13.79 3.68 22.65 12.54 26.33 26.33A8 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.46m81.94 95.35A56.26 56.26 0 0 1 168 232C88.6 232 24 167.4 24 88a56.26 56.26 0 0 1 48.92-55.88a16 16 0 0 1 16.62 9.52l21.12 47.15v.12a16 16 0 0 1-1.27 15.09c-.18.27-.37.52-.57.77L88 129.45c7.49 15.22 23.41 31 38.83 38.51l24.34-20.71a8 8 0 0 1 .75-.56a16 16 0 0 1 15.17-1.4l.13.06l47.11 21.11a16 16 0 0 1 9.55 16.62m-15.88-2h-.11l-47-21.05l-24.35 20.71a8 8 0 0 1-.74.56a16 16 0 0 1-15.75 1.14c-18.73-9.05-37.4-27.58-46.46-46.11a16 16 0 0 1 1-15.7a6 6 0 0 1 .57-.77L96 95.15l-21-47a.6.6 0 0 1 0-.12A40.2 40.2 0 0 0 40 88a128.14 128.14 0 0 0 128 128a40.21 40.21 0 0 0 40-34.93Z"/></svg> </template>
CSS
.icon-phone-call {
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.94a70.35%2070.35%200%200%200-50.33-50.33a8%208%200%200%201-5.67-9.8m-2.33%2041.8c13.79%203.68%2022.65%2012.54%2026.33%2026.33A8%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.46m81.94%2095.35A56.26%2056.26%200%200%201%20168%20232C88.6%20232%2024%20167.4%2024%2088a56.26%2056.26%200%200%201%2048.92-55.88a16%2016%200%200%201%2016.62%209.52l21.12%2047.15v.12a16%2016%200%200%201-1.27%2015.09c-.18.27-.37.52-.57.77L88%20129.45c7.49%2015.22%2023.41%2031%2038.83%2038.51l24.34-20.71a8%208%200%200%201%20.75-.56a16%2016%200%200%201%2015.17-1.4l.13.06l47.11%2021.11a16%2016%200%200%201%209.55%2016.62m-15.88-2h-.11l-47-21.05l-24.35%2020.71a8%208%200%200%201-.74.56a16%2016%200%200%201-15.75%201.14c-18.73-9.05-37.4-27.58-46.46-46.11a16%2016%200%200%201%201-15.7a6%206%200%200%201%20.57-.77L96%2095.15l-21-47a.6.6%200%200%201%200-.12A40.2%2040.2%200%200%200%2040%2088a128.14%20128.14%200%200%200%20128%20128a40.21%2040.21%200%200%200%2040-34.93Z%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.94a70.35%2070.35%200%200%200-50.33-50.33a8%208%200%200%201-5.67-9.8m-2.33%2041.8c13.79%203.68%2022.65%2012.54%2026.33%2026.33A8%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.46m81.94%2095.35A56.26%2056.26%200%200%201%20168%20232C88.6%20232%2024%20167.4%2024%2088a56.26%2056.26%200%200%201%2048.92-55.88a16%2016%200%200%201%2016.62%209.52l21.12%2047.15v.12a16%2016%200%200%201-1.27%2015.09c-.18.27-.37.52-.57.77L88%20129.45c7.49%2015.22%2023.41%2031%2038.83%2038.51l24.34-20.71a8%208%200%200%201%20.75-.56a16%2016%200%200%201%2015.17-1.4l.13.06l47.11%2021.11a16%2016%200%200%201%209.55%2016.62m-15.88-2h-.11l-47-21.05l-24.35%2020.71a8%208%200%200%201-.74.56a16%2016%200%200%201-15.75%201.14c-18.73-9.05-37.4-27.58-46.46-46.11a16%2016%200%200%201%201-15.7a6%206%200%200%201%20.57-.77L96%2095.15l-21-47a.6.6%200%200%201%200-.12A40.2%2040.2%200%200%200%2040%2088a128.14%20128.14%200%200%200%20128%20128a40.21%2040.21%200%200%200%2040-34.93Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-call.svg?color=%231a73e8&size=48