phone list icon

phone-list from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
phone-list
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the phone list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m214.36 166.46l-47.1-21.11l-.12-.06a16 16 0 0 0-15.18 1.4a8 8 0 0 0-.75.56L126.87 168c-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.06a.6.6 0 0 1 0-.12L89.54 41.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 24 88c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.52-16.62M168 216A128.14 128.14 0 0 1 40 88a40.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.14a7 7 0 0 0 .74-.57L160.89 160l47 21.06h.11A40.21 40.21 0 0 1 168 216M136 64a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m0 40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8"/></svg>

React

import type { SVGProps } from "react";

export function PhPhoneList(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="m214.36 166.46l-47.1-21.11l-.12-.06a16 16 0 0 0-15.18 1.4a8 8 0 0 0-.75.56L126.87 168c-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.06a.6.6 0 0 1 0-.12L89.54 41.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 24 88c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.52-16.62M168 216A128.14 128.14 0 0 1 40 88a40.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.14a7 7 0 0 0 .74-.57L160.89 160l47 21.06h.11A40.21 40.21 0 0 1 168 216M136 64a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m0 40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m214.36 166.46l-47.1-21.11l-.12-.06a16 16 0 0 0-15.18 1.4a8 8 0 0 0-.75.56L126.87 168c-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.06a.6.6 0 0 1 0-.12L89.54 41.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 24 88c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92a16 16 0 0 0-9.52-16.62M168 216A128.14 128.14 0 0 1 40 88a40.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.14a7 7 0 0 0 .74-.57L160.89 160l47 21.06h.11A40.21 40.21 0 0 1 168 216M136 64a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m0 40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8"/></svg>
</template>

CSS

.icon-phone-list {
  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%22m214.36%20166.46l-47.1-21.11l-.12-.06a16%2016%200%200%200-15.18%201.4a8%208%200%200%200-.75.56L126.87%20168c-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.06a.6.6%200%200%201%200-.12L89.54%2041.64a16%2016%200%200%200-16.62-9.52A56.26%2056.26%200%200%200%2024%2088c0%2079.4%2064.6%20144%20144%20144a56.26%2056.26%200%200%200%2055.88-48.92a16%2016%200%200%200-9.52-16.62M168%20216A128.14%20128.14%200%200%201%2040%2088a40.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.14a7%207%200%200%200%20.74-.57L160.89%20160l47%2021.06h.11A40.21%2040.21%200%200%201%20168%20216M136%2064a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8m0%2040a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8%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%22m214.36%20166.46l-47.1-21.11l-.12-.06a16%2016%200%200%200-15.18%201.4a8%208%200%200%200-.75.56L126.87%20168c-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.06a.6.6%200%200%201%200-.12L89.54%2041.64a16%2016%200%200%200-16.62-9.52A56.26%2056.26%200%200%200%2024%2088c0%2079.4%2064.6%20144%20144%20144a56.26%2056.26%200%200%200%2055.88-48.92a16%2016%200%200%200-9.52-16.62M168%20216A128.14%20128.14%200%200%201%2040%2088a40.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.14a7%207%200%200%200%20.74-.57L160.89%20160l47%2021.06h.11A40.21%2040.21%200%200%201%20168%20216M136%2064a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8m0%2040a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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