phone disabled icon
phone-disabled from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-disabled
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
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.8 22.7l-5.55-5.55q-2.225 1.8-4.837 2.825T4.05 21q-.6 0-.825-.3T3 19.95V15.9q0-.35.225-.612t.575-.338l3.45-.7q.275-.05.688.075t.612.325L10.9 17q.45-.275.975-.625t.925-.675L1.4 4.3l1.4-1.4l18.4 18.4zm-2.725-8.375L15.65 12.9q.35-.425.737-.975t.638-1.025L14.6 8.45q-.2-.2-.275-.562T14.3 7.3l.65-3.5q.075-.35.337-.575T15.9 3h4.05q.45 0 .75.3t.3.75q0 2.75-1.037 5.375t-2.888 4.9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPhoneDisabled(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.8 22.7l-5.55-5.55q-2.225 1.8-4.837 2.825T4.05 21q-.6 0-.825-.3T3 19.95V15.9q0-.35.225-.612t.575-.338l3.45-.7q.275-.05.688.075t.612.325L10.9 17q.45-.275.975-.625t.925-.675L1.4 4.3l1.4-1.4l18.4 18.4zm-2.725-8.375L15.65 12.9q.35-.425.737-.975t.638-1.025L14.6 8.45q-.2-.2-.275-.562T14.3 7.3l.65-3.5q.075-.35.337-.575T15.9 3h4.05q.45 0 .75.3t.3.75q0 2.75-1.037 5.375t-2.888 4.9"/></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.8 22.7l-5.55-5.55q-2.225 1.8-4.837 2.825T4.05 21q-.6 0-.825-.3T3 19.95V15.9q0-.35.225-.612t.575-.338l3.45-.7q.275-.05.688.075t.612.325L10.9 17q.45-.275.975-.625t.925-.675L1.4 4.3l1.4-1.4l18.4 18.4zm-2.725-8.375L15.65 12.9q.35-.425.737-.975t.638-1.025L14.6 8.45q-.2-.2-.275-.562T14.3 7.3l.65-3.5q.075-.35.337-.575T15.9 3h4.05q.45 0 .75.3t.3.75q0 2.75-1.037 5.375t-2.888 4.9"/></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.8%2022.7l-5.55-5.55q-2.225%201.8-4.837%202.825T4.05%2021q-.6%200-.825-.3T3%2019.95V15.9q0-.35.225-.612t.575-.338l3.45-.7q.275-.05.688.075t.612.325L10.9%2017q.45-.275.975-.625t.925-.675L1.4%204.3l1.4-1.4l18.4%2018.4zm-2.725-8.375L15.65%2012.9q.35-.425.737-.975t.638-1.025L14.6%208.45q-.2-.2-.275-.562T14.3%207.3l.65-3.5q.075-.35.337-.575T15.9%203h4.05q.45%200%20.75.3t.3.75q0%202.75-1.037%205.375t-2.888%204.9%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.8%2022.7l-5.55-5.55q-2.225%201.8-4.837%202.825T4.05%2021q-.6%200-.825-.3T3%2019.95V15.9q0-.35.225-.612t.575-.338l3.45-.7q.275-.05.688.075t.612.325L10.9%2017q.45-.275.975-.625t.925-.675L1.4%204.3l1.4-1.4l18.4%2018.4zm-2.725-8.375L15.65%2012.9q.35-.425.737-.975t.638-1.025L14.6%208.45q-.2-.2-.275-.562T14.3%207.3l.65-3.5q.075-.35.337-.575T15.9%203h4.05q.45%200%20.75.3t.3.75q0%202.75-1.037%205.375t-2.888%204.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/phone-disabled.svg?color=%231a73e8&size=48