phone list icon
phone-list-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- phone-list-thin
- Set
- Phosphor
- Style
- Thin
- 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="M212.78 170.13L165.56 149a12 12 0 0 0-11.38 1a3.4 3.4 0 0 0-.38.28L129 171.42a3.9 3.9 0 0 1-3.7.21c-16.24-7.84-33-24.52-40.89-40.57a3.9 3.9 0 0 1 .18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12 12 0 0 0 1-11.36L85.9 43.28a12 12 0 0 0-12.48-7.19A52.25 52.25 0 0 0 28 88c0 77.2 62.8 140 140 140a52.25 52.25 0 0 0 51.91-45.42a12 12 0 0 0-7.13-12.45m-.78 11.44A44.23 44.23 0 0 1 168 220C95.22 220 36 160.78 36 88a44.23 44.23 0 0 1 38.42-44a4 4 0 0 1 .48 0a4 4 0 0 1 3.67 2.49l21.11 47.14a4 4 0 0 1-.23 3.6l-21.19 25.2c-.1.13-.2.25-.29.39a12 12 0 0 0-.78 11.75c8.69 17.79 26.61 35.58 44.6 44.27a12 12 0 0 0 11.79-.87l.37-.28l24.83-21.12a3.93 3.93 0 0 1 3.57-.27l47.21 21.16a4 4 0 0 1 2.44 4.11M140 64a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m0 40a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneListThin(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="M212.78 170.13L165.56 149a12 12 0 0 0-11.38 1a3.4 3.4 0 0 0-.38.28L129 171.42a3.9 3.9 0 0 1-3.7.21c-16.24-7.84-33-24.52-40.89-40.57a3.9 3.9 0 0 1 .18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12 12 0 0 0 1-11.36L85.9 43.28a12 12 0 0 0-12.48-7.19A52.25 52.25 0 0 0 28 88c0 77.2 62.8 140 140 140a52.25 52.25 0 0 0 51.91-45.42a12 12 0 0 0-7.13-12.45m-.78 11.44A44.23 44.23 0 0 1 168 220C95.22 220 36 160.78 36 88a44.23 44.23 0 0 1 38.42-44a4 4 0 0 1 .48 0a4 4 0 0 1 3.67 2.49l21.11 47.14a4 4 0 0 1-.23 3.6l-21.19 25.2c-.1.13-.2.25-.29.39a12 12 0 0 0-.78 11.75c8.69 17.79 26.61 35.58 44.6 44.27a12 12 0 0 0 11.79-.87l.37-.28l24.83-21.12a3.93 3.93 0 0 1 3.57-.27l47.21 21.16a4 4 0 0 1 2.44 4.11M140 64a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m0 40a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M212.78 170.13L165.56 149a12 12 0 0 0-11.38 1a3.4 3.4 0 0 0-.38.28L129 171.42a3.9 3.9 0 0 1-3.7.21c-16.24-7.84-33-24.52-40.89-40.57a3.9 3.9 0 0 1 .18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12 12 0 0 0 1-11.36L85.9 43.28a12 12 0 0 0-12.48-7.19A52.25 52.25 0 0 0 28 88c0 77.2 62.8 140 140 140a52.25 52.25 0 0 0 51.91-45.42a12 12 0 0 0-7.13-12.45m-.78 11.44A44.23 44.23 0 0 1 168 220C95.22 220 36 160.78 36 88a44.23 44.23 0 0 1 38.42-44a4 4 0 0 1 .48 0a4 4 0 0 1 3.67 2.49l21.11 47.14a4 4 0 0 1-.23 3.6l-21.19 25.2c-.1.13-.2.25-.29.39a12 12 0 0 0-.78 11.75c8.69 17.79 26.61 35.58 44.6 44.27a12 12 0 0 0 11.79-.87l.37-.28l24.83-21.12a3.93 3.93 0 0 1 3.57-.27l47.21 21.16a4 4 0 0 1 2.44 4.11M140 64a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m0 40a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4"/></svg> </template>
CSS
.icon-phone-list-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%22M212.78%20170.13L165.56%20149a12%2012%200%200%200-11.38%201a3.4%203.4%200%200%200-.38.28L129%20171.42a3.9%203.9%200%200%201-3.7.21c-16.24-7.84-33-24.52-40.89-40.57a3.9%203.9%200%200%201%20.18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12%2012%200%200%200%201-11.36L85.9%2043.28a12%2012%200%200%200-12.48-7.19A52.25%2052.25%200%200%200%2028%2088c0%2077.2%2062.8%20140%20140%20140a52.25%2052.25%200%200%200%2051.91-45.42a12%2012%200%200%200-7.13-12.45m-.78%2011.44A44.23%2044.23%200%200%201%20168%20220C95.22%20220%2036%20160.78%2036%2088a44.23%2044.23%200%200%201%2038.42-44a4%204%200%200%201%20.48%200a4%204%200%200%201%203.67%202.49l21.11%2047.14a4%204%200%200%201-.23%203.6l-21.19%2025.2c-.1.13-.2.25-.29.39a12%2012%200%200%200-.78%2011.75c8.69%2017.79%2026.61%2035.58%2044.6%2044.27a12%2012%200%200%200%2011.79-.87l.37-.28l24.83-21.12a3.93%203.93%200%200%201%203.57-.27l47.21%2021.16a4%204%200%200%201%202.44%204.11M140%2064a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4m0%2040a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4%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%22M212.78%20170.13L165.56%20149a12%2012%200%200%200-11.38%201a3.4%203.4%200%200%200-.38.28L129%20171.42a3.9%203.9%200%200%201-3.7.21c-16.24-7.84-33-24.52-40.89-40.57a3.9%203.9%200%200%201%20.18-3.69l21.2-25.21c.1-.12.19-.25.28-.38a12%2012%200%200%200%201-11.36L85.9%2043.28a12%2012%200%200%200-12.48-7.19A52.25%2052.25%200%200%200%2028%2088c0%2077.2%2062.8%20140%20140%20140a52.25%2052.25%200%200%200%2051.91-45.42a12%2012%200%200%200-7.13-12.45m-.78%2011.44A44.23%2044.23%200%200%201%20168%20220C95.22%20220%2036%20160.78%2036%2088a44.23%2044.23%200%200%201%2038.42-44a4%204%200%200%201%20.48%200a4%204%200%200%201%203.67%202.49l21.11%2047.14a4%204%200%200%201-.23%203.6l-21.19%2025.2c-.1.13-.2.25-.29.39a12%2012%200%200%200-.78%2011.75c8.69%2017.79%2026.61%2035.58%2044.6%2044.27a12%2012%200%200%200%2011.79-.87l.37-.28l24.83-21.12a3.93%203.93%200%200%201%203.57-.27l47.21%2021.16a4%204%200%200%201%202.44%204.11M140%2064a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4m0%2040a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-list-thin.svg?color=%231a73e8&size=48