cellphone message off icon

cellphone-message-off from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
cellphone-message-off
Set
Material Design Icons
Style
Filled
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0

More cellphone / phone icons from Material Design Icons

Use the cellphone message off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l1.11 1.11C2.08 4.38 2 4.68 2 5v14a2 2 0 0 0 2 2h7c1.1 0 2-.9 2-2v-4.11l7.84 7.84l1.27-1.27zM11 17H4V7h1.11L11 12.89zM23 4.5v3c0 .83-.67 1.5-1.5 1.5H18l-2.9 2.9l-.1-.1V4.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5M10.2 7l-4-4H11c1.1 0 2 .9 2 2v4.8l-2-2V7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCellphoneMessageOff(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="M2.39 1.73L1.11 3l1.11 1.11C2.08 4.38 2 4.68 2 5v14a2 2 0 0 0 2 2h7c1.1 0 2-.9 2-2v-4.11l7.84 7.84l1.27-1.27zM11 17H4V7h1.11L11 12.89zM23 4.5v3c0 .83-.67 1.5-1.5 1.5H18l-2.9 2.9l-.1-.1V4.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5M10.2 7l-4-4H11c1.1 0 2 .9 2 2v4.8l-2-2V7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l1.11 1.11C2.08 4.38 2 4.68 2 5v14a2 2 0 0 0 2 2h7c1.1 0 2-.9 2-2v-4.11l7.84 7.84l1.27-1.27zM11 17H4V7h1.11L11 12.89zM23 4.5v3c0 .83-.67 1.5-1.5 1.5H18l-2.9 2.9l-.1-.1V4.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5M10.2 7l-4-4H11c1.1 0 2 .9 2 2v4.8l-2-2V7z"/></svg>
</template>

CSS

.icon-cellphone-message-off {
  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%22M2.39%201.73L1.11%203l1.11%201.11C2.08%204.38%202%204.68%202%205v14a2%202%200%200%200%202%202h7c1.1%200%202-.9%202-2v-4.11l7.84%207.84l1.27-1.27zM11%2017H4V7h1.11L11%2012.89zM23%204.5v3c0%20.83-.67%201.5-1.5%201.5H18l-2.9%202.9l-.1-.1V4.5c0-.83.67-1.5%201.5-1.5h5c.83%200%201.5.67%201.5%201.5M10.2%207l-4-4H11c1.1%200%202%20.9%202%202v4.8l-2-2V7z%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%22M2.39%201.73L1.11%203l1.11%201.11C2.08%204.38%202%204.68%202%205v14a2%202%200%200%200%202%202h7c1.1%200%202-.9%202-2v-4.11l7.84%207.84l1.27-1.27zM11%2017H4V7h1.11L11%2012.89zM23%204.5v3c0%20.83-.67%201.5-1.5%201.5H18l-2.9%202.9l-.1-.1V4.5c0-.83.67-1.5%201.5-1.5h5c.83%200%201.5.67%201.5%201.5M10.2%207l-4-4H11c1.1%200%202%20.9%202%202v4.8l-2-2V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cellphone-message-off.svg?color=%231a73e8&size=48