phone disabled icon
phone-disabled from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-disabled
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the phone disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.723 21.239l-5.32-5.32q-2.243 1.973-4.625 3.027T5.069 20q-.484 0-.777-.3T4 18.95v-2.434q0-.427.254-.728q.254-.302.662-.396l2.103-.43q.352-.07.659.026t.564.354l2.139 2.177q.796-.428 1.715-1.077q.92-.648 1.589-1.242L2.86 4.377l.708-.708L20.43 20.531zm-3.244-7.491l-.713-.713q.407-.502.862-1.197q.455-.694.782-1.246l-2.194-2.046q-.258-.238-.343-.572q-.084-.333-.015-.674l.496-2.384q.094-.408.395-.662T16.477 4h2.473q.45 0 .75.31t.3.76q0 2.23-.97 4.509t-2.551 4.169"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhoneDisabled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.723 21.239l-5.32-5.32q-2.243 1.973-4.625 3.027T5.069 20q-.484 0-.777-.3T4 18.95v-2.434q0-.427.254-.728q.254-.302.662-.396l2.103-.43q.352-.07.659.026t.564.354l2.139 2.177q.796-.428 1.715-1.077q.92-.648 1.589-1.242L2.86 4.377l.708-.708L20.43 20.531zm-3.244-7.491l-.713-.713q.407-.502.862-1.197q.455-.694.782-1.246l-2.194-2.046q-.258-.238-.343-.572q-.084-.333-.015-.674l.496-2.384q.094-.408.395-.662T16.477 4h2.473q.45 0 .75.31t.3.76q0 2.23-.97 4.509t-2.551 4.169"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.723 21.239l-5.32-5.32q-2.243 1.973-4.625 3.027T5.069 20q-.484 0-.777-.3T4 18.95v-2.434q0-.427.254-.728q.254-.302.662-.396l2.103-.43q.352-.07.659.026t.564.354l2.139 2.177q.796-.428 1.715-1.077q.92-.648 1.589-1.242L2.86 4.377l.708-.708L20.43 20.531zm-3.244-7.491l-.713-.713q.407-.502.862-1.197q.455-.694.782-1.246l-2.194-2.046q-.258-.238-.343-.572q-.084-.333-.015-.674l.496-2.384q.094-.408.395-.662T16.477 4h2.473q.45 0 .75.31t.3.76q0 2.23-.97 4.509t-2.551 4.169"/></svg> </template>
CSS
.icon-phone-disabled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.723%2021.239l-5.32-5.32q-2.243%201.973-4.625%203.027T5.069%2020q-.484%200-.777-.3T4%2018.95v-2.434q0-.427.254-.728q.254-.302.662-.396l2.103-.43q.352-.07.659.026t.564.354l2.139%202.177q.796-.428%201.715-1.077q.92-.648%201.589-1.242L2.86%204.377l.708-.708L20.43%2020.531zm-3.244-7.491l-.713-.713q.407-.502.862-1.197q.455-.694.782-1.246l-2.194-2.046q-.258-.238-.343-.572q-.084-.333-.015-.674l.496-2.384q.094-.408.395-.662T16.477%204h2.473q.45%200%20.75.31t.3.76q0%202.23-.97%204.509t-2.551%204.169%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.723%2021.239l-5.32-5.32q-2.243%201.973-4.625%203.027T5.069%2020q-.484%200-.777-.3T4%2018.95v-2.434q0-.427.254-.728q.254-.302.662-.396l2.103-.43q.352-.07.659.026t.564.354l2.139%202.177q.796-.428%201.715-1.077q.92-.648%201.589-1.242L2.86%204.377l.708-.708L20.43%2020.531zm-3.244-7.491l-.713-.713q.407-.502.862-1.197q.455-.694.782-1.246l-2.194-2.046q-.258-.238-.343-.572q-.084-.333-.015-.674l.496-2.384q.094-.408.395-.662T16.477%204h2.473q.45%200%20.75.31t.3.76q0%202.23-.97%204.509t-2.551%204.169%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/phone-disabled.svg?color=%231a73e8&size=48