phone-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
phone-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M223.94 174.08A48.33 48.33 0 0 1 176 216A136 136 0 0 1 40 80a48.33 48.33 0 0 1 41.92-47.94a8 8 0 0 1 8.3 4.8l21.13 47.2a8 8 0 0 1-.66 7.53L89.32 117a7.93 7.93 0 0 0-.54 7.81c8.27 16.93 25.77 34.22 42.75 42.41a7.92 7.92 0 0 0 7.83-.59l25-21.3a8 8 0 0 1 7.59-.69l47.16 21.13a8 8 0 0 1 4.83 8.31" opacity=".2"/><path d="m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8 8 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.6.6 0 0 0 0 .12l21 47l-20.67 24.74a6 6 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8 8 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPhoneDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M223.94 174.08A48.33 48.33 0 0 1 176 216A136 136 0 0 1 40 80a48.33 48.33 0 0 1 41.92-47.94a8 8 0 0 1 8.3 4.8l21.13 47.2a8 8 0 0 1-.66 7.53L89.32 117a7.93 7.93 0 0 0-.54 7.81c8.27 16.93 25.77 34.22 42.75 42.41a7.92 7.92 0 0 0 7.83-.59l25-21.3a8 8 0 0 1 7.59-.69l47.16 21.13a8 8 0 0 1 4.83 8.31" opacity=".2"/><path d="m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8 8 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.6.6 0 0 0 0 .12l21 47l-20.67 24.74a6 6 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8 8 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M223.94 174.08A48.33 48.33 0 0 1 176 216A136 136 0 0 1 40 80a48.33 48.33 0 0 1 41.92-47.94a8 8 0 0 1 8.3 4.8l21.13 47.2a8 8 0 0 1-.66 7.53L89.32 117a7.93 7.93 0 0 0-.54 7.81c8.27 16.93 25.77 34.22 42.75 42.41a7.92 7.92 0 0 0 7.83-.59l25-21.3a8 8 0 0 1 7.59-.69l47.16 21.13a8 8 0 0 1 4.83 8.31" opacity=".2"/><path d="m222.37 158.46l-47.11-21.11l-.13-.06a16 16 0 0 0-15.17 1.4a8 8 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40a.6.6 0 0 0 0 .12l21 47l-20.67 24.74a6 6 0 0 0-.57.77a16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14a8 8 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208"/></g></svg>
</template>

CSS

.icon-phone-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M223.94%20174.08A48.33%2048.33%200%200%201%20176%20216A136%20136%200%200%201%2040%2080a48.33%2048.33%200%200%201%2041.92-47.94a8%208%200%200%201%208.3%204.8l21.13%2047.2a8%208%200%200%201-.66%207.53L89.32%20117a7.93%207.93%200%200%200-.54%207.81c8.27%2016.93%2025.77%2034.22%2042.75%2042.41a7.92%207.92%200%200%200%207.83-.59l25-21.3a8%208%200%200%201%207.59-.69l47.16%2021.13a8%208%200%200%201%204.83%208.31%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m222.37%20158.46l-47.11-21.11l-.13-.06a16%2016%200%200%200-15.17%201.4a8%208%200%200%200-.75.56L134.87%20160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16%2016%200%200%200%201.32-15.06v-.12L97.54%2033.64a16%2016%200%200%200-16.62-9.52A56.26%2056.26%200%200%200%2032%2080c0%2079.4%2064.6%20144%20144%20144a56.26%2056.26%200%200%200%2055.88-48.92a16%2016%200%200%200-9.51-16.62M176%20208A128.14%20128.14%200%200%201%2048%2080a40.2%2040.2%200%200%201%2034.87-40a.6.6%200%200%200%200%20.12l21%2047l-20.67%2024.74a6%206%200%200%200-.57.77a16%2016%200%200%200-1%2015.7c9.06%2018.53%2027.73%2037.06%2046.46%2046.11a16%2016%200%200%200%2015.75-1.14a8%208%200%200%200%20.74-.56L168.89%20152l47%2021.05h.11A40.21%2040.21%200%200%201%20176%20208%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M223.94%20174.08A48.33%2048.33%200%200%201%20176%20216A136%20136%200%200%201%2040%2080a48.33%2048.33%200%200%201%2041.92-47.94a8%208%200%200%201%208.3%204.8l21.13%2047.2a8%208%200%200%201-.66%207.53L89.32%20117a7.93%207.93%200%200%200-.54%207.81c8.27%2016.93%2025.77%2034.22%2042.75%2042.41a7.92%207.92%200%200%200%207.83-.59l25-21.3a8%208%200%200%201%207.59-.69l47.16%2021.13a8%208%200%200%201%204.83%208.31%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m222.37%20158.46l-47.11-21.11l-.13-.06a16%2016%200%200%200-15.17%201.4a8%208%200%200%200-.75.56L134.87%20160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16%2016%200%200%200%201.32-15.06v-.12L97.54%2033.64a16%2016%200%200%200-16.62-9.52A56.26%2056.26%200%200%200%2032%2080c0%2079.4%2064.6%20144%20144%20144a56.26%2056.26%200%200%200%2055.88-48.92a16%2016%200%200%200-9.51-16.62M176%20208A128.14%20128.14%200%200%201%2048%2080a40.2%2040.2%200%200%201%2034.87-40a.6.6%200%200%200%200%20.12l21%2047l-20.67%2024.74a6%206%200%200%200-.57.77a16%2016%200%200%200-1%2015.7c9.06%2018.53%2027.73%2037.06%2046.46%2046.11a16%2016%200%200%200%2015.75-1.14a8%208%200%200%200%20.74-.56L168.89%20152l47%2021.05h.11A40.21%2040.21%200%200%201%20176%20208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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