mobile off icon

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

Name
mobile-off-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" 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-.14 1.17L18.47 15.53a.75.75 0 0 0 1.28-.53V6.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-.043M9.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 5M2.53 1.47a.75.75 0 0 0-1.06 1.06l2.793 2.794c-.013.416-.013.898-.013 1.455v10.453c0 .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 .043h4.464c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.734-1.844l2.034 2.033a.75.75 0 1 0 1.06-1.06zM11 18.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMobileOffFilled(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" fillRule="evenodd" 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-.14 1.17L18.47 15.53a.75.75 0 0 0 1.28-.53V6.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-.043M9.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 5M2.53 1.47a.75.75 0 0 0-1.06 1.06l2.793 2.794c-.013.416-.013.898-.013 1.455v10.453c0 .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 .043h4.464c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.734-1.844l2.034 2.033a.75.75 0 1 0 1.06-1.06zM11 18.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" 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-.14 1.17L18.47 15.53a.75.75 0 0 0 1.28-.53V6.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-.043M9.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 5M2.53 1.47a.75.75 0 0 0-1.06 1.06l2.793 2.794c-.013.416-.013.898-.013 1.455v10.453c0 .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 .043h4.464c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.734-1.844l2.034 2.033a.75.75 0 1 0 1.06-1.06zM11 18.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mobile-off-filled {
  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%20fill-rule%3D%22evenodd%22%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-.14%201.17L18.47%2015.53a.75.75%200%200%200%201.28-.53V6.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-.043M9.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%205M2.53%201.47a.75.75%200%200%200-1.06%201.06l2.793%202.794c-.013.416-.013.898-.013%201.455v10.453c0%20.813%200%201.469.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h4.464c.813%200%201.469%200%202-.043c.546-.045%201.026-.14%201.47-.366a3.75%203.75%200%200%200%201.734-1.844l2.034%202.033a.75.75%200%201%200%201.06-1.06zM11%2018.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%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-.14%201.17L18.47%2015.53a.75.75%200%200%200%201.28-.53V6.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-.043M9.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%205M2.53%201.47a.75.75%200%200%200-1.06%201.06l2.793%202.794c-.013.416-.013.898-.013%201.455v10.453c0%20.813%200%201.469.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h4.464c.813%200%201.469%200%202-.043c.546-.045%201.026-.14%201.47-.366a3.75%203.75%200%200%200%201.734-1.844l2.034%202.033a.75.75%200%201%200%201.06-1.06zM11%2018.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Mobile Off filled icon — Reicon · IconsDB