phone disabled icon

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

Name
phone-disabled-sharp
Set
Material Symbols
Style
Sharp
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="m17.1 14.35l-1.45-1.45q.225-.275.738-1t.637-1l-2.85-2.875L15.1 3H21v1.05q0 2.725-.975 5.3t-2.925 5M4.05 21H3v-5.875L8 14.1l2.9 2.9q.725-.45 1.138-.737t.762-.563L1.4 4.3l1.4-1.4l18.4 18.4l-1.4 1.4l-5.55-5.55q-2.3 1.875-4.925 2.863T4.05 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPhoneDisabledSharp(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="m17.1 14.35l-1.45-1.45q.225-.275.738-1t.637-1l-2.85-2.875L15.1 3H21v1.05q0 2.725-.975 5.3t-2.925 5M4.05 21H3v-5.875L8 14.1l2.9 2.9q.725-.45 1.138-.737t.762-.563L1.4 4.3l1.4-1.4l18.4 18.4l-1.4 1.4l-5.55-5.55q-2.3 1.875-4.925 2.863T4.05 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.1 14.35l-1.45-1.45q.225-.275.738-1t.637-1l-2.85-2.875L15.1 3H21v1.05q0 2.725-.975 5.3t-2.925 5M4.05 21H3v-5.875L8 14.1l2.9 2.9q.725-.45 1.138-.737t.762-.563L1.4 4.3l1.4-1.4l18.4 18.4l-1.4 1.4l-5.55-5.55q-2.3 1.875-4.925 2.863T4.05 21"/></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%22m17.1%2014.35l-1.45-1.45q.225-.275.738-1t.637-1l-2.85-2.875L15.1%203H21v1.05q0%202.725-.975%205.3t-2.925%205M4.05%2021H3v-5.875L8%2014.1l2.9%202.9q.725-.45%201.138-.737t.762-.563L1.4%204.3l1.4-1.4l18.4%2018.4l-1.4%201.4l-5.55-5.55q-2.3%201.875-4.925%202.863T4.05%2021%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%22m17.1%2014.35l-1.45-1.45q.225-.275.738-1t.637-1l-2.85-2.875L15.1%203H21v1.05q0%202.725-.975%205.3t-2.925%205M4.05%2021H3v-5.875L8%2014.1l2.9%202.9q.725-.45%201.138-.737t.762-.563L1.4%204.3l1.4-1.4l18.4%2018.4l-1.4%201.4l-5.55-5.55q-2.3%201.875-4.925%202.863T4.05%2021%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-sharp.svg?color=%231a73e8&size=48