phone outgoing icon
phone-outgoing-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- phone-outgoing-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
phone-outgoingBoxIcons v2phone-outgoingBoxIcons v2 Solidphone-outgoingCarbonphone-outgoingFeather Iconsphone-outgoingHuge Iconsphone-outgoingHumbleiconsphone-outgoingIconParkphone-outgoingIconPark Outlinephone-outgoingIconPark Solidphone-outgoingIconPark TwoTonephone-outgoingMaterial Line Iconsphone-outgoingLucidephone-outgoingMage Iconsphone-outgoingMajesticonsphone-outgoingMaterial Design Iconsphone-outgoing-fillMingCute Iconphone-outgoingPixelarticonsphone-outgoingTabler Icons
Related icons in Phosphor
Use the phone outgoing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M147.76 108.24a6 6 0 0 1 0-8.48L185.52 62H160a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6v40a6 6 0 0 1-12 0V70.48l-37.76 37.76a6 6 0 0 1-8.48 0m74.13 74.59A54.25 54.25 0 0 1 168 230C89.7 230 26 166.3 26 88a54.24 54.24 0 0 1 47.17-53.89a14 14 0 0 1 14.56 8.38l21.1 47.11a14 14 0 0 1-1.12 13.27a6 6 0 0 1-.42.58l-21.07 25a1.91 1.91 0 0 0 0 1.68c7.66 15.68 24.1 32 40 39.65a1.88 1.88 0 0 0 1.68-.06l24.69-21a5 5 0 0 1 .56-.42a14 14 0 0 1 13.28-1.22l47.24 21.17a14 14 0 0 1 8.22 14.58M210 181.32a2 2 0 0 0-1.21-2l-47.25-21.17a1.92 1.92 0 0 0-1.6.1l-24.68 21c-.18.15-.37.29-.56.42a14 14 0 0 1-13.77 1c-18.36-8.87-36.66-27-45.53-45.19a14 14 0 0 1 .91-13.73a5 5 0 0 1 .43-.57l21.05-25.09a2 2 0 0 0 0-1.67L76.74 47.31A2 2 0 0 0 74.9 46h-.23A42.23 42.23 0 0 0 38 88c0 71.68 58.32 130 130 130a42.24 42.24 0 0 0 42-36.68"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneOutgoingLight(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="M147.76 108.24a6 6 0 0 1 0-8.48L185.52 62H160a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6v40a6 6 0 0 1-12 0V70.48l-37.76 37.76a6 6 0 0 1-8.48 0m74.13 74.59A54.25 54.25 0 0 1 168 230C89.7 230 26 166.3 26 88a54.24 54.24 0 0 1 47.17-53.89a14 14 0 0 1 14.56 8.38l21.1 47.11a14 14 0 0 1-1.12 13.27a6 6 0 0 1-.42.58l-21.07 25a1.91 1.91 0 0 0 0 1.68c7.66 15.68 24.1 32 40 39.65a1.88 1.88 0 0 0 1.68-.06l24.69-21a5 5 0 0 1 .56-.42a14 14 0 0 1 13.28-1.22l47.24 21.17a14 14 0 0 1 8.22 14.58M210 181.32a2 2 0 0 0-1.21-2l-47.25-21.17a1.92 1.92 0 0 0-1.6.1l-24.68 21c-.18.15-.37.29-.56.42a14 14 0 0 1-13.77 1c-18.36-8.87-36.66-27-45.53-45.19a14 14 0 0 1 .91-13.73a5 5 0 0 1 .43-.57l21.05-25.09a2 2 0 0 0 0-1.67L76.74 47.31A2 2 0 0 0 74.9 46h-.23A42.23 42.23 0 0 0 38 88c0 71.68 58.32 130 130 130a42.24 42.24 0 0 0 42-36.68"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M147.76 108.24a6 6 0 0 1 0-8.48L185.52 62H160a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6v40a6 6 0 0 1-12 0V70.48l-37.76 37.76a6 6 0 0 1-8.48 0m74.13 74.59A54.25 54.25 0 0 1 168 230C89.7 230 26 166.3 26 88a54.24 54.24 0 0 1 47.17-53.89a14 14 0 0 1 14.56 8.38l21.1 47.11a14 14 0 0 1-1.12 13.27a6 6 0 0 1-.42.58l-21.07 25a1.91 1.91 0 0 0 0 1.68c7.66 15.68 24.1 32 40 39.65a1.88 1.88 0 0 0 1.68-.06l24.69-21a5 5 0 0 1 .56-.42a14 14 0 0 1 13.28-1.22l47.24 21.17a14 14 0 0 1 8.22 14.58M210 181.32a2 2 0 0 0-1.21-2l-47.25-21.17a1.92 1.92 0 0 0-1.6.1l-24.68 21c-.18.15-.37.29-.56.42a14 14 0 0 1-13.77 1c-18.36-8.87-36.66-27-45.53-45.19a14 14 0 0 1 .91-13.73a5 5 0 0 1 .43-.57l21.05-25.09a2 2 0 0 0 0-1.67L76.74 47.31A2 2 0 0 0 74.9 46h-.23A42.23 42.23 0 0 0 38 88c0 71.68 58.32 130 130 130a42.24 42.24 0 0 0 42-36.68"/></svg> </template>
CSS
.icon-phone-outgoing-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%22M147.76%20108.24a6%206%200%200%201%200-8.48L185.52%2062H160a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206v40a6%206%200%200%201-12%200V70.48l-37.76%2037.76a6%206%200%200%201-8.48%200m74.13%2074.59A54.25%2054.25%200%200%201%20168%20230C89.7%20230%2026%20166.3%2026%2088a54.24%2054.24%200%200%201%2047.17-53.89a14%2014%200%200%201%2014.56%208.38l21.1%2047.11a14%2014%200%200%201-1.12%2013.27a6%206%200%200%201-.42.58l-21.07%2025a1.91%201.91%200%200%200%200%201.68c7.66%2015.68%2024.1%2032%2040%2039.65a1.88%201.88%200%200%200%201.68-.06l24.69-21a5%205%200%200%201%20.56-.42a14%2014%200%200%201%2013.28-1.22l47.24%2021.17a14%2014%200%200%201%208.22%2014.58M210%20181.32a2%202%200%200%200-1.21-2l-47.25-21.17a1.92%201.92%200%200%200-1.6.1l-24.68%2021c-.18.15-.37.29-.56.42a14%2014%200%200%201-13.77%201c-18.36-8.87-36.66-27-45.53-45.19a14%2014%200%200%201%20.91-13.73a5%205%200%200%201%20.43-.57l21.05-25.09a2%202%200%200%200%200-1.67L76.74%2047.31A2%202%200%200%200%2074.9%2046h-.23A42.23%2042.23%200%200%200%2038%2088c0%2071.68%2058.32%20130%20130%20130a42.24%2042.24%200%200%200%2042-36.68%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%22M147.76%20108.24a6%206%200%200%201%200-8.48L185.52%2062H160a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206v40a6%206%200%200%201-12%200V70.48l-37.76%2037.76a6%206%200%200%201-8.48%200m74.13%2074.59A54.25%2054.25%200%200%201%20168%20230C89.7%20230%2026%20166.3%2026%2088a54.24%2054.24%200%200%201%2047.17-53.89a14%2014%200%200%201%2014.56%208.38l21.1%2047.11a14%2014%200%200%201-1.12%2013.27a6%206%200%200%201-.42.58l-21.07%2025a1.91%201.91%200%200%200%200%201.68c7.66%2015.68%2024.1%2032%2040%2039.65a1.88%201.88%200%200%200%201.68-.06l24.69-21a5%205%200%200%201%20.56-.42a14%2014%200%200%201%2013.28-1.22l47.24%2021.17a14%2014%200%200%201%208.22%2014.58M210%20181.32a2%202%200%200%200-1.21-2l-47.25-21.17a1.92%201.92%200%200%200-1.6.1l-24.68%2021c-.18.15-.37.29-.56.42a14%2014%200%200%201-13.77%201c-18.36-8.87-36.66-27-45.53-45.19a14%2014%200%200%201%20.91-13.73a5%205%200%200%201%20.43-.57l21.05-25.09a2%202%200%200%200%200-1.67L76.74%2047.31A2%202%200%200%200%2074.9%2046h-.23A42.23%2042.23%200%200%200%2038%2088c0%2071.68%2058.32%20130%20130%20130a42.24%2042.24%200%200%200%2042-36.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-outgoing-light.svg?color=%231a73e8&size=48