phone disconnect icon
phone-disconnect-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- phone-disconnect-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the phone disconnect icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M230 157a8 8 0 0 1-9.26 2.47L171.58 142a8 8 0 0 1-4.86-5.8l-6.21-29.74a7.94 7.94 0 0 0-5.14-5.9a84.4 84.4 0 0 0-55.1.13a7.93 7.93 0 0 0-5.12 6l-5.9 29.51a8 8 0 0 1-4.87 5.8l-49.09 17.42A8 8 0 0 1 26 157c-14.6-18.83-13.26-43.83 4-61.12c53.11-53.11 142.77-53.11 195.88 0c17.35 17.24 18.69 42.24 4.12 61.12" opacity=".2"/><path d="M231.59 90.13C175.44 34 80.56 34 24.41 90.13c-20 20-21.92 49.49-4.69 71.71A16 16 0 0 0 32.35 168a15.8 15.8 0 0 0 5.75-1.08l49-17.37l.29-.11a16 16 0 0 0 9.75-11.73l5.9-29.52a76.52 76.52 0 0 1 49.68-.11l6.21 29.75a16 16 0 0 0 9.72 11.59l.29.11l49 17.39a16 16 0 0 0 18.38-5.06c17.19-22.24 15.26-51.73-4.73-71.73M223.67 152l-.3-.12l-48.82-17.33l-6.21-29.74A16 16 0 0 0 158 93a92.56 92.56 0 0 0-60.34.13a16 16 0 0 0-10.32 12l-5.9 29.51l-48.81 17.22c-.1 0-.17.13-.27.17c-12.33-15.91-11-36.23 3.36-50.58c25-25 58.65-37.53 92.28-37.53s67.27 12.51 92.28 37.53c14.33 14.35 15.72 34.67 3.39 50.55m.32 48a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPhoneDisconnectDuotone(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="M230 157a8 8 0 0 1-9.26 2.47L171.58 142a8 8 0 0 1-4.86-5.8l-6.21-29.74a7.94 7.94 0 0 0-5.14-5.9a84.4 84.4 0 0 0-55.1.13a7.93 7.93 0 0 0-5.12 6l-5.9 29.51a8 8 0 0 1-4.87 5.8l-49.09 17.42A8 8 0 0 1 26 157c-14.6-18.83-13.26-43.83 4-61.12c53.11-53.11 142.77-53.11 195.88 0c17.35 17.24 18.69 42.24 4.12 61.12" opacity=".2"/><path d="M231.59 90.13C175.44 34 80.56 34 24.41 90.13c-20 20-21.92 49.49-4.69 71.71A16 16 0 0 0 32.35 168a15.8 15.8 0 0 0 5.75-1.08l49-17.37l.29-.11a16 16 0 0 0 9.75-11.73l5.9-29.52a76.52 76.52 0 0 1 49.68-.11l6.21 29.75a16 16 0 0 0 9.72 11.59l.29.11l49 17.39a16 16 0 0 0 18.38-5.06c17.19-22.24 15.26-51.73-4.73-71.73M223.67 152l-.3-.12l-48.82-17.33l-6.21-29.74A16 16 0 0 0 158 93a92.56 92.56 0 0 0-60.34.13a16 16 0 0 0-10.32 12l-5.9 29.51l-48.81 17.22c-.1 0-.17.13-.27.17c-12.33-15.91-11-36.23 3.36-50.58c25-25 58.65-37.53 92.28-37.53s67.27 12.51 92.28 37.53c14.33 14.35 15.72 34.67 3.39 50.55m.32 48a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8Z"/></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="M230 157a8 8 0 0 1-9.26 2.47L171.58 142a8 8 0 0 1-4.86-5.8l-6.21-29.74a7.94 7.94 0 0 0-5.14-5.9a84.4 84.4 0 0 0-55.1.13a7.93 7.93 0 0 0-5.12 6l-5.9 29.51a8 8 0 0 1-4.87 5.8l-49.09 17.42A8 8 0 0 1 26 157c-14.6-18.83-13.26-43.83 4-61.12c53.11-53.11 142.77-53.11 195.88 0c17.35 17.24 18.69 42.24 4.12 61.12" opacity=".2"/><path d="M231.59 90.13C175.44 34 80.56 34 24.41 90.13c-20 20-21.92 49.49-4.69 71.71A16 16 0 0 0 32.35 168a15.8 15.8 0 0 0 5.75-1.08l49-17.37l.29-.11a16 16 0 0 0 9.75-11.73l5.9-29.52a76.52 76.52 0 0 1 49.68-.11l6.21 29.75a16 16 0 0 0 9.72 11.59l.29.11l49 17.39a16 16 0 0 0 18.38-5.06c17.19-22.24 15.26-51.73-4.73-71.73M223.67 152l-.3-.12l-48.82-17.33l-6.21-29.74A16 16 0 0 0 158 93a92.56 92.56 0 0 0-60.34.13a16 16 0 0 0-10.32 12l-5.9 29.51l-48.81 17.22c-.1 0-.17.13-.27.17c-12.33-15.91-11-36.23 3.36-50.58c25-25 58.65-37.53 92.28-37.53s67.27 12.51 92.28 37.53c14.33 14.35 15.72 34.67 3.39 50.55m.32 48a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8Z"/></g></svg> </template>
CSS
.icon-phone-disconnect-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%22M230%20157a8%208%200%200%201-9.26%202.47L171.58%20142a8%208%200%200%201-4.86-5.8l-6.21-29.74a7.94%207.94%200%200%200-5.14-5.9a84.4%2084.4%200%200%200-55.1.13a7.93%207.93%200%200%200-5.12%206l-5.9%2029.51a8%208%200%200%201-4.87%205.8l-49.09%2017.42A8%208%200%200%201%2026%20157c-14.6-18.83-13.26-43.83%204-61.12c53.11-53.11%20142.77-53.11%20195.88%200c17.35%2017.24%2018.69%2042.24%204.12%2061.12%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M231.59%2090.13C175.44%2034%2080.56%2034%2024.41%2090.13c-20%2020-21.92%2049.49-4.69%2071.71A16%2016%200%200%200%2032.35%20168a15.8%2015.8%200%200%200%205.75-1.08l49-17.37l.29-.11a16%2016%200%200%200%209.75-11.73l5.9-29.52a76.52%2076.52%200%200%201%2049.68-.11l6.21%2029.75a16%2016%200%200%200%209.72%2011.59l.29.11l49%2017.39a16%2016%200%200%200%2018.38-5.06c17.19-22.24%2015.26-51.73-4.73-71.73M223.67%20152l-.3-.12l-48.82-17.33l-6.21-29.74A16%2016%200%200%200%20158%2093a92.56%2092.56%200%200%200-60.34.13a16%2016%200%200%200-10.32%2012l-5.9%2029.51l-48.81%2017.22c-.1%200-.17.13-.27.17c-12.33-15.91-11-36.23%203.36-50.58c25-25%2058.65-37.53%2092.28-37.53s67.27%2012.51%2092.28%2037.53c14.33%2014.35%2015.72%2034.67%203.39%2050.55m.32%2048a8%208%200%200%201-8%208H40a8%208%200%200%201%200-16h176a8%208%200%200%201%208%208Z%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%22M230%20157a8%208%200%200%201-9.26%202.47L171.58%20142a8%208%200%200%201-4.86-5.8l-6.21-29.74a7.94%207.94%200%200%200-5.14-5.9a84.4%2084.4%200%200%200-55.1.13a7.93%207.93%200%200%200-5.12%206l-5.9%2029.51a8%208%200%200%201-4.87%205.8l-49.09%2017.42A8%208%200%200%201%2026%20157c-14.6-18.83-13.26-43.83%204-61.12c53.11-53.11%20142.77-53.11%20195.88%200c17.35%2017.24%2018.69%2042.24%204.12%2061.12%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M231.59%2090.13C175.44%2034%2080.56%2034%2024.41%2090.13c-20%2020-21.92%2049.49-4.69%2071.71A16%2016%200%200%200%2032.35%20168a15.8%2015.8%200%200%200%205.75-1.08l49-17.37l.29-.11a16%2016%200%200%200%209.75-11.73l5.9-29.52a76.52%2076.52%200%200%201%2049.68-.11l6.21%2029.75a16%2016%200%200%200%209.72%2011.59l.29.11l49%2017.39a16%2016%200%200%200%2018.38-5.06c17.19-22.24%2015.26-51.73-4.73-71.73M223.67%20152l-.3-.12l-48.82-17.33l-6.21-29.74A16%2016%200%200%200%20158%2093a92.56%2092.56%200%200%200-60.34.13a16%2016%200%200%200-10.32%2012l-5.9%2029.51l-48.81%2017.22c-.1%200-.17.13-.27.17c-12.33-15.91-11-36.23%203.36-50.58c25-25%2058.65-37.53%2092.28-37.53s67.27%2012.51%2092.28%2037.53c14.33%2014.35%2015.72%2034.67%203.39%2050.55m.32%2048a8%208%200%200%201-8%208H40a8%208%200%200%201%200-16h176a8%208%200%200%201%208%208Z%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-disconnect-duotone.svg?color=%231a73e8&size=48