mobile off icon

mobile-off from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
mobile-off
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More devices icons from Reicon

Use the mobile off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.232 1.25H9.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366q-.129.065-.25.139a.75.75 0 0 0 .78 1.28a2 2 0 0 1 .15-.083c.198-.1.459-.17.913-.207c.462-.037 1.057-.038 1.909-.038h4.4c.853 0 1.447 0 1.91.038c.453.037.714.107.912.207c.423.216.767.56.983.984c.1.197.17.458.207.912c.037.462.038 1.057.038 1.909V15a.75.75 0 0 0 1.5 0V6.768c0-.813 0-1.469-.043-2c-.045-.546-.14-1.026-.366-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.531-.043-1.187-.043-2-.043M12 17.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M4.263 5.324L1.47 2.53a.75.75 0 0 1 1.06-1.06l3.025 3.024l.005.005l13.963 13.963v.001l3.007 3.007a.75.75 0 1 1-1.06 1.06l-2.032-2.032a3.75 3.75 0 0 1-2.563 2.148c-.433.104-.935.104-1.67.104H9.767c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.78c0-.557 0-1.039.013-1.455M5.75 6.811V17.2c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h5.3c.88 0 1.188-.005 1.425-.062a2.25 2.25 0 0 0 1.663-1.663c.015-.064.028-.14.037-.24z" clip-rule="evenodd"/><path d="M9.75 5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 9.75 5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMobileOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.232 1.25H9.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366q-.129.065-.25.139a.75.75 0 0 0 .78 1.28a2 2 0 0 1 .15-.083c.198-.1.459-.17.913-.207c.462-.037 1.057-.038 1.909-.038h4.4c.853 0 1.447 0 1.91.038c.453.037.714.107.912.207c.423.216.767.56.983.984c.1.197.17.458.207.912c.037.462.038 1.057.038 1.909V15a.75.75 0 0 0 1.5 0V6.768c0-.813 0-1.469-.043-2c-.045-.546-.14-1.026-.366-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.531-.043-1.187-.043-2-.043M12 17.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M4.263 5.324L1.47 2.53a.75.75 0 0 1 1.06-1.06l3.025 3.024l.005.005l13.963 13.963v.001l3.007 3.007a.75.75 0 1 1-1.06 1.06l-2.032-2.032a3.75 3.75 0 0 1-2.563 2.148c-.433.104-.935.104-1.67.104H9.767c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.78c0-.557 0-1.039.013-1.455M5.75 6.811V17.2c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h5.3c.88 0 1.188-.005 1.425-.062a2.25 2.25 0 0 0 1.663-1.663c.015-.064.028-.14.037-.24z" clipRule="evenodd"/><path d="M9.75 5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 9.75 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.232 1.25H9.768c-.813 0-1.469 0-2 .043c-.546.045-1.026.14-1.47.366q-.129.065-.25.139a.75.75 0 0 0 .78 1.28a2 2 0 0 1 .15-.083c.198-.1.459-.17.913-.207c.462-.037 1.057-.038 1.909-.038h4.4c.853 0 1.447 0 1.91.038c.453.037.714.107.912.207c.423.216.767.56.983.984c.1.197.17.458.207.912c.037.462.038 1.057.038 1.909V15a.75.75 0 0 0 1.5 0V6.768c0-.813 0-1.469-.043-2c-.045-.546-.14-1.026-.366-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.531-.043-1.187-.043-2-.043M12 17.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M4.263 5.324L1.47 2.53a.75.75 0 0 1 1.06-1.06l3.025 3.024l.005.005l13.963 13.963v.001l3.007 3.007a.75.75 0 1 1-1.06 1.06l-2.032-2.032a3.75 3.75 0 0 1-2.563 2.148c-.433.104-.935.104-1.67.104H9.767c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.78c0-.557 0-1.039.013-1.455M5.75 6.811V17.2c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h5.3c.88 0 1.188-.005 1.425-.062a2.25 2.25 0 0 0 1.663-1.663c.015-.064.028-.14.037-.24z" clip-rule="evenodd"/><path d="M9.75 5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 9.75 5"/></g></svg>
</template>

CSS

.icon-mobile-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.232%201.25H9.768c-.813%200-1.469%200-2%20.043c-.546.045-1.026.14-1.47.366q-.129.065-.25.139a.75.75%200%200%200%20.78%201.28a2%202%200%200%201%20.15-.083c.198-.1.459-.17.913-.207c.462-.037%201.057-.038%201.909-.038h4.4c.853%200%201.447%200%201.91.038c.453.037.714.107.912.207c.423.216.767.56.983.984c.1.197.17.458.207.912c.037.462.038%201.057.038%201.909V15a.75.75%200%200%200%201.5%200V6.768c0-.813%200-1.469-.043-2c-.045-.546-.14-1.026-.366-1.47a3.75%203.75%200%200%200-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.531-.043-1.187-.043-2-.043M12%2017.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.263%205.324L1.47%202.53a.75.75%200%200%201%201.06-1.06l3.025%203.024l.005.005l13.963%2013.963v.001l3.007%203.007a.75.75%200%201%201-1.06%201.06l-2.032-2.032a3.75%203.75%200%200%201-2.563%202.148c-.433.104-.935.104-1.67.104H9.767c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.78c0-.557%200-1.039.013-1.455M5.75%206.811V17.2c0%20.852%200%201.447.038%201.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037%201.057.038%201.909.038h5.3c.88%200%201.188-.005%201.425-.062a2.25%202.25%200%200%200%201.663-1.663c.015-.064.028-.14.037-.24z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.75%205a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3A.75.75%200%200%201%209.75%205%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.232%201.25H9.768c-.813%200-1.469%200-2%20.043c-.546.045-1.026.14-1.47.366q-.129.065-.25.139a.75.75%200%200%200%20.78%201.28a2%202%200%200%201%20.15-.083c.198-.1.459-.17.913-.207c.462-.037%201.057-.038%201.909-.038h4.4c.853%200%201.447%200%201.91.038c.453.037.714.107.912.207c.423.216.767.56.983.984c.1.197.17.458.207.912c.037.462.038%201.057.038%201.909V15a.75.75%200%200%200%201.5%200V6.768c0-.813%200-1.469-.043-2c-.045-.546-.14-1.026-.366-1.47a3.75%203.75%200%200%200-1.639-1.64c-.444-.226-.924-.32-1.47-.365c-.531-.043-1.187-.043-2-.043M12%2017.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.263%205.324L1.47%202.53a.75.75%200%200%201%201.06-1.06l3.025%203.024l.005.005l13.963%2013.963v.001l3.007%203.007a.75.75%200%201%201-1.06%201.06l-2.032-2.032a3.75%203.75%200%200%201-2.563%202.148c-.433.104-.935.104-1.67.104H9.767c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V6.78c0-.557%200-1.039.013-1.455M5.75%206.811V17.2c0%20.852%200%201.447.038%201.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037%201.057.038%201.909.038h5.3c.88%200%201.188-.005%201.425-.062a2.25%202.25%200%200%200%201.663-1.663c.015-.064.028-.14.037-.24z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.75%205a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3A.75.75%200%200%201%209.75%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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