phone call icon
phone-call-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- phone-call-bold
- Set
- Phosphor
- Style
- Bold
- 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="M140.41 44.9a12 12 0 0 1 14.69-8.49a90.12 90.12 0 0 1 64.49 64.49a12 12 0 1 1-23.18 6.2a66.42 66.42 0 0 0-47.51-47.51a12 12 0 0 1-8.49-14.69m87.44 138.68A60.27 60.27 0 0 1 168 236C86.39 236 20 169.61 20 88a60.27 60.27 0 0 1 52.42-59.85A20.05 20.05 0 0 1 93.2 40l21.11 47.13a1.4 1.4 0 0 0 .08.18a20 20 0 0 1-1.66 18.83a11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a13 13 0 0 1 1.12-.84a19.91 19.91 0 0 1 19-1.74l.18.08L216 162.8a20.06 20.06 0 0 1 11.85 20.78m-24.31-.06l-42-18.81l-22.43 19.07a12 12 0 0 1-1.11.85a20 20 0 0 1-19.69 1.37c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64a11 11 0 0 1 .86-1.15L91.3 94.49l-18.82-42A36.29 36.29 0 0 0 44 88a124.15 124.15 0 0 0 124 124a36.29 36.29 0 0 0 35.54-28.48m-65.91-86.05a32 32 0 0 1 20.9 20.9a12 12 0 0 0 11.44 8.4a12.2 12.2 0 0 0 3.61-.55a12 12 0 0 0 7.84-15a56 56 0 0 0-36.59-36.59a12 12 0 1 0-7.2 22.89Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneCallBold(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="M140.41 44.9a12 12 0 0 1 14.69-8.49a90.12 90.12 0 0 1 64.49 64.49a12 12 0 1 1-23.18 6.2a66.42 66.42 0 0 0-47.51-47.51a12 12 0 0 1-8.49-14.69m87.44 138.68A60.27 60.27 0 0 1 168 236C86.39 236 20 169.61 20 88a60.27 60.27 0 0 1 52.42-59.85A20.05 20.05 0 0 1 93.2 40l21.11 47.13a1.4 1.4 0 0 0 .08.18a20 20 0 0 1-1.66 18.83a11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a13 13 0 0 1 1.12-.84a19.91 19.91 0 0 1 19-1.74l.18.08L216 162.8a20.06 20.06 0 0 1 11.85 20.78m-24.31-.06l-42-18.81l-22.43 19.07a12 12 0 0 1-1.11.85a20 20 0 0 1-19.69 1.37c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64a11 11 0 0 1 .86-1.15L91.3 94.49l-18.82-42A36.29 36.29 0 0 0 44 88a124.15 124.15 0 0 0 124 124a36.29 36.29 0 0 0 35.54-28.48m-65.91-86.05a32 32 0 0 1 20.9 20.9a12 12 0 0 0 11.44 8.4a12.2 12.2 0 0 0 3.61-.55a12 12 0 0 0 7.84-15a56 56 0 0 0-36.59-36.59a12 12 0 1 0-7.2 22.89Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140.41 44.9a12 12 0 0 1 14.69-8.49a90.12 90.12 0 0 1 64.49 64.49a12 12 0 1 1-23.18 6.2a66.42 66.42 0 0 0-47.51-47.51a12 12 0 0 1-8.49-14.69m87.44 138.68A60.27 60.27 0 0 1 168 236C86.39 236 20 169.61 20 88a60.27 60.27 0 0 1 52.42-59.85A20.05 20.05 0 0 1 93.2 40l21.11 47.13a1.4 1.4 0 0 0 .08.18a20 20 0 0 1-1.66 18.83a11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a13 13 0 0 1 1.12-.84a19.91 19.91 0 0 1 19-1.74l.18.08L216 162.8a20.06 20.06 0 0 1 11.85 20.78m-24.31-.06l-42-18.81l-22.43 19.07a12 12 0 0 1-1.11.85a20 20 0 0 1-19.69 1.37c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64a11 11 0 0 1 .86-1.15L91.3 94.49l-18.82-42A36.29 36.29 0 0 0 44 88a124.15 124.15 0 0 0 124 124a36.29 36.29 0 0 0 35.54-28.48m-65.91-86.05a32 32 0 0 1 20.9 20.9a12 12 0 0 0 11.44 8.4a12.2 12.2 0 0 0 3.61-.55a12 12 0 0 0 7.84-15a56 56 0 0 0-36.59-36.59a12 12 0 1 0-7.2 22.89Z"/></svg> </template>
CSS
.icon-phone-call-bold {
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%22M140.41%2044.9a12%2012%200%200%201%2014.69-8.49a90.12%2090.12%200%200%201%2064.49%2064.49a12%2012%200%201%201-23.18%206.2a66.42%2066.42%200%200%200-47.51-47.51a12%2012%200%200%201-8.49-14.69m87.44%20138.68A60.27%2060.27%200%200%201%20168%20236C86.39%20236%2020%20169.61%2020%2088a60.27%2060.27%200%200%201%2052.42-59.85A20.05%2020.05%200%200%201%2093.2%2040l21.11%2047.13a1.4%201.4%200%200%200%20.08.18a20%2020%200%200%201-1.66%2018.83a11%2011%200%200%201-.85%201.15L92.82%20130c7.06%2012.84%2020.5%2026.16%2033.49%2033.21l22.31-19a13%2013%200%200%201%201.12-.84a19.91%2019.91%200%200%201%2019-1.74l.18.08L216%20162.8a20.06%2020.06%200%200%201%2011.85%2020.78m-24.31-.06l-42-18.81l-22.43%2019.07a12%2012%200%200%201-1.11.85a20%2020%200%200%201-19.69%201.37c-19.48-9.4-38.89-28.68-48.31-48a20%2020%200%200%201%201.28-19.64a11%2011%200%200%201%20.86-1.15L91.3%2094.49l-18.82-42A36.29%2036.29%200%200%200%2044%2088a124.15%20124.15%200%200%200%20124%20124a36.29%2036.29%200%200%200%2035.54-28.48m-65.91-86.05a32%2032%200%200%201%2020.9%2020.9a12%2012%200%200%200%2011.44%208.4a12.2%2012.2%200%200%200%203.61-.55a12%2012%200%200%200%207.84-15a56%2056%200%200%200-36.59-36.59a12%2012%200%201%200-7.2%2022.89Z%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%22M140.41%2044.9a12%2012%200%200%201%2014.69-8.49a90.12%2090.12%200%200%201%2064.49%2064.49a12%2012%200%201%201-23.18%206.2a66.42%2066.42%200%200%200-47.51-47.51a12%2012%200%200%201-8.49-14.69m87.44%20138.68A60.27%2060.27%200%200%201%20168%20236C86.39%20236%2020%20169.61%2020%2088a60.27%2060.27%200%200%201%2052.42-59.85A20.05%2020.05%200%200%201%2093.2%2040l21.11%2047.13a1.4%201.4%200%200%200%20.08.18a20%2020%200%200%201-1.66%2018.83a11%2011%200%200%201-.85%201.15L92.82%20130c7.06%2012.84%2020.5%2026.16%2033.49%2033.21l22.31-19a13%2013%200%200%201%201.12-.84a19.91%2019.91%200%200%201%2019-1.74l.18.08L216%20162.8a20.06%2020.06%200%200%201%2011.85%2020.78m-24.31-.06l-42-18.81l-22.43%2019.07a12%2012%200%200%201-1.11.85a20%2020%200%200%201-19.69%201.37c-19.48-9.4-38.89-28.68-48.31-48a20%2020%200%200%201%201.28-19.64a11%2011%200%200%201%20.86-1.15L91.3%2094.49l-18.82-42A36.29%2036.29%200%200%200%2044%2088a124.15%20124.15%200%200%200%20124%20124a36.29%2036.29%200%200%200%2035.54-28.48m-65.91-86.05a32%2032%200%200%201%2020.9%2020.9a12%2012%200%200%200%2011.44%208.4a12.2%2012.2%200%200%200%203.61-.55a12%2012%200%200%200%207.84-15a56%2056%200%200%200-36.59-36.59a12%2012%200%201%200-7.2%2022.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-call-bold.svg?color=%231a73e8&size=48