cellphone wireless icon

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

Name
cellphone-wireless
Set
Material Design Icons
Style
Filled
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0
Aliases
mobile-phone-wireless, smartphone-wireless

More cellphone / phone icons from Material Design Icons

Use the cellphone wireless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.07 4.93A9.97 9.97 0 0 1 23 12c0 2.76-1.12 5.26-2.93 7.07l-1.41-1.41A7.94 7.94 0 0 0 21 12c0-2.21-.89-4.22-2.34-5.66zm-2.83 2.83A5.98 5.98 0 0 1 19 12c0 1.65-.67 3.15-1.76 4.24l-1.41-1.41A4 4 0 0 0 17 12c0-1.11-.45-2.11-1.17-2.83zM13 10a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m-1.5-9A2.5 2.5 0 0 1 14 3.5V8h-2V4H3v15h9v-3h2v4.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 20.5v-17A2.5 2.5 0 0 1 3.5 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCellphoneWireless(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="M20.07 4.93A9.97 9.97 0 0 1 23 12c0 2.76-1.12 5.26-2.93 7.07l-1.41-1.41A7.94 7.94 0 0 0 21 12c0-2.21-.89-4.22-2.34-5.66zm-2.83 2.83A5.98 5.98 0 0 1 19 12c0 1.65-.67 3.15-1.76 4.24l-1.41-1.41A4 4 0 0 0 17 12c0-1.11-.45-2.11-1.17-2.83zM13 10a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m-1.5-9A2.5 2.5 0 0 1 14 3.5V8h-2V4H3v15h9v-3h2v4.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 20.5v-17A2.5 2.5 0 0 1 3.5 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.07 4.93A9.97 9.97 0 0 1 23 12c0 2.76-1.12 5.26-2.93 7.07l-1.41-1.41A7.94 7.94 0 0 0 21 12c0-2.21-.89-4.22-2.34-5.66zm-2.83 2.83A5.98 5.98 0 0 1 19 12c0 1.65-.67 3.15-1.76 4.24l-1.41-1.41A4 4 0 0 0 17 12c0-1.11-.45-2.11-1.17-2.83zM13 10a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m-1.5-9A2.5 2.5 0 0 1 14 3.5V8h-2V4H3v15h9v-3h2v4.5a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 20.5v-17A2.5 2.5 0 0 1 3.5 1z"/></svg>
</template>

CSS

.icon-cellphone-wireless {
  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%22M20.07%204.93A9.97%209.97%200%200%201%2023%2012c0%202.76-1.12%205.26-2.93%207.07l-1.41-1.41A7.94%207.94%200%200%200%2021%2012c0-2.21-.89-4.22-2.34-5.66zm-2.83%202.83A5.98%205.98%200%200%201%2019%2012c0%201.65-.67%203.15-1.76%204.24l-1.41-1.41A4%204%200%200%200%2017%2012c0-1.11-.45-2.11-1.17-2.83zM13%2010a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m-1.5-9A2.5%202.5%200%200%201%2014%203.5V8h-2V4H3v15h9v-3h2v4.5a2.5%202.5%200%200%201-2.5%202.5h-8A2.5%202.5%200%200%201%201%2020.5v-17A2.5%202.5%200%200%201%203.5%201z%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%22M20.07%204.93A9.97%209.97%200%200%201%2023%2012c0%202.76-1.12%205.26-2.93%207.07l-1.41-1.41A7.94%207.94%200%200%200%2021%2012c0-2.21-.89-4.22-2.34-5.66zm-2.83%202.83A5.98%205.98%200%200%201%2019%2012c0%201.65-.67%203.15-1.76%204.24l-1.41-1.41A4%204%200%200%200%2017%2012c0-1.11-.45-2.11-1.17-2.83zM13%2010a2%202%200%200%201%202%202a2%202%200%200%201-2%202a2%202%200%200%201-2-2a2%202%200%200%201%202-2m-1.5-9A2.5%202.5%200%200%201%2014%203.5V8h-2V4H3v15h9v-3h2v4.5a2.5%202.5%200%200%201-2.5%202.5h-8A2.5%202.5%200%200%201%201%2020.5v-17A2.5%202.5%200%200%201%203.5%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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