phone list icon

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

Name
phone-list-bold
Set
Phosphor
Style
Bold
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="m216 162.8l-47.09-21.1l-.18-.08a19.89 19.89 0 0 0-19 1.74a13 13 0 0 0-1.12.84l-22.31 19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11 11 0 0 0 .85-1.15a20 20 0 0 0 1.66-18.83a1.4 1.4 0 0 1-.08-.18L93.2 40a20.05 20.05 0 0 0-20.78-11.85A60.27 60.27 0 0 0 20 88c0 81.61 66.39 148 148 148a60.27 60.27 0 0 0 59.85-52.42A20.06 20.06 0 0 0 216 162.8M168 212A124.15 124.15 0 0 1 44 88a36.27 36.27 0 0 1 28.48-35.53l18.82 42l-19.16 22.8a11 11 0 0 0-.86 1.15A20 20 0 0 0 70 138.08c9.42 19.28 28.83 38.56 48.31 48a20 20 0 0 0 19.69-1.45a12 12 0 0 0 1.11-.85l22.43-19.07l42 18.81A36.29 36.29 0 0 1 168 212M132 64a12 12 0 0 1 12-12h64a12 12 0 0 1 0 24h-64a12 12 0 0 1-12-12m0 40a12 12 0 0 1 12-12h64a12 12 0 0 1 0 24h-64a12 12 0 0 1-12-12"/></svg>

React

import type { SVGProps } from "react";

export function PhPhoneListBold(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="m216 162.8l-47.09-21.1l-.18-.08a19.89 19.89 0 0 0-19 1.74a13 13 0 0 0-1.12.84l-22.31 19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11 11 0 0 0 .85-1.15a20 20 0 0 0 1.66-18.83a1.4 1.4 0 0 1-.08-.18L93.2 40a20.05 20.05 0 0 0-20.78-11.85A60.27 60.27 0 0 0 20 88c0 81.61 66.39 148 148 148a60.27 60.27 0 0 0 59.85-52.42A20.06 20.06 0 0 0 216 162.8M168 212A124.15 124.15 0 0 1 44 88a36.27 36.27 0 0 1 28.48-35.53l18.82 42l-19.16 22.8a11 11 0 0 0-.86 1.15A20 20 0 0 0 70 138.08c9.42 19.28 28.83 38.56 48.31 48a20 20 0 0 0 19.69-1.45a12 12 0 0 0 1.11-.85l22.43-19.07l42 18.81A36.29 36.29 0 0 1 168 212M132 64a12 12 0 0 1 12-12h64a12 12 0 0 1 0 24h-64a12 12 0 0 1-12-12m0 40a12 12 0 0 1 12-12h64a12 12 0 0 1 0 24h-64a12 12 0 0 1-12-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="m216 162.8l-47.09-21.1l-.18-.08a19.89 19.89 0 0 0-19 1.74a13 13 0 0 0-1.12.84l-22.31 19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11 11 0 0 0 .85-1.15a20 20 0 0 0 1.66-18.83a1.4 1.4 0 0 1-.08-.18L93.2 40a20.05 20.05 0 0 0-20.78-11.85A60.27 60.27 0 0 0 20 88c0 81.61 66.39 148 148 148a60.27 60.27 0 0 0 59.85-52.42A20.06 20.06 0 0 0 216 162.8M168 212A124.15 124.15 0 0 1 44 88a36.27 36.27 0 0 1 28.48-35.53l18.82 42l-19.16 22.8a11 11 0 0 0-.86 1.15A20 20 0 0 0 70 138.08c9.42 19.28 28.83 38.56 48.31 48a20 20 0 0 0 19.69-1.45a12 12 0 0 0 1.11-.85l22.43-19.07l42 18.81A36.29 36.29 0 0 1 168 212M132 64a12 12 0 0 1 12-12h64a12 12 0 0 1 0 24h-64a12 12 0 0 1-12-12m0 40a12 12 0 0 1 12-12h64a12 12 0 0 1 0 24h-64a12 12 0 0 1-12-12"/></svg>
</template>

CSS

.icon-phone-list-bold {
  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%22m216%20162.8l-47.09-21.1l-.18-.08a19.89%2019.89%200%200%200-19%201.74a13%2013%200%200%200-1.12.84l-22.31%2019c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11%2011%200%200%200%20.85-1.15a20%2020%200%200%200%201.66-18.83a1.4%201.4%200%200%201-.08-.18L93.2%2040a20.05%2020.05%200%200%200-20.78-11.85A60.27%2060.27%200%200%200%2020%2088c0%2081.61%2066.39%20148%20148%20148a60.27%2060.27%200%200%200%2059.85-52.42A20.06%2020.06%200%200%200%20216%20162.8M168%20212A124.15%20124.15%200%200%201%2044%2088a36.27%2036.27%200%200%201%2028.48-35.53l18.82%2042l-19.16%2022.8a11%2011%200%200%200-.86%201.15A20%2020%200%200%200%2070%20138.08c9.42%2019.28%2028.83%2038.56%2048.31%2048a20%2020%200%200%200%2019.69-1.45a12%2012%200%200%200%201.11-.85l22.43-19.07l42%2018.81A36.29%2036.29%200%200%201%20168%20212M132%2064a12%2012%200%200%201%2012-12h64a12%2012%200%200%201%200%2024h-64a12%2012%200%200%201-12-12m0%2040a12%2012%200%200%201%2012-12h64a12%2012%200%200%201%200%2024h-64a12%2012%200%200%201-12-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%22m216%20162.8l-47.09-21.1l-.18-.08a19.89%2019.89%200%200%200-19%201.74a13%2013%200%200%200-1.12.84l-22.31%2019c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11%2011%200%200%200%20.85-1.15a20%2020%200%200%200%201.66-18.83a1.4%201.4%200%200%201-.08-.18L93.2%2040a20.05%2020.05%200%200%200-20.78-11.85A60.27%2060.27%200%200%200%2020%2088c0%2081.61%2066.39%20148%20148%20148a60.27%2060.27%200%200%200%2059.85-52.42A20.06%2020.06%200%200%200%20216%20162.8M168%20212A124.15%20124.15%200%200%201%2044%2088a36.27%2036.27%200%200%201%2028.48-35.53l18.82%2042l-19.16%2022.8a11%2011%200%200%200-.86%201.15A20%2020%200%200%200%2070%20138.08c9.42%2019.28%2028.83%2038.56%2048.31%2048a20%2020%200%200%200%2019.69-1.45a12%2012%200%200%200%201.11-.85l22.43-19.07l42%2018.81A36.29%2036.29%200%200%201%20168%20212M132%2064a12%2012%200%200%201%2012-12h64a12%2012%200%200%201%200%2024h-64a12%2012%200%200%201-12-12m0%2040a12%2012%200%200%201%2012-12h64a12%2012%200%200%201%200%2024h-64a12%2012%200%200%201-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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