phone disconnect icon
phone-disconnect-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- phone-disconnect-light
- Set
- Phosphor
- Style
- Light
- 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"><path fill="currentColor" d="M230.19 91.55c-55.39-55.4-149-55.4-204.38 0c-19.25 19.27-21.11 47.67-4.52 69.06a14 14 0 0 0 16.1 4.39l49-17.38l.22-.09a13.93 13.93 0 0 0 8.53-10.25l5.9-29.52a1.93 1.93 0 0 1 1.21-1.47a78.53 78.53 0 0 1 51.18-.11a1.93 1.93 0 0 1 1.22 1.45l6.21 29.75a14 14 0 0 0 8.5 10.14l.23.08l49 17.4a14 14 0 0 0 16.1-4.42c16.61-21.36 14.75-49.76-4.5-69.03m-5 61.71a2 2 0 0 1-2.29.58l-.22-.09l-49-17.38a2 2 0 0 1-1.08-1.37l-6.22-29.74a14 14 0 0 0-9.06-10.35a90.53 90.53 0 0 0-59 .13a14 14 0 0 0-9 10.45L83.37 135a2 2 0 0 1-1.15 1.44l-48.94 17.31l-.22.09a2 2 0 0 1-2.29-.58c-13-16.74-11.56-38.12 3.53-53.22c25.39-25.4 59.55-38.1 93.7-38.1s68.31 12.7 93.7 38.1c15.09 15.1 16.51 36.48 3.53 53.22ZM222 200a6 6 0 0 1-6 6H40a6 6 0 0 1 0-12h176a6 6 0 0 1 6 6"/></svg>
React
import type { SVGProps } from "react";
export function PhPhoneDisconnectLight(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="M230.19 91.55c-55.39-55.4-149-55.4-204.38 0c-19.25 19.27-21.11 47.67-4.52 69.06a14 14 0 0 0 16.1 4.39l49-17.38l.22-.09a13.93 13.93 0 0 0 8.53-10.25l5.9-29.52a1.93 1.93 0 0 1 1.21-1.47a78.53 78.53 0 0 1 51.18-.11a1.93 1.93 0 0 1 1.22 1.45l6.21 29.75a14 14 0 0 0 8.5 10.14l.23.08l49 17.4a14 14 0 0 0 16.1-4.42c16.61-21.36 14.75-49.76-4.5-69.03m-5 61.71a2 2 0 0 1-2.29.58l-.22-.09l-49-17.38a2 2 0 0 1-1.08-1.37l-6.22-29.74a14 14 0 0 0-9.06-10.35a90.53 90.53 0 0 0-59 .13a14 14 0 0 0-9 10.45L83.37 135a2 2 0 0 1-1.15 1.44l-48.94 17.31l-.22.09a2 2 0 0 1-2.29-.58c-13-16.74-11.56-38.12 3.53-53.22c25.39-25.4 59.55-38.1 93.7-38.1s68.31 12.7 93.7 38.1c15.09 15.1 16.51 36.48 3.53 53.22ZM222 200a6 6 0 0 1-6 6H40a6 6 0 0 1 0-12h176a6 6 0 0 1 6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.19 91.55c-55.39-55.4-149-55.4-204.38 0c-19.25 19.27-21.11 47.67-4.52 69.06a14 14 0 0 0 16.1 4.39l49-17.38l.22-.09a13.93 13.93 0 0 0 8.53-10.25l5.9-29.52a1.93 1.93 0 0 1 1.21-1.47a78.53 78.53 0 0 1 51.18-.11a1.93 1.93 0 0 1 1.22 1.45l6.21 29.75a14 14 0 0 0 8.5 10.14l.23.08l49 17.4a14 14 0 0 0 16.1-4.42c16.61-21.36 14.75-49.76-4.5-69.03m-5 61.71a2 2 0 0 1-2.29.58l-.22-.09l-49-17.38a2 2 0 0 1-1.08-1.37l-6.22-29.74a14 14 0 0 0-9.06-10.35a90.53 90.53 0 0 0-59 .13a14 14 0 0 0-9 10.45L83.37 135a2 2 0 0 1-1.15 1.44l-48.94 17.31l-.22.09a2 2 0 0 1-2.29-.58c-13-16.74-11.56-38.12 3.53-53.22c25.39-25.4 59.55-38.1 93.7-38.1s68.31 12.7 93.7 38.1c15.09 15.1 16.51 36.48 3.53 53.22ZM222 200a6 6 0 0 1-6 6H40a6 6 0 0 1 0-12h176a6 6 0 0 1 6 6"/></svg> </template>
CSS
.icon-phone-disconnect-light {
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%22M230.19%2091.55c-55.39-55.4-149-55.4-204.38%200c-19.25%2019.27-21.11%2047.67-4.52%2069.06a14%2014%200%200%200%2016.1%204.39l49-17.38l.22-.09a13.93%2013.93%200%200%200%208.53-10.25l5.9-29.52a1.93%201.93%200%200%201%201.21-1.47a78.53%2078.53%200%200%201%2051.18-.11a1.93%201.93%200%200%201%201.22%201.45l6.21%2029.75a14%2014%200%200%200%208.5%2010.14l.23.08l49%2017.4a14%2014%200%200%200%2016.1-4.42c16.61-21.36%2014.75-49.76-4.5-69.03m-5%2061.71a2%202%200%200%201-2.29.58l-.22-.09l-49-17.38a2%202%200%200%201-1.08-1.37l-6.22-29.74a14%2014%200%200%200-9.06-10.35a90.53%2090.53%200%200%200-59%20.13a14%2014%200%200%200-9%2010.45L83.37%20135a2%202%200%200%201-1.15%201.44l-48.94%2017.31l-.22.09a2%202%200%200%201-2.29-.58c-13-16.74-11.56-38.12%203.53-53.22c25.39-25.4%2059.55-38.1%2093.7-38.1s68.31%2012.7%2093.7%2038.1c15.09%2015.1%2016.51%2036.48%203.53%2053.22ZM222%20200a6%206%200%200%201-6%206H40a6%206%200%200%201%200-12h176a6%206%200%200%201%206%206%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%22M230.19%2091.55c-55.39-55.4-149-55.4-204.38%200c-19.25%2019.27-21.11%2047.67-4.52%2069.06a14%2014%200%200%200%2016.1%204.39l49-17.38l.22-.09a13.93%2013.93%200%200%200%208.53-10.25l5.9-29.52a1.93%201.93%200%200%201%201.21-1.47a78.53%2078.53%200%200%201%2051.18-.11a1.93%201.93%200%200%201%201.22%201.45l6.21%2029.75a14%2014%200%200%200%208.5%2010.14l.23.08l49%2017.4a14%2014%200%200%200%2016.1-4.42c16.61-21.36%2014.75-49.76-4.5-69.03m-5%2061.71a2%202%200%200%201-2.29.58l-.22-.09l-49-17.38a2%202%200%200%201-1.08-1.37l-6.22-29.74a14%2014%200%200%200-9.06-10.35a90.53%2090.53%200%200%200-59%20.13a14%2014%200%200%200-9%2010.45L83.37%20135a2%202%200%200%201-1.15%201.44l-48.94%2017.31l-.22.09a2%202%200%200%201-2.29-.58c-13-16.74-11.56-38.12%203.53-53.22c25.39-25.4%2059.55-38.1%2093.7-38.1s68.31%2012.7%2093.7%2038.1c15.09%2015.1%2016.51%2036.48%203.53%2053.22ZM222%20200a6%206%200%200%201-6%206H40a6%206%200%200%201%200-12h176a6%206%200%200%201%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/phone-disconnect-light.svg?color=%231a73e8&size=48