sim-off-outline from Material Design Icons by Pictogrammers · Outline · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
sim-off-outline
Set
Material Design Icons
Style
Outline
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More cellphone / phone icons from Material Design Icons

Use the sim off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l3.95 3.95L4 8v12c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM18 20H6V8.83l.47-.47L18 19.89zM10.83 4H18v10.8l2 2V4a2 2 0 0 0-2-2h-8L7.6 4.4L9 5.81z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSimOffOutline(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="M22.11 21.46L2.39 1.73L1.11 3l3.95 3.95L4 8v12c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM18 20H6V8.83l.47-.47L18 19.89zM10.83 4H18v10.8l2 2V4a2 2 0 0 0-2-2h-8L7.6 4.4L9 5.81z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l3.95 3.95L4 8v12c0 1.11.89 2 2 2h12c.58 0 1.1-.25 1.46-.65l1.38 1.38zM18 20H6V8.83l.47-.47L18 19.89zM10.83 4H18v10.8l2 2V4a2 2 0 0 0-2-2h-8L7.6 4.4L9 5.81z"/></svg>
</template>

CSS

.icon-sim-off-outline {
  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%22M22.11%2021.46L2.39%201.73L1.11%203l3.95%203.95L4%208v12c0%201.11.89%202%202%202h12c.58%200%201.1-.25%201.46-.65l1.38%201.38zM18%2020H6V8.83l.47-.47L18%2019.89zM10.83%204H18v10.8l2%202V4a2%202%200%200%200-2-2h-8L7.6%204.4L9%205.81z%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%22M22.11%2021.46L2.39%201.73L1.11%203l3.95%203.95L4%208v12c0%201.11.89%202%202%202h12c.58%200%201.1-.25%201.46-.65l1.38%201.38zM18%2020H6V8.83l.47-.47L18%2019.89zM10.83%204H18v10.8l2%202V4a2%202%200%200%200-2-2h-8L7.6%204.4L9%205.81z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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