phone x icon

phone-x-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
phone-x-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the phone x 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 99.76L167.52 80l-19.76-19.76a6 6 0 0 1 8.48-8.48L176 71.51l19.76-19.75a6 6 0 0 1 8.48 8.48L184.48 80l19.76 19.76a6 6 0 1 1-8.48 8.48L176 88.48l-19.76 19.76a6 6 0 0 1-8.48-8.48m74.13 83.07A54.25 54.25 0 0 1 168 230C89.7 230 26 166.3 26 88a54.25 54.25 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.28a6 6 0 0 1-.42.57l-21.07 25.06a1.89 1.89 0 0 0 0 1.67c7.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.53M210 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.24 42.24 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 PhPhoneXLight(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 99.76L167.52 80l-19.76-19.76a6 6 0 0 1 8.48-8.48L176 71.51l19.76-19.75a6 6 0 0 1 8.48 8.48L184.48 80l19.76 19.76a6 6 0 1 1-8.48 8.48L176 88.48l-19.76 19.76a6 6 0 0 1-8.48-8.48m74.13 83.07A54.25 54.25 0 0 1 168 230C89.7 230 26 166.3 26 88a54.25 54.25 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.28a6 6 0 0 1-.42.57l-21.07 25.06a1.89 1.89 0 0 0 0 1.67c7.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.53M210 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.24 42.24 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 99.76L167.52 80l-19.76-19.76a6 6 0 0 1 8.48-8.48L176 71.51l19.76-19.75a6 6 0 0 1 8.48 8.48L184.48 80l19.76 19.76a6 6 0 1 1-8.48 8.48L176 88.48l-19.76 19.76a6 6 0 0 1-8.48-8.48m74.13 83.07A54.25 54.25 0 0 1 168 230C89.7 230 26 166.3 26 88a54.25 54.25 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.28a6 6 0 0 1-.42.57l-21.07 25.06a1.89 1.89 0 0 0 0 1.67c7.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.53M210 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.24 42.24 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-x-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%2099.76L167.52%2080l-19.76-19.76a6%206%200%200%201%208.48-8.48L176%2071.51l19.76-19.75a6%206%200%200%201%208.48%208.48L184.48%2080l19.76%2019.76a6%206%200%201%201-8.48%208.48L176%2088.48l-19.76%2019.76a6%206%200%200%201-8.48-8.48m74.13%2083.07A54.25%2054.25%200%200%201%20168%20230C89.7%20230%2026%20166.3%2026%2088a54.25%2054.25%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.28a6%206%200%200%201-.42.57l-21.07%2025.06a1.89%201.89%200%200%200%200%201.67c7.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.53M210%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.24%2042.24%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%2099.76L167.52%2080l-19.76-19.76a6%206%200%200%201%208.48-8.48L176%2071.51l19.76-19.75a6%206%200%200%201%208.48%208.48L184.48%2080l19.76%2019.76a6%206%200%201%201-8.48%208.48L176%2088.48l-19.76%2019.76a6%206%200%200%201-8.48-8.48m74.13%2083.07A54.25%2054.25%200%200%201%20168%20230C89.7%20230%2026%20166.3%2026%2088a54.25%2054.25%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.28a6%206%200%200%201-.42.57l-21.07%2025.06a1.89%201.89%200%200%200%200%201.67c7.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.53M210%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.24%2042.24%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-x-light.svg?color=%231a73e8&size=48