phone x icon

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

Name
phone-x-thin
Set
Phosphor
Style
Thin
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="M149.17 101.17L170.34 80l-21.17-21.17a4 4 0 0 1 5.66-5.66L176 74.34l21.17-21.17a4 4 0 1 1 5.66 5.66L181.66 80l21.17 21.17a4 4 0 0 1-5.66 5.66L176 85.66l-21.17 21.17a4 4 0 0 1-5.66-5.66m70.74 81.41A52.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.12a3.4 3.4 0 0 1 .38-.28a12 12 0 0 1 11.38-1.02l47.22 21.16a12 12 0 0 1 7.13 12.42m-10.35-5.12l-47.21-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.12"/></svg>

React

import type { SVGProps } from "react";

export function PhPhoneXThin(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="M149.17 101.17L170.34 80l-21.17-21.17a4 4 0 0 1 5.66-5.66L176 74.34l21.17-21.17a4 4 0 1 1 5.66 5.66L181.66 80l21.17 21.17a4 4 0 0 1-5.66 5.66L176 85.66l-21.17 21.17a4 4 0 0 1-5.66-5.66m70.74 81.41A52.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.12a3.4 3.4 0 0 1 .38-.28a12 12 0 0 1 11.38-1.02l47.22 21.16a12 12 0 0 1 7.13 12.42m-10.35-5.12l-47.21-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.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M149.17 101.17L170.34 80l-21.17-21.17a4 4 0 0 1 5.66-5.66L176 74.34l21.17-21.17a4 4 0 1 1 5.66 5.66L181.66 80l21.17 21.17a4 4 0 0 1-5.66 5.66L176 85.66l-21.17 21.17a4 4 0 0 1-5.66-5.66m70.74 81.41A52.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.12a3.4 3.4 0 0 1 .38-.28a12 12 0 0 1 11.38-1.02l47.22 21.16a12 12 0 0 1 7.13 12.42m-10.35-5.12l-47.21-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.12"/></svg>
</template>

CSS

.icon-phone-x-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%22M149.17%20101.17L170.34%2080l-21.17-21.17a4%204%200%200%201%205.66-5.66L176%2074.34l21.17-21.17a4%204%200%201%201%205.66%205.66L181.66%2080l21.17%2021.17a4%204%200%200%201-5.66%205.66L176%2085.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66m70.74%2081.41A52.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.12a3.4%203.4%200%200%201%20.38-.28a12%2012%200%200%201%2011.38-1.02l47.22%2021.16a12%2012%200%200%201%207.13%2012.42m-10.35-5.12l-47.21-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.12%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%22M149.17%20101.17L170.34%2080l-21.17-21.17a4%204%200%200%201%205.66-5.66L176%2074.34l21.17-21.17a4%204%200%201%201%205.66%205.66L181.66%2080l21.17%2021.17a4%204%200%200%201-5.66%205.66L176%2085.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66m70.74%2081.41A52.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.12a3.4%203.4%200%200%201%20.38-.28a12%2012%200%200%201%2011.38-1.02l47.22%2021.16a12%2012%200%200%201%207.13%2012.42m-10.35-5.12l-47.21-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.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-x-thin.svg?color=%231a73e8&size=48