phone call icon
phone-call-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- phone-call-thin
- Set
- Phosphor
- Style
- Thin
- 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="M148.14 47a4 4 0 0 1 4.86-2.87A82.24 82.24 0 0 1 211.86 103a4 4 0 0 1-2.83 4.89a3.7 3.7 0 0 1-1 .14a4 4 0 0 1-3.86-3A74.35 74.35 0 0 0 151 51.86a4 4 0 0 1-2.86-4.86M143 83.86C158 87.89 168.11 98 172.14 113a4 4 0 0 0 3.86 3a3.7 3.7 0 0 0 1-.14a4 4 0 0 0 2.83-4.89c-4.8-18-16.85-30-34.83-34.84a4 4 0 0 0-2 7.73m76.94 98.72A52.25 52.25 0 0 1 168 228C90.8 228 28 165.2 28 88a52.25 52.25 0 0 1 45.42-51.91a12 12 0 0 1 12.48 7.19L107 90.42a12 12 0 0 1-1 11.36c-.09.13-.18.26-.28.38l-21.2 25.21a3.9 3.9 0 0 0-.18 3.69c7.84 16.05 24.65 32.73 40.89 40.57a3.93 3.93 0 0 0 3.7-.21l24.87-21.12l.38-.29a12 12 0 0 1 11.38-1l47.22 21.16a12 12 0 0 1 7.13 12.41Zm-10.35-5.12l-47.24-21.16a3.93 3.93 0 0 0-3.57.27L134 177.69l-.37.28a12 12 0 0 1-11.79.87c-18-8.69-35.91-26.48-44.6-44.27a12 12 0 0 1 .76-11.75c.09-.14.19-.26.29-.39l21.19-25.2a4 4 0 0 0 .23-3.6L78.57 46.49A4 4 0 0 0 74.9 44a4 4 0 0 0-.48 0A44.23 44.23 0 0 0 36 88c0 72.78 59.22 132 132 132a44.23 44.23 0 0 0 44-38.42a4 4 0 0 0-2.44-4.12Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneCallThin(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="M148.14 47a4 4 0 0 1 4.86-2.87A82.24 82.24 0 0 1 211.86 103a4 4 0 0 1-2.83 4.89a3.7 3.7 0 0 1-1 .14a4 4 0 0 1-3.86-3A74.35 74.35 0 0 0 151 51.86a4 4 0 0 1-2.86-4.86M143 83.86C158 87.89 168.11 98 172.14 113a4 4 0 0 0 3.86 3a3.7 3.7 0 0 0 1-.14a4 4 0 0 0 2.83-4.89c-4.8-18-16.85-30-34.83-34.84a4 4 0 0 0-2 7.73m76.94 98.72A52.25 52.25 0 0 1 168 228C90.8 228 28 165.2 28 88a52.25 52.25 0 0 1 45.42-51.91a12 12 0 0 1 12.48 7.19L107 90.42a12 12 0 0 1-1 11.36c-.09.13-.18.26-.28.38l-21.2 25.21a3.9 3.9 0 0 0-.18 3.69c7.84 16.05 24.65 32.73 40.89 40.57a3.93 3.93 0 0 0 3.7-.21l24.87-21.12l.38-.29a12 12 0 0 1 11.38-1l47.22 21.16a12 12 0 0 1 7.13 12.41Zm-10.35-5.12l-47.24-21.16a3.93 3.93 0 0 0-3.57.27L134 177.69l-.37.28a12 12 0 0 1-11.79.87c-18-8.69-35.91-26.48-44.6-44.27a12 12 0 0 1 .76-11.75c.09-.14.19-.26.29-.39l21.19-25.2a4 4 0 0 0 .23-3.6L78.57 46.49A4 4 0 0 0 74.9 44a4 4 0 0 0-.48 0A44.23 44.23 0 0 0 36 88c0 72.78 59.22 132 132 132a44.23 44.23 0 0 0 44-38.42a4 4 0 0 0-2.44-4.12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M148.14 47a4 4 0 0 1 4.86-2.87A82.24 82.24 0 0 1 211.86 103a4 4 0 0 1-2.83 4.89a3.7 3.7 0 0 1-1 .14a4 4 0 0 1-3.86-3A74.35 74.35 0 0 0 151 51.86a4 4 0 0 1-2.86-4.86M143 83.86C158 87.89 168.11 98 172.14 113a4 4 0 0 0 3.86 3a3.7 3.7 0 0 0 1-.14a4 4 0 0 0 2.83-4.89c-4.8-18-16.85-30-34.83-34.84a4 4 0 0 0-2 7.73m76.94 98.72A52.25 52.25 0 0 1 168 228C90.8 228 28 165.2 28 88a52.25 52.25 0 0 1 45.42-51.91a12 12 0 0 1 12.48 7.19L107 90.42a12 12 0 0 1-1 11.36c-.09.13-.18.26-.28.38l-21.2 25.21a3.9 3.9 0 0 0-.18 3.69c7.84 16.05 24.65 32.73 40.89 40.57a3.93 3.93 0 0 0 3.7-.21l24.87-21.12l.38-.29a12 12 0 0 1 11.38-1l47.22 21.16a12 12 0 0 1 7.13 12.41Zm-10.35-5.12l-47.24-21.16a3.93 3.93 0 0 0-3.57.27L134 177.69l-.37.28a12 12 0 0 1-11.79.87c-18-8.69-35.91-26.48-44.6-44.27a12 12 0 0 1 .76-11.75c.09-.14.19-.26.29-.39l21.19-25.2a4 4 0 0 0 .23-3.6L78.57 46.49A4 4 0 0 0 74.9 44a4 4 0 0 0-.48 0A44.23 44.23 0 0 0 36 88c0 72.78 59.22 132 132 132a44.23 44.23 0 0 0 44-38.42a4 4 0 0 0-2.44-4.12Z"/></svg> </template>
CSS
.icon-phone-call-thin {
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%22M148.14%2047a4%204%200%200%201%204.86-2.87A82.24%2082.24%200%200%201%20211.86%20103a4%204%200%200%201-2.83%204.89a3.7%203.7%200%200%201-1%20.14a4%204%200%200%201-3.86-3A74.35%2074.35%200%200%200%20151%2051.86a4%204%200%200%201-2.86-4.86M143%2083.86C158%2087.89%20168.11%2098%20172.14%20113a4%204%200%200%200%203.86%203a3.7%203.7%200%200%200%201-.14a4%204%200%200%200%202.83-4.89c-4.8-18-16.85-30-34.83-34.84a4%204%200%200%200-2%207.73m76.94%2098.72A52.25%2052.25%200%200%201%20168%20228C90.8%20228%2028%20165.2%2028%2088a52.25%2052.25%200%200%201%2045.42-51.91a12%2012%200%200%201%2012.48%207.19L107%2090.42a12%2012%200%200%201-1%2011.36c-.09.13-.18.26-.28.38l-21.2%2025.21a3.9%203.9%200%200%200-.18%203.69c7.84%2016.05%2024.65%2032.73%2040.89%2040.57a3.93%203.93%200%200%200%203.7-.21l24.87-21.12l.38-.29a12%2012%200%200%201%2011.38-1l47.22%2021.16a12%2012%200%200%201%207.13%2012.41Zm-10.35-5.12l-47.24-21.16a3.93%203.93%200%200%200-3.57.27L134%20177.69l-.37.28a12%2012%200%200%201-11.79.87c-18-8.69-35.91-26.48-44.6-44.27a12%2012%200%200%201%20.76-11.75c.09-.14.19-.26.29-.39l21.19-25.2a4%204%200%200%200%20.23-3.6L78.57%2046.49A4%204%200%200%200%2074.9%2044a4%204%200%200%200-.48%200A44.23%2044.23%200%200%200%2036%2088c0%2072.78%2059.22%20132%20132%20132a44.23%2044.23%200%200%200%2044-38.42a4%204%200%200%200-2.44-4.12Z%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%22M148.14%2047a4%204%200%200%201%204.86-2.87A82.24%2082.24%200%200%201%20211.86%20103a4%204%200%200%201-2.83%204.89a3.7%203.7%200%200%201-1%20.14a4%204%200%200%201-3.86-3A74.35%2074.35%200%200%200%20151%2051.86a4%204%200%200%201-2.86-4.86M143%2083.86C158%2087.89%20168.11%2098%20172.14%20113a4%204%200%200%200%203.86%203a3.7%203.7%200%200%200%201-.14a4%204%200%200%200%202.83-4.89c-4.8-18-16.85-30-34.83-34.84a4%204%200%200%200-2%207.73m76.94%2098.72A52.25%2052.25%200%200%201%20168%20228C90.8%20228%2028%20165.2%2028%2088a52.25%2052.25%200%200%201%2045.42-51.91a12%2012%200%200%201%2012.48%207.19L107%2090.42a12%2012%200%200%201-1%2011.36c-.09.13-.18.26-.28.38l-21.2%2025.21a3.9%203.9%200%200%200-.18%203.69c7.84%2016.05%2024.65%2032.73%2040.89%2040.57a3.93%203.93%200%200%200%203.7-.21l24.87-21.12l.38-.29a12%2012%200%200%201%2011.38-1l47.22%2021.16a12%2012%200%200%201%207.13%2012.41Zm-10.35-5.12l-47.24-21.16a3.93%203.93%200%200%200-3.57.27L134%20177.69l-.37.28a12%2012%200%200%201-11.79.87c-18-8.69-35.91-26.48-44.6-44.27a12%2012%200%200%201%20.76-11.75c.09-.14.19-.26.29-.39l21.19-25.2a4%204%200%200%200%20.23-3.6L78.57%2046.49A4%204%200%200%200%2074.9%2044a4%204%200%200%200-.48%200A44.23%2044.23%200%200%200%2036%2088c0%2072.78%2059.22%20132%20132%20132a44.23%2044.23%200%200%200%2044-38.42a4%204%200%200%200-2.44-4.12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-call-thin.svg?color=%231a73e8&size=48