phone disabled icon
phone-disabled-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-disabled-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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.1 22l-4.85-4.85q-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-.675L2.1 5q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275M9 17.9l-1.65-1.65l-2.35.5v2.2q1.025-.075 2.025-.35T9 17.9m8.05-3.6l-1.4-1.4q.375-.425.763-.975t.612-1.025L14.6 8.45q-.2-.2-.275-.562T14.3 7.3l.65-3.5q.075-.35.338-.575T15.9 3h4.05q.45 0 .75.3t.3.75q0 2.75-1.05 5.363t-2.9 4.887m.9-5.3q.425-.975.65-1.975T18.95 5h-2.2l-.45 2.35zM9 17.9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPhoneDisabledOutlineRounded(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.1 22l-4.85-4.85q-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-.675L2.1 5q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275M9 17.9l-1.65-1.65l-2.35.5v2.2q1.025-.075 2.025-.35T9 17.9m8.05-3.6l-1.4-1.4q.375-.425.763-.975t.612-1.025L14.6 8.45q-.2-.2-.275-.562T14.3 7.3l.65-3.5q.075-.35.338-.575T15.9 3h4.05q.45 0 .75.3t.3.75q0 2.75-1.05 5.363t-2.9 4.887m.9-5.3q.425-.975.65-1.975T18.95 5h-2.2l-.45 2.35zM9 17.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.1 22l-4.85-4.85q-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-.675L2.1 5q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275M9 17.9l-1.65-1.65l-2.35.5v2.2q1.025-.075 2.025-.35T9 17.9m8.05-3.6l-1.4-1.4q.375-.425.763-.975t.612-1.025L14.6 8.45q-.2-.2-.275-.562T14.3 7.3l.65-3.5q.075-.35.338-.575T15.9 3h4.05q.45 0 .75.3t.3.75q0 2.75-1.05 5.363t-2.9 4.887m.9-5.3q.425-.975.65-1.975T18.95 5h-2.2l-.45 2.35zM9 17.9"/></svg> </template>
CSS
.icon-phone-disabled-outline-rounded {
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.1%2022l-4.85-4.85q-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-.675L2.1%205q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275M9%2017.9l-1.65-1.65l-2.35.5v2.2q1.025-.075%202.025-.35T9%2017.9m8.05-3.6l-1.4-1.4q.375-.425.763-.975t.612-1.025L14.6%208.45q-.2-.2-.275-.562T14.3%207.3l.65-3.5q.075-.35.338-.575T15.9%203h4.05q.45%200%20.75.3t.3.75q0%202.75-1.05%205.363t-2.9%204.887m.9-5.3q.425-.975.65-1.975T18.95%205h-2.2l-.45%202.35zM9%2017.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.1%2022l-4.85-4.85q-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-.675L2.1%205q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275M9%2017.9l-1.65-1.65l-2.35.5v2.2q1.025-.075%202.025-.35T9%2017.9m8.05-3.6l-1.4-1.4q.375-.425.763-.975t.612-1.025L14.6%208.45q-.2-.2-.275-.562T14.3%207.3l.65-3.5q.075-.35.338-.575T15.9%203h4.05q.45%200%20.75.3t.3.75q0%202.75-1.05%205.363t-2.9%204.887m.9-5.3q.425-.975.65-1.975T18.95%205h-2.2l-.45%202.35zM9%2017.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-outline-rounded.svg?color=%231a73e8&size=48