phone-disabled-sharp from Material Symbols Light by Google · Sharp · Communicate · Apache-2.0 Free for personal and commercial use.

Name
phone-disabled-sharp
Set
Material Symbols Light
Style
Sharp
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="m16.485 13.754l-.72-.72q.302-.37.757-1.028t.888-1.414l-2.697-2.51l.85-4.082H20v.8q0 2.321-.937 4.666q-.936 2.344-2.578 4.288M4.8 20H4v-4.413l3.75-.756l2.63 2.688q1.072-.603 1.879-1.16t1.445-1.14L2.86 4.377l.708-.708L20.43 20.531l-.708.708l-5.3-5.3q-2.127 1.932-4.646 2.997T4.8 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhoneDisabledSharp(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="m16.485 13.754l-.72-.72q.302-.37.757-1.028t.888-1.414l-2.697-2.51l.85-4.082H20v.8q0 2.321-.937 4.666q-.936 2.344-2.578 4.288M4.8 20H4v-4.413l3.75-.756l2.63 2.688q1.072-.603 1.879-1.16t1.445-1.14L2.86 4.377l.708-.708L20.43 20.531l-.708.708l-5.3-5.3q-2.127 1.932-4.646 2.997T4.8 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.485 13.754l-.72-.72q.302-.37.757-1.028t.888-1.414l-2.697-2.51l.85-4.082H20v.8q0 2.321-.937 4.666q-.936 2.344-2.578 4.288M4.8 20H4v-4.413l3.75-.756l2.63 2.688q1.072-.603 1.879-1.16t1.445-1.14L2.86 4.377l.708-.708L20.43 20.531l-.708.708l-5.3-5.3q-2.127 1.932-4.646 2.997T4.8 20"/></svg>
</template>

CSS

.icon-phone-disabled-sharp {
  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%22m16.485%2013.754l-.72-.72q.302-.37.757-1.028t.888-1.414l-2.697-2.51l.85-4.082H20v.8q0%202.321-.937%204.666q-.936%202.344-2.578%204.288M4.8%2020H4v-4.413l3.75-.756l2.63%202.688q1.072-.603%201.879-1.16t1.445-1.14L2.86%204.377l.708-.708L20.43%2020.531l-.708.708l-5.3-5.3q-2.127%201.932-4.646%202.997T4.8%2020%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%22m16.485%2013.754l-.72-.72q.302-.37.757-1.028t.888-1.414l-2.697-2.51l.85-4.082H20v.8q0%202.321-.937%204.666q-.936%202.344-2.578%204.288M4.8%2020H4v-4.413l3.75-.756l2.63%202.688q1.072-.603%201.879-1.16t1.445-1.14L2.86%204.377l.708-.708L20.43%2020.531l-.708.708l-5.3-5.3q-2.127%201.932-4.646%202.997T4.8%2020%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-sharp.svg?color=%231a73e8&size=48