phone incoming icon
phone-incoming-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- phone-incoming-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
phone-incomingBoxIcons v2phone-incomingBoxIcons v2 Solidphone-incomingCarbonphone-incomingFeather Iconsphone-incomingHuge Iconsphone-incomingHumbleiconsphone-incomingIconParkphone-incomingIconPark Outlinephone-incomingIconPark Solidphone-incomingIconPark TwoTonephone-incomingMaterial Line Iconsphone-incomingLucidephone-incomingMage Iconsphone-incomingMajesticonsphone-incomingMaterial Design Iconsphone-incoming-fillMingCute Iconphone-incomingTabler Icons
Related icons in Phosphor
Use the phone incoming icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m213.59 168.3l-47.24-21.17a14 14 0 0 0-13.28 1.22a5 5 0 0 0-.56.42l-24.69 21a1.88 1.88 0 0 1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91 1.91 0 0 1 0-1.68l21.07-25a5 5 0 0 0 .42-.58a14 14 0 0 0 1.12-13.27L87.73 42.49a14 14 0 0 0-14.56-8.38A54.25 54.25 0 0 0 26 88c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M168 218C96.32 218 38 159.68 38 88a42.23 42.23 0 0 1 36.67-42h.23a2 2 0 0 1 1.84 1.31l21.1 47.11a2 2 0 0 1 0 1.67l-21.11 25.06a5 5 0 0 0-.43.57a14 14 0 0 0-.91 13.73c8.87 18.16 27.17 36.32 45.53 45.19a14 14 0 0 0 13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92 1.92 0 0 1 1.6-.1l47.25 21.17a2 2 0 0 1 1.21 2A42.24 42.24 0 0 1 168 218m-22-114V64a6 6 0 0 1 12 0v25.51l37.76-37.75a6 6 0 0 1 8.48 8.48L166.48 98H192a6 6 0 0 1 0 12h-40a6 6 0 0 1-6-6"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneIncomingLight(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="m213.59 168.3l-47.24-21.17a14 14 0 0 0-13.28 1.22a5 5 0 0 0-.56.42l-24.69 21a1.88 1.88 0 0 1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91 1.91 0 0 1 0-1.68l21.07-25a5 5 0 0 0 .42-.58a14 14 0 0 0 1.12-13.27L87.73 42.49a14 14 0 0 0-14.56-8.38A54.25 54.25 0 0 0 26 88c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M168 218C96.32 218 38 159.68 38 88a42.23 42.23 0 0 1 36.67-42h.23a2 2 0 0 1 1.84 1.31l21.1 47.11a2 2 0 0 1 0 1.67l-21.11 25.06a5 5 0 0 0-.43.57a14 14 0 0 0-.91 13.73c8.87 18.16 27.17 36.32 45.53 45.19a14 14 0 0 0 13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92 1.92 0 0 1 1.6-.1l47.25 21.17a2 2 0 0 1 1.21 2A42.24 42.24 0 0 1 168 218m-22-114V64a6 6 0 0 1 12 0v25.51l37.76-37.75a6 6 0 0 1 8.48 8.48L166.48 98H192a6 6 0 0 1 0 12h-40a6 6 0 0 1-6-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m213.59 168.3l-47.24-21.17a14 14 0 0 0-13.28 1.22a5 5 0 0 0-.56.42l-24.69 21a1.88 1.88 0 0 1-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91 1.91 0 0 1 0-1.68l21.07-25a5 5 0 0 0 .42-.58a14 14 0 0 0 1.12-13.27L87.73 42.49a14 14 0 0 0-14.56-8.38A54.25 54.25 0 0 0 26 88c0 78.3 63.7 142 142 142a54.25 54.25 0 0 0 53.89-47.17a14 14 0 0 0-8.3-14.53M168 218C96.32 218 38 159.68 38 88a42.23 42.23 0 0 1 36.67-42h.23a2 2 0 0 1 1.84 1.31l21.1 47.11a2 2 0 0 1 0 1.67l-21.11 25.06a5 5 0 0 0-.43.57a14 14 0 0 0-.91 13.73c8.87 18.16 27.17 36.32 45.53 45.19a14 14 0 0 0 13.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92 1.92 0 0 1 1.6-.1l47.25 21.17a2 2 0 0 1 1.21 2A42.24 42.24 0 0 1 168 218m-22-114V64a6 6 0 0 1 12 0v25.51l37.76-37.75a6 6 0 0 1 8.48 8.48L166.48 98H192a6 6 0 0 1 0 12h-40a6 6 0 0 1-6-6"/></svg> </template>
CSS
.icon-phone-incoming-light {
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%22m213.59%20168.3l-47.24-21.17a14%2014%200%200%200-13.28%201.22a5%205%200%200%200-.56.42l-24.69%2021a1.88%201.88%200%200%201-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91%201.91%200%200%201%200-1.68l21.07-25a5%205%200%200%200%20.42-.58a14%2014%200%200%200%201.12-13.27L87.73%2042.49a14%2014%200%200%200-14.56-8.38A54.25%2054.25%200%200%200%2026%2088c0%2078.3%2063.7%20142%20142%20142a54.25%2054.25%200%200%200%2053.89-47.17a14%2014%200%200%200-8.3-14.53M168%20218C96.32%20218%2038%20159.68%2038%2088a42.23%2042.23%200%200%201%2036.67-42h.23a2%202%200%200%201%201.84%201.31l21.1%2047.11a2%202%200%200%201%200%201.67l-21.11%2025.06a5%205%200%200%200-.43.57a14%2014%200%200%200-.91%2013.73c8.87%2018.16%2027.17%2036.32%2045.53%2045.19a14%2014%200%200%200%2013.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92%201.92%200%200%201%201.6-.1l47.25%2021.17a2%202%200%200%201%201.21%202A42.24%2042.24%200%200%201%20168%20218m-22-114V64a6%206%200%200%201%2012%200v25.51l37.76-37.75a6%206%200%200%201%208.48%208.48L166.48%2098H192a6%206%200%200%201%200%2012h-40a6%206%200%200%201-6-6%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%22m213.59%20168.3l-47.24-21.17a14%2014%200%200%200-13.28%201.22a5%205%200%200%200-.56.42l-24.69%2021a1.88%201.88%200%200%201-1.68.06c-15.87-7.66-32.31-24-40-39.65a1.91%201.91%200%200%201%200-1.68l21.07-25a5%205%200%200%200%20.42-.58a14%2014%200%200%200%201.12-13.27L87.73%2042.49a14%2014%200%200%200-14.56-8.38A54.25%2054.25%200%200%200%2026%2088c0%2078.3%2063.7%20142%20142%20142a54.25%2054.25%200%200%200%2053.89-47.17a14%2014%200%200%200-8.3-14.53M168%20218C96.32%20218%2038%20159.68%2038%2088a42.23%2042.23%200%200%201%2036.67-42h.23a2%202%200%200%201%201.84%201.31l21.1%2047.11a2%202%200%200%201%200%201.67l-21.11%2025.06a5%205%200%200%200-.43.57a14%2014%200%200%200-.91%2013.73c8.87%2018.16%2027.17%2036.32%2045.53%2045.19a14%2014%200%200%200%2013.77-1c.19-.13.38-.27.56-.42l24.68-21a1.92%201.92%200%200%201%201.6-.1l47.25%2021.17a2%202%200%200%201%201.21%202A42.24%2042.24%200%200%201%20168%20218m-22-114V64a6%206%200%200%201%2012%200v25.51l37.76-37.75a6%206%200%200%201%208.48%208.48L166.48%2098H192a6%206%200%200%201%200%2012h-40a6%206%200%200%201-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-incoming-light.svg?color=%231a73e8&size=48